Hi all!
Wonder if there is a way to assign a launchplan to a single domain other than registering it to that domain. If I want this launch plan to be only on development for example, while the whole workflow will be on both domains.
t
thankful-minister-83577
01/16/2024, 6:09 PM
there’s no stock way of doing this that comes to mind. you can put the launch plan declaration in a separate python package, and only include that package in the development registration command.
thankful-minister-83577
01/16/2024, 6:10 PM
you can probably also wrap the creation in an if statement, but will need to think about what that conditional would be.