I have an activity running which, after doing its work, tries to complete so it can move on to the gateway but I can see the following exception in our logs:
Mar 28 18:43:07.128 Camunda retry completeActivity skipped, execution ID ‘2342-9e38-4b45-ab5c-asd’ not found
Mar 28 18:43:07.013 Determined type to be Auto
That execution id seems to be of the ‘Determine auto or manual activity’. When I query the processes now I can see the workflow is still active but the variable that should have been set in that activity is not present. After that the process gets stuck and doesn’t continue to the gateway.
The example BPMN is below