30 Jun 2025 02:55 PM
We currently have two custom workflow actions that were originally developed by a consultant. I’m trying to figure out if there’s a way to extract the latest version of these actions directly from the environment so we can update their functions.
From what I’ve found so far, there doesn’t seem to be a download option or an exposed API for this. Has anyone found a workaround or method to retrieve and modify these custom actions?
Any insights would be greatly appreciated!
Solved! Go to Solution.
02 Jul 2025 12:36 PM
Hello Sylvia,
At the moment, it is not possible to view the code in workflow actions unless you're the owner of the actions. Your main option would be to contact the consultant to share it with you unless it was created through one of your accounts, and you're the owner.
02 Jul 2025 12:45 PM
Hello Haris,
Thanks for your reply.
I do have one concern—once I receive the code from the owner, will I be able to update the same action, or would I need to deploy a new one?
03 Jul 2025 12:38 AM
Hi 🙂
If you have workflow admin permission automation:workflows:admin
you should be able to then update the action. To make sure we're on the same page, you're talking about these custom workflow actions: https://developer.dynatrace.com/develop/workflows/create-custom-action/? Or are you referring to custom Typescript code within workflow?
07 Jul 2025 03:58 PM
Yes this one, thank you.