Can I trigger an event subprocess on user assignment? So I have a main process, with a user task. The process instance will initially be unassigned. As soon as the task is assigned to user, I want to trigger an event subprocess. I want to avoid using delegates and tasklisteners for this use case.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.