Hello,
We have a call activity, which should map output parameters dynamically. We are using start execution listener for this purpose, which sets out parameters on call activity.
This setup works fine, if there is no receive within the called process. If there is receive, the process dehydrates into database, but doesn’t store the out parameters configuration which was set. If the process is then triggered on another node, or the node is restarted, the out parameters are not set.
Is there a way how to persist dynamic out paramater configuration into database?
Thank you,
Andrej