HI,
I want to use Camunda to nightly execute the following process
As you can see i have 2 nested multi-instance activities.
- Every night at midnight
- Fetch a list (via API call) of expiring licenses
- For each expiring license
- Update the status of the license (via API call).
What im seeing is that if an incident is raised in the ‘Update application to new status’ (most probably an API call fails) the process instance seems stuck and the tokens are blocked there (see screenshot). The behaviour that I would like is that when the incident is raised (for later consultation) the process instance moves on to the next token. How would I accomplish this behaviour ?
Cheers !