editTaskDueDate
Sets the due date of the workflow task wfstr to wfdate. If wfstr is “*”, sets due dates on all workflow tasks on the record. No workflow history record is created.
Version
1.3
Parameters
Parameter | Type | Description |
---|---|---|
wfstr | string | Workflow task. |
wfdate | string | Due date to be given to wfstr. |
wfProcess (optional) | string | Process name of workflow task wfstr. |
Notes
If record’s workflow contains duplicate wfstr tasks, use parameter wfProcess to specify the process or subprocess whose wfstr should be edited.