How do I access event data or results from a previous workflow step?
Solved! Go to Solution.
Data can be accessed from any previous task in a workflow, and it doesn’t have to be its immediate predecessor.
All workflow task results are automatically available without any additional configuration. Access to data is given via the jinja2 expression, the same system and syntax that you might know from solutions like Red Hat Ansible.
Ad-hoc scripts (JavaScript action) has jinja2 expression disabled to mitigate the risk of possible code injections. For these, we provide access to the data via JavaScript SDKs.