| Name | Type | Description | Notes |
|---|---|---|---|
| _id | string | The ID of the workflow | |
| _version | int | The version of the workflow | |
| _conflicts | \LaunchDarklyApi\Model\ConflictOutput[] | Any conflicts that are present in the workflow stages | |
| _creation_date | int | ||
| _maintainer_id | string | The member ID of the maintainer of the workflow. Defaults to the workflow creator. | |
| _links | array<string,\LaunchDarklyApi\Model\Link> | The location and content type of related resources | |
| name | string | The name of the workflow | |
| description | string | A brief description of the workflow | [optional] |
| kind | string | The kind of workflow | [optional] |
| stages | \LaunchDarklyApi\Model\StageOutput[] | The stages that make up the workflow. Each stage contains conditions and actions. | [optional] |
| _execution | \LaunchDarklyApi\Model\ExecutionOutput | ||
| meta | \LaunchDarklyApi\Model\WorkflowTemplateMetadata | [optional] | |
| template_key | string | For workflows being created from a workflow template, this value is the template's key | [optional] |
This repository was archived by the owner on Feb 3, 2026. It is now read-only.