Can I change ExpectedEndDate for a next task with groovy?

1
0
-1
2 answers

1
+1
-1
This one is the BEST answer!

Yes,

try this...

processAPI.updateDueDateOfTask(activityId, dueDate);

1
0
-1

should be done in groovy follows

apiAccessor.processAPI.updateDueDateOfTask(activityInstanceId, taskExpectedEndDate)

Notifications