I want to rebuild an automation from scratch. It uses arguments/parameters that are provided by multiple triggers. For example one of the arguments is QueueName and it tells the automation which queue to pull from. To schedule jobs against different queues, we use triggers where the queue name is provided in the parameter.
I am starting a new project in Studio, from scratch using our internal template. Then I will rewrite the process in a more modern way. I will publish it with the same name as the existing version so that Orchestrator correctly links the new package to the existing versions and process upgrades are simple.
My concern is the trigger parameters. I assume if I just name the parameters the same, they’ll translate over inside the triggers when we upgrade the process. But what if I want to rename a parameter?
I’d like to avoid having to go through all our triggers and manually update the parameters after upgrading the process.