Versions Compared

Key

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

...

In prework script following objects are available:

$WorkItem
Current workitem instance.

$Xml
Xml data navigator forĀ data model.

$WorkItem
Current workitem instance.

$Instance
Current workflow instance.

$Initiator
Initiator of workflow instance.

$TestMode
A boolean value that specifies the current workflow instance is in test mode.

$Priority
A number value between 0 to 5 that specifies the priority of workflow instance.

$Culture
A string value that specifies the initiated culture of workflow instance. (Example: "en" or "de" or "tr")

$Localization
Translation dictionary that provides localized texts.

$Database
Provides methods to query relational database.Instance Objects

Insert excerpt
_InstanceScriptingObjects
_InstanceScriptingObjects

Generic Objects

$Membership
Provides methods to access organization database.

...