|
|
Component: Task Attachment Utilities
|
|
Service to provide utility operations on task attachments. Note: This DSC requires Task Manager DSC.
|
Operations
|
Icon
|
Name
|
About
|
Link |
|
|
Add Attachment To The Initial Task
|
Adds an attachment to the initial task of this process on the behalf of the user who submit the initial task.
Why use it
- You wish attach a checklist to the form that starts a new process execution.
- You want to attach a help note to the initial task to help out in the form filling.
|
Properties |
|
|
Add Attachment To The Most Recent Task
|
Adds an attachment to the most recent task of this process on the behalf of the user who submit the most recent task.
Why use it
- You wish to attach a document or note to the currently running task.
|
Properties |
|
|
Add Attachment / Note To a Specified Task
|
Adds attachment / note to a specified task given its Task ID on the behalf of the user who submitted the task. To add multiple attachments, please pass in a List of Document; to add multiple notes, please pass in a List of String
Why use it
- You wish to attach few documents to a running task.
- Situations like 'I forgot to attach that','Let's attach when we receive that document' or 'I'll provide those documents later' are classic examples of when this capability is needed.
|
Properties |
|
|
Get Document Attribute
|
Retrieves attributes of a given document, matching a given name.
Why use it
- A process needs to know the value of the 'wsfilename' attribute of a task attachment to set an appropriate filname -- when sending it as an email attachment.
- A process takes a Document type as input parameter and you need to know its file name somewhere in your process.
|
Properties |
|
|
Retrieve Attachments From The Initial Task
|
Retrieves task attachments / notes from the initial task of this process.
Why use it
- You wish to retrieve attachments from the initial task that started the process. This is the easiest way to get hold of those attachments in LiveCycle ES.
|
Properties |
|
|
Retrieve Attachments From The Most Recent Task
|
Retrieves task attachments / notes from the most recent task of this process.
Why use it
- You wish to retrieve attachments from currently running task so they can be reviewed prior to submission.
|
Properties |
|
|
Retrieve Attachments / Notes From a Specified Task
|
Retrieves task attachments / notes from a specified task given its Task ID.
Why use it
- You wish to retrieve attachments from the specified running task so they can be emailed to someone for review.
|
Properties |
|
DOWNLOADS
DOCUMENTATION
|
|