Please read [Customize User Task Escalation After Assignment] to see sample business pattern on how you might want to use Task Utils DSC.
|
| h3. Component: com.avoka.livecycle.taskutils 8.0 |
|
h3. Component: com.avoka.livecycle.taskutils 8.0
|
h2. TaskUtils Service
Task Utilities: Service to provide utility operations on task. Note: This DSC requires Task Manager DSC.
|
| h3. Operation: escalateTaskOOO |
| |
h3. Operation: escalateTaskOOO |
| Escalate Task Out Of Office Capable: Escalate a task to another user or group using their principal ID.
Only available
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. |
|
| h3. Operation: escalateTask |
| |
h3. 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. |
|
| h3. Operation: deadlineTask |
| |
h3. 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. |
|
| h5. |
| |
| h5. |
{panel:borderStyle=solid} 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|mailto:docfeedback@avoka.com?subject=DSC Documentation Feedback on Service: Task Utilities] |
{panel}
|
| |
h3. 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. | |