Hello, I am new in flowable and want to create custom task.
I’ve already read related topics that were posted in forum, but still stuck in some problems.
What I did to create custom task were…
- add new node to stencilset_bpmn.json, and checked new node was added to modeler paletes.
- implement json to bpmn, bpmn to json converter and then add it to the converters.
- generate jar and deploy.
Like below pictures custom task is shown and there is no error on validation results.
But after saving the process, sequence flows were gone with custom task.
What should I do to fix this problem, and which step do I need to do to make custom task to be realized in " real " task?