You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the code snippet below won't work cause BusinessKey default value is set to "".
Camunda will try to look for processInstanceId with BusinessKey == "" and that will most likely fail
Maybe you should consider deleting default value
Sending this JSON directly to camunda rest engine will succeed, executing (in my case interrupting) message in given process instance
Hi, the code snippet below won't work cause BusinessKey default value is set to "".
Camunda will try to look for processInstanceId with BusinessKey == "" and that will most likely fail
Maybe you should consider deleting default value
Sending this JSON directly to camunda rest engine will succeed, executing (in my case interrupting) message in given process instance
Ofc. following will also work
Setting BusinessKey to null in constructor will also work, but doing that is not obvious.
The text was updated successfully, but these errors were encountered: