action-context

action-context
action-context

Represents an executable step within an action. It defines which method the step calls and what fields related to this step.

JSON Example
{
    "id": "string",
    "fields": [
        {
            "id": "string",
            "name": "string",
            "component": "string",
            "input": false,
            "displayOrder": 0,
            "parameterKey": "string",
            "hidden": false,
            "expressionResults": [
                "string"
            ]
        }
    ]
}
string
id
Optional

The ID of the action context

fields
Optional

The action context fields defined for the action with data populated using the expression where defined

Property Of