Hi everyone Im currently using the flowable modeler,
This scnecario:
- Each task should have a task listener when the task is created
- When the task listener invoked this listener will get the current task id and pass to a data steaming.
note: I used the “execution” as a parameter to task listener and to get the task id used the execution as a query parameter but I always get the task id from the previous task.
TIA.