Task_NumberOfSplits
Specifies the number of jobs the batch is sent to when a condition is raised before it returns to the main workflow.
Syntax
bool Task_NumberOfSplits (nNumOfSplits)Parameters
Integer value of the number of splits. In most cases, you will want to use "1" as the parameter.Returns
False if the parameter you enter is not Numeric. Otherwise, True.Level
All.Details
Specifies how many times sub-batches have been created from the current batch.Important: The
action communicates but does not use the Number_of_Splits value you
enter as a parameter.
- Example
Task_NumberOfSplits(1) Task_RaiseCondition(0,0)In this example, the User Application is alerted to create one sub-batch entry, and to raise the second child job condition for this sub-batch entry.