Can you view the code from a specific flow run?

Is there any way to see the code that was run for a specific flow run? Say I ran something a while ago, made some changes and want to revert back to that point in time. (Yes I know I can use git, but this is more for R&D).

In Orion, you can see the Flow Run ID etc, can we reverse engineer this to get the code that was used?

Flow Run ID

a5029d51-5d50-44cb-9627-49e370a17182

Flow ID

4dbce8ed-dc4a-4d57-a37d-19c19ffef453

Flow Version

b199d9ebdd78eb0dc8614df33b389578
1 Like

You’re spot on that using Git is the best option

As an alternative, you could also e.g. try S3 object versioning and leveraging Git commit sha as deployment version in your CI/CD - e.g. as here:

and we are also working on Run Artifact feature - it’s quite likely that you’ll be able to render the code in the UI by leveraging the Result Artifacts