How to pass variables in the BPMN worker
Great project to start with the Durable Tasks. Can you please help on how to pass variables in the BPMN worker
I implemented the BPMN worker with support for some Camunda BPMN extensions, because BPMN by itself doesn't have definitions of activity input/outputs.
Download Camunda Modeler and have a look at the examples at https://github.com/lucaslorentz/durabletask-extensions/tree/main/samples/BpmnWorker/Workflows
Capturing the output of an activity into a variable:
Passing the saved variable to next activity:
Bear in mind that the BPMN runner I implemented was quite experimental, just to understand how much DurableTask concepts align with BPMN and the feasibility of running BPMN in durable task.