Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2018 09:46 AM
Hi,
I have a requirement wherein I have to add/link a document which is part of a process task into another similar already running process task.
I did some research and I believe I could use the the REST api's :
either link the document to the task:
http://localhost:8080/activiti-app/api/enterprise/tasks/{taskId}/content
OR
link the document to the processLhttp://localhost:8080/activiti-app/api/enterprise/process-instances/{processInstanceId}/content
In either case I was not able to find how I could mention the form field id into which the document has to be Added.
The document is not a relatedContent.
Any pointers could help... Thank you...!
Regards.
Labels:
- Labels:
-
Alfresco Process Services
1 ACCEPTED ANSWER
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2018 05:33 PM
I used RelatedContentService instead to get the documents from one process and set it on another. Much more convenient.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2018 05:33 PM
I used RelatedContentService instead to get the documents from one process and set it on another. Much more convenient.
