Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Automation module typed tasks are used to execute scripts on process. Script may contain vary operations like updating database or data model.

Automation type tasks can be set as start point of workflow to start from other processes and hidden to users.

In addition to common properties you can also configure the following properties for an automation task;

Script
Content of automation script.

Example automation script
$Xml.SetValue('CustomerCount', $Xml.EvaluateNumber('CustomerCount') + 1);
$WorkItem.SelectedAction = 'Completed';
  • No labels