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

Missing command to set and/or update the variables of a given flow element (e.g. process instance, task, etc.) #309

Open
EyalCMX opened this issue Jun 9, 2022 · 0 comments
Labels
feature Add new funtionality

Comments

@EyalCMX
Copy link

EyalCMX commented Jun 9, 2022

we are missing the feature to set variables (java/go clients have it)

/**

  • **Command to set and/or update the variables of a given flow element (e.g. process instance,
  • task, etc.)**
  • zeebeClient
  • .newSetVariablesCommand(elementInstanceKey)
  • .variables(json)
  • .send();
  • @param elementInstanceKey the key of the element instance to set/update the variables for
  • @return a builder for the command
    */
    SetVariablesCommandStep1 newSetVariablesCommand(long elementInstanceKey);

will be great if u can add it

@dimastbk dimastbk added the feature Add new funtionality label Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Add new funtionality
Projects
None yet
Development

No branches or pull requests

2 participants