bpm-document-upload

The <bpm-document-upload> business component uploads a document from the file system for a case instance.

If you want to customize the contents of the <bpm-document-upload> business component, see Customizing a Business Component for more information.

Usage

<bpm-document-upload
   case-ref="string" 
   [template-path="string"]>
</bpm-document-upload>

Attributes

Name Type Description
case-ref String Case reference for which a document should be uploaded.
template-path String (Optional) Relative pathname of a custom template file to use in place of the internal template

User Interaction

The default component template displays Choose File and UPLOAD buttons, which the user can use to select and upload the desired file.

Example

The <bpm-document-upload> and <bpm-documents-view> business components are used in the Case Management application when you click Case Documents on the Case Menu for a case.