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 2 Next »

A logic being executed in the context of a given step, it is only able to access previous steps inputs as well as previous calculations outputs.

For this one can use model.inputs(String stepName, String tabName) as well as model.outputs(String stepName, String calculationName).

But also api.input(String inputName) to access the current tab inputs.

A tab cannot access inputs from other tabs of the same step.

  • No labels