[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
ActionContext
Represents an executable step within an action. It defines which method the step calls and what fields related to this step.
Properties
array of
ActionContextField
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
JSON Example
{
"fields": [
{
"component": "string",
"displayOrder": 0,
"expressionResults": [
"string"
],
"hidden": false,
"id": "string",
"input": false,
"name": "string",
"parameterKey": "string"
}
],
"id": "string"
}
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Property Of
PopulatedAction