ActionExecutionContext

ActionExecutionContext
ActionExecutionContext
JSON Example
{
    "executionId": "string",
    "parameters": [
        {
            "name": "string",
            "type": "Example types are: SecureString, MimeAttachment, Regexp, Array/VC:VirtualMachine, boolean, string and etc.",
            "description": "string",
            "scope": "string",
            "updated": false,
            "encrypt-value": false
        }
    ],
    "profilerOptions": {
        "enabled": false,
        "debuggerEnabled": false,
        "tokenReplayEnabled": false
    },
    "breakpoints": [
        {
            "workflowId": "string",
            "elementName": "string",
            "lineNumber": 0,
            "active": false
        }
    ],
    "async-execution": false
}
string
executionId
Optional

executionId

array of WsParameter
parameters
Optional

parameters

profilerOptions
Optional

profilerOptions

breakpoints
Optional

breakpoints

boolean
async-execution
Optional

async-execution