Reputation:
I have a quick question with respect to passing a dynamic value generated from one Java Delegate class to another.
Complete Steps :
1) I have a class to create a request. 2) Once the request is created, an ID is generated and that ID has to be passed to the next Java delegate to create another request.
Is this possible in Camunda to do it dynamically ?
Thanks Adam
Upvotes: 2
Views: 7792
Reputation: 2246
Process variables are the answer. https://docs.camunda.org/manual/7.5/user-guide/process-engine/variables/
Upvotes: 3