editTaskSpecific
Updates the value of the task specific info field itemName for workflow task wfName to the value itemValue. Also updates the internal list of values, so that future criteria/action pairs see the correct value. If capId is supplied, updates the specified task specific info field on the record whose record ID object is capId.
Version
1.3
Parameters
Parameter | Type | Description |
---|---|---|
wfName | string | Workflow task. |
itemName | string | Task Specific Info field to edit . |
itemValue | string | Value that the task spec info field itemName should be changed to. |
capId (optional) | CapIDModel | Record ID object for record whose task spec info field itemName is to be changed to itemValue. |