OBJECT
TDOBatchJobProcess
link GraphQL Schema definition
1 type TDOBatchJobProcess implements BatchProcess { 2 3 : ID! 4 5 # Overall status of the batch execution 6 : BatchProcessStatus! 7 8 # The set of TDOs that are being processed 9 : TDOBatch! 10 11 # Details of the input that created the batchJobProcess 12 : JSONData 13 14 : Int 15 16 : Int 17 18 : Int 19 20 : Int 21 22 : Int 23 24 : Int 25 26 }