TriggerDefinitionInput Input Object
Represents a collection of data that defines a Component Trigger.
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. |
synchronousResponseSupport | String | Specifies support for synchronous responses to an Integration webhook request. |
scheduleSupport | String | Specifies support for triggering an Integration on a recurring schedule. |
isCommonTrigger | Boolean | |
hasOnInstanceDeploy | Boolean | |
hasOnInstanceDelete | Boolean |