Bulk automation status update #2245
-
I've partially solved for this issue, but am hitting a roadblock with automatons containing filtered activities. I'm trying to bulk update the status of automation's across several business units. I would like for these automation's to be set to a paused state with nothing else changing. I have a script that sifts through all the metadata for automation's monthly, finds ones that are created past x many days ago, and sets the automation's to be paused. This works fine with any automation that doesn't have a filtered activity in it. However, when trying this with automation's containing filters, I get errors that it skipped the automation and say not supported filter activity 'FILTER ACTIVITY NAME' in step x.x I'm looking to see if there is some workaround or if anyone else has had success with just changing the status on automation's containing filtered activities. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You are trying to deploy this automation, correct? The 2 commands relevant for automations are |
Beta Was this translation helpful? Give feedback.
You are trying to deploy this automation, correct?
Have you tried running
mcdev pause
instead?The 2 commands relevant for automations are
schedule
andpause
.