Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

string myWorkItem.Instructions { get; set; }

Remarks

Instructions is copied from task instructions by default but can be changed if needed.

If state is not in Waiting or Created trying to set this property prohibited and throws an access denied error.

Example

Code Block
languagejs
// Changing the instructions:
$WorkItem.Instructions = 'Please complete this task.';