Supported Script Types
You can create a number of different types of script for User tasks (which are listed in the order in which they are executed):
Action Script Type | Description | Work Manager executed | Process Manager executed |
---|---|---|---|
Initiate | Executed when the activity initiates. | Y | |
Schedule | Executed when the process schedules a work item. | Y | |
Reschedule | Executes when a work item is updated via a non-cancelling signal event on task boundary. | Y | |
Open | Executed when the user opens the work item. | Y | |
Close | Executed when the user closes the work item (returning it to their Inbox). | Y | |
Submit | Executed when the user submits the work item. | Y | |
Complete | Executed when the activity completes. | Y | |
Timeout | Executed when the activity times out. | Y | |
Cancel | Runs when the activity is cancelled. | Y |
In addition, you can create the following types of script for all other task types, including Pageflow User tasks, Service tasks and Manual tasks:
Copyright © Cloud Software Group, Inc. All rights reserved.