Versions Compared

Key

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

...

Insert excerpt
_GlobalScriptingObjects
_GlobalScriptingObjects
nopaneltrue

Common operations

Auto Process Task

Automatically process current work item without assign to users and skip to next step in workflow.

Code Block
languagejs
titleAssign action
$WorkItem.SelectedAction = 'Approve';

Dynamic Deadline Date

Set deadline date by user entered data.

...