You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrew Branson edited this page Mar 21, 2016
·
2 revisions
Data helpers are a mechanism that allows easy referencing of different types of data within an Item, in order to use that data for process control or generating new data. They are referenced using a URI-like syntax, usually in workflow vertex properties.
In Activities and other script supporting workflow vertices, these URLs are stored at values of activity properties, which are then referenced as input parameters to the associated script. CRISTAL will resolve those values and insert the results, using the activity property names as variable names, into the script execution environment.