GraphQL SchemaMutation
namespacesProjectsFlowsTriggerExecution
Triggers a execution on the flow.
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
flowId | FlowID! | The id of the flow which will be triggered |
input | JSON! | The input for the execution |
runtimeId | RuntimeID! | The id of the runtime to trigger the execution on |