Hello There,
I have a listener ,which is a Groovy code which will be triggered when a JOB flow finished .
How can i get that executed Job flow run Id in groovy code , Please help me …
Thanks
:roll:
Hello There,
I have a listener ,which is a Groovy code which will be triggered when a JOB flow finished .
How can i get that executed Job flow run Id in groovy code , Please help me …
Thanks
:roll:
Hi
Basically, you can obtain Run ID via the RunRecord object on which you can call getID() method. You can find an intuitive example in our documentation (Execute Groovy Code part). There are also other variables/objects described there.
Best regards