Runn: create workstream
runn_create_workstreamCreate an account-level workstream to organize bands of work, then attach it to projects and allocate assignments by workstream ID.
Instructions
Create a workstream (POST /workstreams). Workstreams are account-level bands of work; create one, then attach it to a project with runn_add_project_workstream. To allocate work to it, pass its id as workstreamId on runn_create_assignment / runn_bulk_actuals. Assignments on the SAME person/role but DIFFERENT workstreams may overlap (Runn sums the load).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Workstream name (e.g. a course or stream of work). |