Open IKurganov opened 1 month ago
In your process, you have a timer catch event. The timer waits until the given duration is over. You can't trigger a timer event using completeTask()
as this works only for service tasks.
Currently, bpmn-spec has no action to trigger a timer event. We would need to add this feature.
Thank you for your reply, I'm looking forward to the new feature
@IKurganov I don't plan to implement the feature soon. However, I'm open to contributions. :sweat_smile:
I don't maintain this project actively anymore. Instead, I'm working on the new official process testing library of Camunda 8: Camunda Process Test. Eventually, the new library will provide a similar way to define the test cases and replace this community project.
Hello! Need your help
I have such worker