Updates the expected date when the activity should finish.
Method Detail
HTTP Example:
POST /API/runtimeAPI/updateActivityExpectedEndDate/{activityUUID}
expectedEndDate=…&options=…
API Example:
AbstractRemoteRuntimeAPI.updateActivityExpectedEndDate({'activityUUID': /* activityUUID the activity instance UUID */, 'expectedEndDate': /* expectedEndDate the new value of the expected end date of the activity */, 'options': /* options the options map (domain, queyList, user) */});
Updates the expected date when the activity should finish.
Output:
void
Form parameters:
expectedEndDate - the new value of the expected end date of the activity
options - the options map (domain, queyList, user)