Action Approve / Reject Pooled Workflow

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2014 04:54 AM
I need some help. I have to do y backendwebscript a service Rest that start and "Approve" or "Reject" a pooled workflow for revision a document.
I have done the "create workflow" associate the "document" and start the workflow.
But I dont know how can I do the approve/Reject action/transition in the tasks of the workflow in JAVA Backend webscripts.
I appreciate any help.
Regards
I have done the "create workflow" associate the "document" and start the workflow.
But I dont know how can I do the approve/Reject action/transition in the tasks of the workflow in JAVA Backend webscripts.
I appreciate any help.
Regards
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2014 09:01 AM
There is a method in <b>workflowService</b> for transitions in JAVA Backend webscripts.
Please check following.
workflowService.endTask("taskId","transitionId");
Please check following.
workflowService.endTask("taskId","transitionId");
