04 May 2023 12:28 PM - edited 20 Jul 2023 12:26 PM
Based on workflows can we create templates that can be reused for common use cases (Auto-remediation, Reports, Guardians, etc.)?
Solved! Go to Solution.
04 May 2023 12:32 PM - edited 06 Jul 2023 12:14 PM
Workflows can be duplicated within the same environment. In order to transport workflows between different environments, you can use the automation API, which gives access to all workflow definitions as JSON and the possibility to import and update those.
Additionally, the Dynatrace configuration-as-code tool Monaco can be used, enabling automation-as-code.
In a few weeks, we will have a built-in import and export option within the workflows app which will handle app dependencies and connections as well. Later this year we will further provide central distribution and discovery of dedicated templates.
Some common workflow definitions, JavaScript code snippets, etc. are provided in our GitHub workflow samples project.
➡️ More information will be provided soon.