I am newbie at camunda and here are several things i am intereseted in:
can i use message driven event for sending service response data to another destination for example in local directory created by me?
2.Can i use Event Driven messages instead of service ( in camunda environment )?
3.what are main advantages of using message driven events?
Hi @yana.vasileva@Sally,
I think I might be having the same problem …
I have a product-requirement , where I want to start a process-instance at any stage …
Eg:
In the below mentioned process-definition , i want to start a process-instance at Form C directly (rather than from start) .
Sure, you need to add "resultEnabled" : true in your request body
A Boolean value that indicates whether the result of the correlation should be returned or not. If this property is set to true, there will be returned a list of message correlation result objects. Depending on the all property, there will be either one ore more returned results in the list. The default value is false, which means no result will be returned.