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
{
    "fields": [
        {
            "component": "string",
            "displayOrder": 0,
            "expressionResults": [
                "string"
            ],
            "hidden": false,
            "id": "string",
            "input": false,
            "name": "string",
            "parameterKey": "string"
        }
    ],
    "id": "string"
}
fields
Optional

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

string
id
Optional

The ID of the action context

Property Of