-
Notifications
You must be signed in to change notification settings - Fork 501
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
feat(bindings-zeebe-command): Add support for passing variables to "throw-error" operation #3640
base: main
Are you sure you want to change the base?
feat(bindings-zeebe-command): Add support for passing variables to "throw-error" operation #3640
Conversation
…row-error operation. (dapr#3639) Signed-off-by: Scott Brady <realscottbrady@gmail.com>
Signed-off-by: Scott Brady <realscottbrady@gmail.com>
d5bfcc6
to
75423ec
Compare
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
Hello. Pinging for review please. |
@@ -19,15 +19,18 @@ import ( | |||
"errors" | |||
"fmt" | |||
|
|||
"github.com/camunda/zeebe/clients/go/v8/pkg/commands" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is imported but unused. You'll have to remove it or the linter will not pass this.
Run make modtidy-all
for the linter check.
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
Description
This PR adds support for passing
variables
as optional data for thethrow-error
operation of the Zeebe Command binding.Issue reference
Please reference the issue this PR will close: #3639
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: