Skip to content

Wrong binding for result variable #4

Open
@mdelmans

Description

@mdelmans

Looks like the right way to do result variable mapping is:

{
    "label": "Result Variable",
    "description": "Name of variable to store the response data in.",
    "value": "response",
    "type": "String",
    "optional": true,
    "binding": {
      "type": "zeebe:output",
      "source": "=response"
    }
}

Tasks should return {response: ret_value} so that zeebe can map ret_value under the response key to the variable name the user specified.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions