How to Find all Processes that Use an Asset

Is there a way to find all of the processes that use a specific Asset without downloading the package and checking the config file?

@stephen_deleveaux

There is no such activity to do that

But you can build one processes like you can take all the assets you have in a Excel and specify the configs of your projects

So that per config file it will search the asset wheather used or not

Hope this may help you

Thanks,
Srini

You can try to edit process and check package requirements:

1 Like

Hi @stephen_deleveaux

You need to use orchestrator API to retrieve this information.

Thanks,