Task_RaiseCondition
Specifies the group index and the index of the condition to raise from the list on the Datacap Web Client Workflow tab. 0 is the first condition.
Syntax
bool Task_RaiseCondition (strParam)
Parameters
Two comma-separated Integer values:- The applicable value of the sub-batch index. 0 is the first sub-batch, 1 is the second, etc. The Task_NumberOfSplits action determines how many sub-batches are created.
- The value that designates the Child Job Condition that should be assigned to the specified sub-batch. 0 is the first Child Job Condition, 1 is the second, etc.
Returns
False if either parameter is not Numeric. Otherwise, True.Level
All.Details
Assigns the correct Child Job Condition to the correct sub-batch entry created by the Task_NumberOfSplits action.- 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.