cancel
Showing results for 
Search instead for 
Did you mean: 

Action Approve / Reject Pooled Workflow

berenicestr69
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

ranjitsinh_reva
Champ in-the-making
Champ in-the-making
There is a method in <b>workflowService</b> for transitions in JAVA Backend webscripts.
Please check following.

workflowService.endTask("taskId","transitionId");