[GH-ISSUE #100] Can't add a custom type in a sketch #80

Closed
opened 2026-04-11 08:42:00 -05:00 by GiteaMirror · 6 comments
Owner

Originally created by @agentreaper on GitHub (Jan 7, 2026).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/100

Hi,

Here is my situation that always ends with a crash and a return to the main dashboard
I created a custom type named "employee" with 1st name, 2nd name and age
Image
Image

In the sketches, the type is correctly displaying
Image

So i try to create a placeholder employee...
Image
The employee is displayed on the table but this notification appears on top right corner
Image
and 2 to 3 seconds after, the UI crash and force me to get back to the main dashboard
Image

after clicking again, the employee i created is no longer present.
this issue occurs in prod environment.
If you have ideas to fix this, or if you have additional questions to put light on this situation, thanks in advance

Originally created by @agentreaper on GitHub (Jan 7, 2026). Original GitHub issue: https://github.com/reconurge/flowsint/issues/100 Hi, Here is my situation that always ends with a crash and a return to the main dashboard I created a custom type named "employee" with 1st name, 2nd name and age <img width="561" height="537" alt="Image" src="https://github.com/user-attachments/assets/b96e299d-8ca1-4448-8dfa-918ade8fdd88" /> <img width="1203" height="679" alt="Image" src="https://github.com/user-attachments/assets/bb838d32-2af5-401c-b70b-e83c50d62594" /> In the sketches, the type is correctly displaying <img width="549" height="952" alt="Image" src="https://github.com/user-attachments/assets/71284bdb-ce3c-4f4a-b0b0-8eece9ae3f3e" /> So i try to create a placeholder employee... <img width="632" height="485" alt="Image" src="https://github.com/user-attachments/assets/a73cbf02-736b-4642-ad26-dc6d9bbe1b81" /> The employee is displayed on the table but this notification appears on top right corner <img width="488" height="132" alt="Image" src="https://github.com/user-attachments/assets/50af7140-57a4-4719-bfc4-9e57c23cb99c" /> and 2 to 3 seconds after, the UI crash and force me to get back to the main dashboard <img width="648" height="359" alt="Image" src="https://github.com/user-attachments/assets/95a38946-4ede-475e-bdec-01d6faac8b49" /> after clicking again, the employee i created is no longer present. this issue occurs in prod environment. If you have ideas to fix this, or if you have additional questions to put light on this situation, thanks in advance
Author
Owner

@dextmorgn commented on GitHub (Jan 7, 2026):

Hey @agentreaper,

Thanks for raising this issue.

I'll try to recreate this behaviour and come back to you. To be honest, custom type creation was a PoC and not much attention was given to it lately, I'll probably re-think the whole workflow in the next weeks.

For now, I'll investigate and think of a fix.

I'll keep you updated on this thread !

<!-- gh-comment-id:3718067693 --> @dextmorgn commented on GitHub (Jan 7, 2026): Hey @agentreaper, Thanks for raising this issue. I'll try to recreate this behaviour and come back to you. To be honest, custom type creation was a PoC and not much attention was given to it lately, I'll probably re-think the whole workflow in the next weeks. For now, I'll investigate and think of a fix. I'll keep you updated on this thread !
Author
Owner

@agentreaper commented on GitHub (Feb 13, 2026):

Hey @agentreaper,

Thanks for raising this issue.

I'll try to recreate this behaviour and come back to you. To be honest, custom type creation was a PoC and not much attention was given to it lately, I'll probably re-think the whole workflow in the next weeks.

For now, I'll investigate and think of a fix.

I'll keep you updated on this thread !

Hey
Do you have news about this issue ?

If you want something from me to help you, don't hesitate !

Regards

<!-- gh-comment-id:3898151021 --> @agentreaper commented on GitHub (Feb 13, 2026): > Hey @agentreaper, > > Thanks for raising this issue. > > I'll try to recreate this behaviour and come back to you. To be honest, custom type creation was a PoC and not much attention was given to it lately, I'll probably re-think the whole workflow in the next weeks. > > For now, I'll investigate and think of a fix. > > I'll keep you updated on this thread ! Hey Do you have news about this issue ? If you want something from me to help you, don't hesitate ! Regards
Author
Owner

@dextmorgn commented on GitHub (Feb 13, 2026):

@agentreaper,

I'm working on a fix for now.

You'll be able to add custom types with custom icons. (I'll ping here when it's ready)

BUT

Enrichers are strongly typed to their input/output and there are currently no real option to launch enrichers from custom types.

I'll try to think of a way to make enrichers work but for now it's not supported.

Let me know what your use case is so I can understand how to apply the most efficient fix.

<!-- gh-comment-id:3899966232 --> @dextmorgn commented on GitHub (Feb 13, 2026): @agentreaper, I'm working on a fix for now. You'll be able to add custom types with custom icons. (I'll ping here when it's ready) BUT Enrichers are strongly typed to their input/output and there are currently no real option to launch enrichers from custom types. I'll try to think of a way to make enrichers work but for now it's not supported. Let me know what your use case is so I can understand how to apply the most efficient fix.
Author
Owner

@dextmorgn commented on GitHub (Feb 14, 2026):

Hey @agentreaper,

I just pushed a lot of fixes and a brand new ui for custom types. Let me know what you think !

<!-- gh-comment-id:3902012013 --> @dextmorgn commented on GitHub (Feb 14, 2026): Hey @agentreaper, I just pushed a lot of fixes and a brand new ui for custom types. Let me know what you think !
Author
Owner

@agentreaper commented on GitHub (Feb 15, 2026):

Hey @agentreaper,

I just pushed a lot of fixes and a brand new ui for custom types. Let me know what you think !

Thanks a lot for your work! I'll test this and write my feedback here in 1-2 weeks (maybe less).

<!-- gh-comment-id:3904215246 --> @agentreaper commented on GitHub (Feb 15, 2026): > Hey @agentreaper, > > I just pushed a lot of fixes and a brand new ui for custom types. Let me know what you think ! Thanks a lot for your work! I'll test this and write my feedback here in 1-2 weeks (maybe less).
Author
Owner

@dextmorgn commented on GitHub (Apr 10, 2026):

Hey @agentreaper,

Have you been able to test it out ? I'm planning on closing this issue, don't hesitate to open a new one if you spot any new issue ;)

<!-- gh-comment-id:4226620526 --> @dextmorgn commented on GitHub (Apr 10, 2026): Hey @agentreaper, Have you been able to test it out ? I'm planning on closing this issue, don't hesitate to open a new one if you spot any new issue ;)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#80