mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 20:28:48 -05:00
[GH-ISSUE #100] Can't add a custom type in a sketch #80
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
In the sketches, the type is correctly displaying

So i try to create a placeholder employee...



The employee is displayed on the table but this notification appears on top right corner
and 2 to 3 seconds after, the UI crash and force me to get back to the main dashboard
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
@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 !
@agentreaper commented on GitHub (Feb 13, 2026):
Hey
Do you have news about this issue ?
If you want something from me to help you, don't hesitate !
Regards
@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.
@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 !
@agentreaper commented on GitHub (Feb 15, 2026):
Thanks a lot for your work! I'll test this and write my feedback here in 1-2 weeks (maybe less).
@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 ;)