Hi BPMN.io community,
I’m working on a workflow implementation where I need to create a link between tasks and workflow IDs after applying element templates.
Current Scenario:
-
I’m using @bpmn-io/element-template-chooser to apply templates to tasks
-
I need to capture the task ID after a template is applied
-
This ID needs to be linked with a workflow ID in my application
Specific Questions:
-
Is there an event or callback that triggers after a template is applied to a task?
-
How can I dynamically get the task ID after applying a template?
-
What’s the best way to listen for template application events?