...
Event Handlers | Description |
---|---|
After Execute | This event handler fire fires after the code execution of an activity code completes.completes. It can be any activity, whether a Form Activity or a Lookup Activity on your workflow designer pane. If you need to perform a task after the workflow engine has executed your activity, you can write the code in this event handler of your activity. |
Before Execute | This event handler invokes before the activity code executes. If you want to perform any task or action before entering into your activity placed on a workflow, then use this event handler. |
Page Event Handlers
Event Handlers | Description |
---|---|
ExecuteUITaskCode | This event invokes before the form is displayed to the user |
WizardBackExecuteCode | When a user clicks on the back button of the wizard, the page will raise this event. |