Restart A Workflow Instance (Project)
restart_a_workflow_instance_projectTerminates and restarts a workflow instance from the beginning, returning the new instance. Use when a fresh start is needed.
Instructions
Terminates the current instance and restarts a new instance from the beginning. Returns the new instance information. Use this to perform the restart a action on Workflows. Creates a new Workflows and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, id. Procore API (v2.0): Core > Workflows. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/workflows/instances/{id}/restart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier for the workflow instance. |