How do I get the meta data for an automation that was invoked by Orchestrator?

Greetings,

I have a small use case where I would like to include the package name and version of the automation that generates output.

E.g., My automation sends an email notification to a customer. The email is generated at the end of an automation run. The automation was invoked from the Orchestrator. I would like to include the name and version of the automation in the correspondence.

How would I go about retrieving this information? (without hard coding it in the automation, of course)

1 Like

Hi

Check for this option
We can get from project.Json file itself

Cheers @bradley.coish

Thanks, Palaniyappan!

This looks like it will meet my needs. :slight_smile:
Out of curiosity, any reason you did not use the UiPath.WebAPI.Activities’ JSON reader?

Regards,
Brad

Well I felt like above is more easy than complicating it with api

@bradley.coish

That’s fair. Thanks again for the quick response, it’s much appreciated.

Welcome @bradley.coish

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.