Versions Compared

Key

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

This page documents following objects provided by Canvas and which can be used in block JS-code:Canvas has several useful helper functions built in which will help you speed up integration development.

There are functions for storing values between runs (myVault), checking when the workflow last ran (dateLastRun), logging data (logger), storing session variables (session), in addition to a large library of application specific functions (see the fx docs in Canvas).

This page provides an overview of these helper functions, which can all be used inside block code.

Table of Contents
minLevel1
maxLevel2

Packages

All packages provided by Canvas and which can be used in block JS-code:

...