Skip to content

Batch Configuration

ivano scifoni edited this page Jan 25, 2018 · 2 revisions

For each Batch the framework defines a configuration dictionary. In the configuration dictionary are present some base configurations like :

  • BatchName : The Batch name
  • BatchActionName : The Batch Action name
  • TimeOut : TimeOut of Batch execution
  • SkedulerToken : Token configured for scheduler
  • NextSkeduledDate : Next DateTime to start

The configuration dictionary is defined into invokeContext class (ActionDescriptor.BatchConfiguration) or if use BaseBatch class directly from a root (Configuration).

Clone this wiki locally