Enabling File Attachments in Workflows for Business Entities
Enabling File Attachments in Workflows for Business Entities
Effective in version 10.3, you can update your customized workflows to allow users to attach files to their tasks. To enable this feature in a customized workflow, update the process that initializes the data and update all the user processes.
If you want to restrict the ability to add attachments to some tasks, you can configure the task settings in the Provisioning Tool. For more information about updating the task configuration, see the
Multidomain MDM Provisioning Tool Guide
.
In ActiveVOS Designer, open the .bpel file for a customized workflow.
The workflow appears in the canvas.
Update the process that initializes the data.
Select the
Initialize Data
process.
The
Operations
dialog box appears.
Click
New Script
.
The
Script Builder
dialog box appears.
In the
Script
box, add the following statement:
abx:copyAllAttachments('
StartRequest
', '_peopleActivityAttachments')
Replace
StartRequest
with the variable name that you use to initialize data in your workflow.