Wiki

Clone wiki

CyToStruct / Batch mode template

Installation | App template | YAML syntax | Variable substitution | Batch mode | Data files | Demos


Many external programs (especially viewers) accept script files to perform a batch of commands.
Being able to synthesize such scripts for nodes/edges intensifies the user experience beyond mere execution of an application.
When defining the handlers in application config dialog it is possible to introduce the template of a script under 'scriptLines' field.
It supports regular variable substitution, but what makes it extremely powerful is the unwinding of blocks
for array-values (horizontal unwinding) and for multiple rows mapped to a single node/edge (vertical unwinding).

Updated