RunWorkflow
No description
type RunWorkflow {
runWorkflowId: Long!
workflowId: Long!
trigger: String!
direction: RunDirection!
customPayload: String
webhookEventId: Long
}
Fields
RunWorkflow.runWorkflowId ● Long! non-null scalar
RunWorkflow.workflowId ● Long! non-null scalar
RunWorkflow.trigger ● String! non-null scalar
RunWorkflow.direction ● RunDirection! non-null enum
RunWorkflow.customPayload ● String scalar
RunWorkflow.webhookEventId ● Long scalar
Member Of
RunWorkflowDataGql object