Fetch the active version of a :ref:`ref_flyteidl.admin.LaunchPlan`
Retrieve the active launch plan version specified by input request filters.
Path Parameters
Name of the project the resource belongs to.
Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project.
User provided value for the resource. The combination of project + domain + name uniquely identifies the resource. +optional - in certain contexts - like 'List API', 'Launch plans'
Query Parameters
Optional, org key applied to the resource.
Response
A successful response.
A LaunchPlan provides the capability to templatize workflow executions. Launch plans simplify associating one or more schedules, inputs and notifications with your workflows. Launch plans can be shared and used to trigger executions with predefined inputs even when a workflow definition doesn't necessarily have a default value for said input.
Encapsulation of fields that uniquely identifies a Flyte resource.
User-provided launch plan definition and configuration values.
Values computed by the flyte platform after launch plan registration. These include expected_inputs required to be present in a CreateExecutionRequest to launch the reference workflow as well timestamp values associated with the launch plan.