Hi all! Wonder if there is a way to assign a launc...
# ask-the-community
n
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.
y
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.
you can probably also wrap the creation in an if statement, but will need to think about what that conditional would be.