TaskObject.<Task name>.OnCheckExecutionProcessing
OnCheckExecutionProcessing(<Result>)
Type:
Boolean.
If parameter is set to
True, then the
OnCheckExecuteProcessing handler is called.
Default value:
False.
Occurs when executing
CheckExecution() method. Occurs before calling
OnCheckExecuteProcessing event handler of a corresponding business process route point. You can use it to check if the conditions are sufficient to consider the task to be completed. This differs it from
BeforeExecute event which can be used to check requirements to execute the task.
It is not called if the task is already completed.