I want to start my process instance by message event in JBPM Workbench/Kie-Server (7.7.0) but I can't find the request for it.
I found a way to achieve this by the POST request with empty body:
/server/containers/{id}/processes/instances/signal/{sName}Instead of signal name I have to send message event id. But there is a problem with it - id is changed by JBPM Web Designer at any time when I edit the event.
Is it possible to start process instance by message? I didn't find this in the DOCS.
My process (Evaluation sample with added start message event)
Edit:Instead of sName I have to put: Message-{bpmn2:message id}. But there is a problem with it - id is changed by JBPM Web Designer at any time when I edit the event's messageRef. It seems should work with API (Example) but doesn't work with REST API.
--
You received this message because you are subscribed to the Google Groups "jBPM Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-usage+...@googlegroups.com.
To post to this group, send email to jbpm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-usage/a0371377-d9a2-4d54-b8ae-df73773f417a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-usage/6d4ce74e-cf71-4285-9592-f525bf9f0946%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-usage/18763897-336d-4201-9d9e-fb53c5767caf%40googlegroups.com.