Will a StartEvent wait if it has a camunda:formKey attribute?
Closed this issue · 5 comments
diegonc commented
The camunda modeler allows to set a formkey to an start event. Will the bpmn-engine wait until it is signaled? Or the attribute is ignored?
Thanks
paed01 commented
Yes, if an extension is used to identify the form behaviour and set a form property when executing. An extension is needed since forms are not in the BPMN 2.0 spec, as far as I know.
diegonc commented
Sorry, I didn't have the time to go further with this. But it wasn't clear how the extension could introduce a wait signal when executing the start event
paed01 commented
Actually it's already implemented if the start event has a form-property when executing.