Running Chain
API Name: RunningChain__c
Store information about running batch chains.
Label | API Name | Type | Description |
---|---|---|---|
Name | Name |
Text(255) | |
Batch Chain | BatchChain__c |
Text(255) | The name of the batch chain for this job. |
Batches Processed | BatchesProcessed__c |
Number(18, 0) | The number of processed batches. |
Batches Total | BatchesTotal__c |
Number(18, 0) | The number of total batches. |
Chain Label | ChainLabel__c |
Text(255) | The label of this chain, to be shown in the user interface. |
Current Job Id | CurrentJobId__c |
Text(18) | The id of the current running job for this batch chain. |
Current Message | CurrentMessage__c |
Text(255) | The message of the current running job for this batch chain. |
Failing Job Ids | FailingJobIds__c |
Text(255) | Contains Job Ids (JSON) where one ore more batch execution failed (First Error). |
Hash | Hash__c |
Text(255) | The hash for this batch chain. This is used to prevent parallel execution of identical chains. |
Parameter Message | ParameterMessage__c |
Text(255) | A user friendly description of the parameters, this chain is running on. |