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

feat(bindings-zeebe-command): Add support for passing variables to "throw-error" operation #3640

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

scott-brady
Copy link

@scott-brady scott-brady commented Dec 25, 2024

Description

This PR adds support for passing variables as optional data for the throw-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:

@scott-brady scott-brady force-pushed the feature/3639-zeebe-command-throw-error-variables branch from d5bfcc6 to 75423ec Compare January 11, 2025 07:26
Copy link

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!

@github-actions github-actions bot added the stale label Feb 10, 2025
@scott-brady
Copy link
Author

Hello. Pinging for review please.
cc @berndverst @ItalyPaleAle @yaron2

@github-actions github-actions bot removed the stale label Feb 13, 2025
@@ -19,15 +19,18 @@ import (
"errors"
"fmt"

"github.com/camunda/zeebe/clients/go/v8/pkg/commands"
Copy link
Member

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.

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

Successfully merging this pull request may close these issues.

[Zeebe Command] Add support for passing variables to "throw-error" operation
2 participants