workflowJobLog
Graphql fields and variables for the workflowJobLog query
Last updated
Was this helpful?
Graphql fields and variables for the workflowJobLog query
Scope required:
For a complete list of possible response fields see the WorkflowJobLog type.
query workflowJobLog ($id: ID, $code: String, $format: String) {
workflowJobLog (id: $id, code: $code, format: $format) {
amountFailed
amountProcessed
amountTotal
batchId
completedAt
createdAt
id
updatedAt
warrenId
workflowId
}
}id
ID
code
String
format
String
Last updated
Was this helpful?
Was this helpful?
