Skip to content

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

@cx-eyal-goren

Description

@cx-eyal-goren

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureAdd new funtionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions