Closed GOVYANSONG closed 4 years ago
My current thought is to:
create the engine instance
call engine.Execute and store the execution to a local variable. just read https://github.com/paed01/bpmn-engine/issues/91 that it does not work with engine.GetDefinitionById('myprocess')
call execution.getActivityById('receiveTask')
receiveActivity.signal()
Could you confirm if the above solution is the right approach?
Firstly, appreciate the great works done with the project. I am still fairly new to BPMN and particularly this project. I studied the examples but could not find one for Receive Task. Specifically, I would like to send a signal to Receive Task to continue the process execution by initiating the signal directly from the engine instance. In my case, there is no specific message that the Receive Task expects.