execution-context

execution-context
execution-context
JSON Example
{
    "executionId": "string",
    "workflowId": "string",
    "parameters": [
        {
            "name": "string",
            "type": "string",
            "description": "string",
            "scope": "string"
        }
    ],
    "constraint": {
        "conditions": [
            {
                "type": "string",
                "enforcement": "string",
                "occurrence": "string",
                "expression": {
                    "propertyName": "string",
                    "propertyType": "string",
                    "matchValue": "string",
                    "matchType": "string",
                    "range": {
                        "type": "string",
                        "min": {},
                        "max": {},
                        "isMinInclusive": false,
                        "isMaxInclusive": false,
                        "precisionStep": 0
                    },
                    "sortOrder": "string"
                }
            }
        ]
    },
    "projectId": "string",
    "actionName": "string"
}
string
executionId
Optional

executionId

string
workflowId
Optional

workflowId

array of parameter
parameters
Optional

parameters

constraint
Optional

constraint

string
projectId
Optional

projectId

string
actionName
Optional

actionName

Parameter To