Update Estimated duration

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

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.

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.