upservice_task_agreement_action
Advance an agreement workflow step: approve, reject, or progress a task, optionally extending its deadline.
Instructions
Advance an agreement/approval workflow step on a task: progress it, approve it, or reject it.
Args: params (AgreementActionInput): task_id (int), action (progress|approved|rejected), rejection_reason (required if action='rejected'), date_end (optional, used with 'progress')
Returns: str: JSON of the updated agreement state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |