Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass execution id to a script #599

Open
bugy opened this issue Nov 27, 2022 · 1 comment
Open

Pass execution id to a script #599

bugy opened this issue Nov 27, 2022 · 1 comment

Comments

@bugy
Copy link
Owner

bugy commented Nov 27, 2022

Reported by @matiasrivera:

Is it somehow possible to get the running ID from the inside the running script? [...] I would love to know if it is possible to receive the running ID or read it from somewhere.
I have a need to somehow allow my users to identify their runs from some of the parameters they choose or the script generated. [...] I have all these simultaneous runs of the same script from which I'd love to know some of the parameters I used to execute them from the history pane. Is it possible to expose some kind of information?

@bugy bugy added the feature label Nov 27, 2022
@bugy bugy added the resolved label Nov 27, 2022
@bugy bugy added this to the 1.18.0 milestone Nov 27, 2022
@bugy
Copy link
Owner Author

bugy commented Nov 27, 2022

I added it via environment variable, EXECUTION_ID. Unfortunately passing it as a parameter is more complicated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant