paed01 / bpmn-engine

BPMN 2.0 execution engine. Open source javascript workflow engine.
MIT License
893 stars 167 forks source link

Question about Receive Task #94

Closed GOVYANSONG closed 4 years ago

GOVYANSONG commented 4 years ago

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.

GOVYANSONG commented 4 years ago

My current thought is to:

Could you confirm if the above solution is the right approach?