Batch Processing
Task Name | Description | Argument Template |
---|---|---|
BatchTask | Executes the specified subtask in the order configured. Takes at least one configured subtask as a required argument. See the MetrixIDR documentation for complex batch task examples. | <subtasks> <subtask name="Task1withNoArgs"/> <subtask name="Task2withNoArgs"/> </subtasks> |
ConditionalTask | Executes one of the configured subtasks based on the interval of the hour (MPI < 60) or the hour of the day (MPI = 60). Takes a required MPI and default subtask plus one or more optional subtasks to be executed at specific intervals. | <intervals mpi="5"defaultsubtask="Task1WithNoArgs"> <interval value="1" subtask="Task2WithNoArgs" /> <interval value="6" subtask="Task3WithNoArgs" /> </intervals> |