Hi,
Activities create variables with the shared array vars.* and change the output schema
For example:
- Input example: A Loading data (file) configured with "specified in the transition" is in fact using "calculated: vars.filename", so any change to vars.filename before the data loading will corrupt it
- Output example: After a delivery, the transition contains the broadLog schema where vars.recCount is the total number of broadLogs
- Output example: A post-processing delivery workflow contains the delivery id via vars.deliveryId
Can we get documentation on all of this? It would be better than reverse-engineering and guessing the codebase..
Thanks
Regards