ExceptionSetTaskCondition
Sets the task condition to be raised upon execution.
Member of namespace
ConvertSyntax
bool ExceptionSetTaskCondition(int taskCondition)
Parameters
- taskCondition
- Type: integer
- A zero-based task condition index.
Returns
Always True.Level
Any level.Details
Sets the task condition, which is defined in workflow administration, to be raised upon execution.Batch splitting is not supported.
- Example:
ExceptionHandler(2) ExceptionSetTaskCondition(0)