Skip to content
New issue

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

[Zeebe Command] Add support for passing variables to "throw-error" operation #3639

Open
scott-brady opened this issue Dec 25, 2024 · 0 comments · May be fixed by #3640
Open

[Zeebe Command] Add support for passing variables to "throw-error" operation #3639

scott-brady opened this issue Dec 25, 2024 · 0 comments · May be fixed by #3640

Comments

@scott-brady
Copy link

The Zeebe ThrowError RPC supports passing variables (used as arbitrary metadata and available from the BPMN process instance) along with the error. This is available in the current Zeebe release 8.6 and earlier releases back to at least 8.3:

Currently the Dapr Zeebe Command Binding (as of 1.14) does not accept variables:

https://docs.dapr.io/reference/components-reference/supported-bindings/zeebe-command/#throw-error

This is a proposal to add support for passing variables as optional data for the binding alongside the existing jobKey, errorCode and errorMessage. If provided, the value of variables will be sent to the ThrowError command of the Zeebe client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant