ProcessSubscriptions
No description
type ProcessSubscriptions {
watchRun(
runId: String!
): [RunWorkflowDataGql!]
watchProcessRuns(
processId: Long!
): [RunSummary!]
}
Fields
ProcessSubscriptions.watchRun ● [RunWorkflowDataGql!] list object
Subscribe to real-time node-by-node updates of a single run (forward or backward)
ProcessSubscriptions.watchRun.runId ● String! non-null scalar
ProcessSubscriptions.watchProcessRuns ● [RunSummary!] list object
Subscribe to real-time run-status changes for a process (the Run History list)
ProcessSubscriptions.watchProcessRuns.processId ● Long! non-null scalar
Returned By
processes subscription