create_workflow_activity_history
Log activity details for Procore workflows by recording user actions, comments, and attachments to maintain audit trails and track progress.
Instructions
Create Workflow Activity History. [Core/Workflows] POST /rest/v1.0/workflow_activity_histories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_instance_id | Yes | Workflow Instance ID | |
| company_id | Yes | Unique identifier for the company. | |
| workflow_activity_id | Yes | Workflow Activity ID | |
| workflow_user_role_id | Yes | Workflow User Role ID | |
| performed_by_id | Yes | Login Information ID of a Workflow User Role Login Information. | |
| comments | No | Comments | |
| attachments | No | Attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as files. |