How can I get a json-schema or TypeScript interface (on any other format) to validate workflow definiton locally?
Solved! Go to Solution.
Hi @beigert,
To validate the workflow definition locally in Typescript, you could leverage the Workflow type from the "@dynatrace-sdk/client-automation".
We're aware that the typing still isn't perfect, but we're working on it.
Please let me know if I can help you further.
Works, thanks a lot