A sequential flow to create a process instance and then a task
What we are doing:1. We have a task listener configured for a user task which essentially send a notification to start processing some data to an external module.2. Once the processing is done, the module marks this task as completed.3. Essentially, ...