workflowJobLog
Graphql fields and variables for the workflowJobLog query
A workflow job log entry
Scope required: workflow:read
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
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?