Links a workflow to a project.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
Maps existing project status Ids to workflow project status Ids. Required if the project/template has existing project statuses.
Maps existing task status Ids to workflow task status Ids. Required if the project/template has existing task statuses.
Whether to keep existing non-workflow custom fields when linking the workflow. If false, existing non-workflow task custom fields will be deleted. Default: true (keep custom fields).
Whether to keep existing non-workflow automations when linking the workflow. If false, custom automations will be deleted. Default: true (keep custom automations).
Response
The name of the Project. Max allowed length: 1000 characters.
The project description. Max allowed length: 25000 characters.
Whether to deduct non-billable hours from project budgets.
The unique project key within the workspace (e.g., “NIKE”). Maximum 32 characters, uppercase letters, numbers, and dashes only.
The total planned duration of the project with hierarchy, in seconds. Calculated based on the planned durations of tasks and task lists of the project. Sum of Sum(TotalPlannedDurationWithHierarchy of all task lists) and Sum(TotalPlannedDurationWithHierarchy of all parent tasks without list)
True if this entity is coming from an external workspace (awork Connect).
Indicates whether multi-assignment is allowed for tasks in this project’s workspace.

