...
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
session.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.
...
Note |
---|
Please note that overriding of session.vault is forbidden. For example, you will not be able to set following:
|
session.vaultGlobal
session.vaultGlobal is an object of keys-value pairs which was set by myVault.setGlobalOnComplete() method and which will be moved into Global myVault on workflow complete.
...
Note |
---|
Please note that overriding of session.vaultGlobal is forbidden. For example, you will not be able to set following:
|
session.vars
session.vars is an object which Canvas provides for keeping of global variables in workflow context, which are not included into block responses.
...