cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Access event data or results from a previous workflow step

AgataWlodarczyk
Community Team
Community Team

How do I access event data or results from a previous workflow step?

When passion meets people magic and innovation happen.
1 REPLY 1

michaelwinkler
Dynatrace Advisor
Dynatrace Advisor

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.

Michael

Featured Posts