You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all, i would like to say that bpmn-engine is a great libruary, which is now running stable on several instances - thank you very much for that!
However, we currently have the situation that with an inclusive gateway none of the expressions in the outgoing transitions is set to true and the process therefore appears to be trapped on the gateway.
Is there a way to repeat the decision or to rewind the process one step? In our example, there is no parallel execution and only one execution token.
The execution context appears to have the status error, as follows:
The current process is somewhat more extensive and has been running for quite some time - we don't want to restart it, we want to rescue it somehow. do you have any ideas?
Thank you,
Florian
The text was updated successfully, but these errors were encountered:
Tricky. If you inspect state.definitions[0].execution.processes you will see that the broker is stopped. That means that the failed BPMN process has stopped completely and has no track of any of its children. I will dig a bit deeper but no promises.
Hello,
first of all, i would like to say that bpmn-engine is a great libruary, which is now running stable on several instances - thank you very much for that!
However, we currently have the situation that with an inclusive gateway none of the expressions in the outgoing transitions is set to true and the process therefore appears to be trapped on the gateway.
Is there a way to repeat the decision or to rewind the process one step? In our example, there is no parallel execution and only one execution token.
The execution context appears to have the status error, as follows:
The current process is somewhat more extensive and has been running for quite some time - we don't want to restart it, we want to rescue it somehow. do you have any ideas?
Thank you,
Florian
The text was updated successfully, but these errors were encountered: