Versions Compared

Key

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

Overview

Current workflow instance Gets the currently executing workflow instance. $Instance.Number gets the currently executing instance number in system. Instance.Culture property is automatically set to initiator user's culture preference but can be changed any time.

const $Instance;

See Also