# Seqera · `launch_workflow`

Launch a Seqera workflow from a pipeline repository or registered pipeline.

- **Service**: `seqera`
- **Action**: `launch_workflow`
- **Action id**: `seqera.launch_workflow`

## Inspect the schema

Always fetch the authoritative input/output schema before building a payload — fields and defaults can change upstream:

```bash
oo connector schema "seqera" --action "launch_workflow"
```

## Run

```bash
oo connector run "seqera" --action "launch_workflow" --data '{}' --json
```

Replace `{}` with a JSON object that matches the input schema. The response is `{ "data": ..., "meta": { "executionId": "..." } }`.
