Code

Action Pages and Action Page Parameters
The actions specified for the manual activity task are links to Cúram application pages where the work required to perform the task may be performed. The pages specified in the task actions must be valid Cúram pages and must be available in the Cúram application. The parameters in these pages must match the parameters specified as action link parameters in the associated task actions.
LocalizableStringResolver TaskStringResolver API
The task subject and associated task action messages are displayed in the user's inbox to inform them of the work required to be completed for the associated task. The LocalizableStringResolver.TaskStringResolver API contains the functions to resolve both the task subjects and action messages for the correct user locale. The replacement of the placeholders with the associated workflow data object attribute values specified in the associated mappings is also carried out as part of these functions.
Task Admin API
A number of functions have been provided on the TaskAdmin class to allow the manipulation of tasks. For further details of the functions available, see the associated Javadoc specification for the TaskAdmin class.
Task History Admin API
Various life cycle events for a task (i.e. when a task is created; when a task is allocated; when a task is closed) are written to the TaskHistory table during the lifetime of a task. A number of search functions have been provided on this API class to allow these entries to be examined. For further details of the functions available, see the associated Javadoc specification for the TaskHistoryAdmin entity.
Workflow Deadline Admin API
A number of functions have been provided on the WorkflowDeadlineAdmin class to allow the manipulation of workflow deadlines. For further details of the functions available, see the associated Javadoc specification for the WorkflowDeadlineAdmin class.