-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Problem:
Assume a one task process with a non-interrupting event subprocess. The one task is async.
Before triggering the event subprocess, the execution tree is
A
After triggering the event subprocess, the execution tree is
B => A <= C
where B is responsible for the event subprocess and C has replaced A in executing the one task.
Before triggering, the async job is assigned to A.
Expected behavior:
After triggering, the job is assigned to C.
Current behavior:
The job remains at A and cannot be executed successfully.
This is the controller panel for Smart Panels app
- is related to
-
CAM-3634 Via process instance modification, I can cancel transition instances (i.e. async tasks)
- Closed