Hi all,
new to BPMN, Camunda, the Forum and Executable Workflows I´m moddeling a fictive Process for my University-Module. I hope i do not copy another question but i didn´t find an answer and sorry for using “Process” so heavy.
The Process is in BPMN 2.0, for automated Tasks i´m using Java and the Process will run in Cockpit.
Since the Topic could be confusing i try to explain my question. I have a “Main-Process” that starts several Instances of another Process by messages (for different assignees). These Processes are not declared as Subprocesses or Linked to Call-Activities. At the end of my Main-Process i want to kill all unfinished Instances of these Processes. Has anybody an idea how to do that at best using Java?
Thanks for help!