bpm-crafters / process-engine-api

Beautiful implementation-agnostic process engine API.
https://bpm-crafters.github.io/process-engine-api/stable/
Apache License 2.0
13 stars 1 forks source link

User task not completed in SaaS environment, but no error is shown #105

Closed stefanzilske closed 1 month ago

stefanzilske commented 1 month ago

When run against C8 SaaS, the task completion in the c8 example does not actually complete the task, but no error is shown.

Steps to reproduce: Start java-c8 example and connect with C8 SaaS, run simple-process-demo.http. All tests will be successful, but if you check the instance in operate, you'll notice that the task was not completed, but the interrupting timer was activated.