---
search:
  exclude: true
---

# <a id="bitdrift.public.unary.workflows.v1.CreateWorkflowResponse"></a>CreateWorkflowResponse

**Source definition:** [`src/bitdrift/public/unary/workflows/v1/workflow.proto#L920-L924`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/workflows/v1/workflow.proto#L920-L924>)

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| id | <span class="proto-type proto-type-primitive">string</span> | Unique identifier for the created workflow. |

</section>
#### Example
```json
{
  "id": "abc-123-def"
}
```

