File Attachment With Activiti During Workflow Execution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2013 01:28 AM
Hi friends,
I am using Activiti 5.11 ,and i have some expectation such like , i want to attach pdf file with start event, and use that file in next user task for approve or rejection .
So please , what kind of things i can do here, i don't want to use CMIS Alfresco for this,just want to use activiti explorer.
Hopping for your helps..
I am using Activiti 5.11 ,and i have some expectation such like , i want to attach pdf file with start event, and use that file in next user task for approve or rejection .
So please , what kind of things i can do here, i don't want to use CMIS Alfresco for this,just want to use activiti explorer.
Hopping for your helps..
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2013 08:49 AM
Create a custom form-type (search forum for UserType and UserFormTypeRenderer) that allows uploading a file and stores this in a process-variable as byte-array. This can be use later on.
Or, you can leverage the Attachment-principle in the explorer and use that.
Or, you can leverage the Attachment-principle in the explorer and use that.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2013 03:05 AM
is there anybody implement the file-upload custom form.?
if you have then, can you please share me the form type class and render class for this,
hoping for your response….
if you have then, can you please share me the form type class and render class for this,
hoping for your response….
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2013 03:26 AM
