Refresh A Workflow Instance (Company)
refresh_a_workflow_instance_companyRetry a blocked company workflow instance by refreshing it to update role assignees and retry failed steps.
Instructions
Refreshes and retries a blocked company workflow instance. Updates role assignees and retries failed steps. company_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Acts on the workflow instance and returns Procore's response for the operation. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, id. Procore API (v2.0): Core > Workflows. Endpoint: POST /rest/v2.0/companies/{company_id}/workflows/instances/{id}/refresh
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier for the workflow instance. | |
| company_id | Yes | URL path parameter — unique identifier for the company. |