martinweiler opened a new issue, #2014:
URL: https://github.com/apache/incubator-kie-issues/issues/2014
Consider two process definitions with User Tasks:
```
processA: [Start] - [UT1] - End
processB: [Start] - [UT1] - [UT2] - End
```
With an active process instance waiting in [UT1], execute the `/migrate` PIM
endpoint. The API call returns as successful, and the process instance is
flagged as migrated. However, finishing UT1 does not cause the process instance
to continue execution to UT2 in the migrated process.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]