pp108 : xforms-before-workflowcompletetask

xforms-before-workflowcompletetask


This event is fired before a task is committed.

Syntax

DesignTime

This is a design-time property and can be set through the property sheet of the control.


Event Information

To invoke

Click on the commit task button of the workflow.

Default Action

Initiates any action associated with this event.

Named script

xforms_before_workflowcompletetask


Event Object Properties

Property

Description

returnValue

If return value is false then form will not be committed. Default value is True .


An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.
Note: This event is fired only when XForms is a part of the workflow.

Applies to


Form