ActionDefinitionInput Input Object
Represents a collection of data that defines a Component Action.
Input fields
Argument | Type | Description |
---|---|---|
key | String! | A string which uniquely identifies the Action in the context of the Component. |
display | ActionDisplayDefinition! | Specifies how the Component Action is displayed. |
inputs | [InputFieldDefinition]! | The InputFields supported by the Component Action. |
authorization | AuthorizationDefinition | Specifies how the Action handles Authorization. |
terminateExecution | Boolean | Specifies whether the Action will terminate Instance execution. |
breakLoop | Boolean | Specifies whether an Action will break out of a loop. |
allowsBranching | Boolean | Specifies whether the Action will allow Conditional Branching. |
staticBranchNames | [String] | The static branch names associated with an Action. |
dynamicBranchInput | String | The input associated with dynamic branching. |
examplePayload | JSONString | An example of the returned payload of an Action. |