Update Estimated duration

1
0
-1

Hi all,

On a Workflow, General tab and then Portal tab, I wanted to update the duration of task on Runtime.

Say I wanted to update from the default 1 hour to 5 days.

Is there any REST call to do that?
Or maybe API to do that on a groovy script?

Thanks.

Best Regards,
Diana Bento

1 answer

1
0
-1

You can do this in api,

Have a look at the javadoc and search for duration...

regards
Seán

PS: As this reply answers your question, please mark as resolved.

Comments

Submitted by antoine.mottier on Mon, 07/03/2017 - 10:25

Note that you can use the UserTask resource on bpm REST API to update the task dueDate attribute.

Method is also available as Java API.

Notifications