Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To access steps inputs and calculation outputs, you can use:

  • model.inputs(String stepName, String tabName)

  • model.outputs(String stepName, String calculationName)

Also api.input(String inputName) can be used to access the current tab inputs.

Note
  • 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

.

...

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