Please read Customize User Task Escalation After Assignment to see sample business pattern on how you might want to use Task Utils DSC.
Component: com.avoka.livecycle.taskutils 8.0
TaskUtils Service
Task Utilities: Service to provide utility operations on task. Note: This DSC requires Task Manager DSC.
Operation: escalateTaskOOO
Escalate Task Out Of Office Capable: Escalate a task to another user or group using their principal ID. This escalation is aware of user Out Of Office settings. Note: This operation will only work for ES Update 1 or later
| Input Parameter |
Type |
Description |
| Task ID |
long |
The task ID |
| Escalate to |
java.lang.String |
The principal ID of the user/group to escalate the task to. |
| Allow escalation delegation |
boolean |
Select to allow escalation delegation. |
| Output Parameter |
Type |
Description |
| Result |
boolean |
Returns true if escalation is successful. |
Operation: escalateTask
Escalate Task: Escalate a task to another user or group using their principal ID.
| Input Parameter |
Type |
Description |
| Task ID |
long |
The task ID |
| Escalate to |
java.lang.String |
The principal ID of the user/group to escalate the task to. |
| Output Parameter |
Type |
Description |
| Result |
boolean |
Returns true if escalation is successful. |
Operation: deadlineTask
Deadline Task: Complete a task with a deadline event.
| Input Parameter |
Type |
Description |
| Task ID |
long |
The task ID |
| Change Task Instruction |
boolean |
Select to change the task instruction on deadline. |
| Deadline Task Instruction |
java.lang.String |
The deadline task instruction for showing on deadline email notification. |
| Output Parameter |
Type |
Description |
| Result |
boolean |
Returns true if task is deadlined. |
For how to configure license information for this component service - Task Utilities, please click on the following link:
Avoka LiveCycle ES Component License Configuration
Please send us any questions or comments on this documentation regarding Task Utilities by clicking on the following link:
Feedback
Licence Configuration:
| Parameter |
Type |
Description |
| License Key |
java.lang.String |
The license key. If blank this Solution Component will assume evaluation mode and allow 100 invocations or 6 hours up-time. |
| License Organisation |
java.lang.String |
The license organization. If blank this Solution Component will assume evaluation mode and allow 100 invocations or 6 hours up-time. |