Versions Compared

Key

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

...

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

Table of Contents
minLevel2
maxLevel2
includeDatasource|dateLastRun|session

Datasource

Datasource is an array of block responses, which dependency is set for the block

...

This page documents session object which is shared between all blocks in the workflow and contains following properties:

Table of Contents
minLevel3
maxLevel3

vault

session.vault is an object of keys-value pairs which was set by myVault.setOnComplete() method and which will be moved into myVault on workflow complete.

...