We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
there is a problem with the executions of "/engine-rest/message".
Here is my code:
var _corrMsg = new CorrelationMessage { MessageName = "msg_start_maintenance", BusinessKey = null, CorrelationKeys = null, ProcessInstanceId = "0f177e4c-d596-11ea-8ba8-e65e375919a1", ProcessVariables = null, TenantId = null, WithoutTenantId = true, ResultEnabled = false, All = false }; var res = await camunda_client.Messages.DeliverMessage(_corrMsg);
Response: ENGINE-13028 Cannot specify a tenant-id when correlate a message to a single process instance.
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered:
You should specify TenantId or leave WithoutTenantId set to false
Sorry, something went wrong.
No branches or pull requests
Hi all,
there is a problem with the executions of "/engine-rest/message".
Here is my code:
Response: ENGINE-13028 Cannot specify a tenant-id when correlate a message to a single process instance.
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: