cancel
Showing results for 
Search instead for 
Did you mean: 

Support for message and signal

kafeitu
Champ on-the-rise
Champ on-the-rise
Add message and signal in designer then can be used by message events and signal events.
2 REPLIES 2

frederikherema1
Star Contributor
Star Contributor
You mean adding throwing message-events and throwing signal-events?

kafeitu
Champ on-the-rise
Champ on-the-rise
You mean adding throwing message-events and throwing signal-events?
no…


<message id="newInvoice" name="newInvoiceMessage" />
<process id="invoiceProcess"> 
 
    <startEvent id="messageStart" >
        <messageEventDefinition messageRef="newInvoice" />
    </startEvent>

</process>
Now, only one way to add message element to foo.bpmn.

I hope that support a way of GUI to do this.