paed01/bpmn-engine

Will a StartEvent wait if it has a camunda:formKey attribute?

Closed this issue · 5 comments

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

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 did this help?

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

Actually it's already implemented if the start event has a form-property when executing.

@diegonc please close the issue if there are no outstanding questions.