Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Response is a result of workflow blocks, which can be used as input datasource by other blocks.

The example of code block with no response

var arr = [1,2,3];

The example of code block with array in response

var arr = [1,2,3];
return arr;

Also please see session.vars by the link

  • No labels