Evidence Summary
- Workflow run
crm-task-reopen-20260519T095439Z- Updated task
431- Final subject
AI Demo CRM Task 20260519T094141Z Reopened- Final state
Realizado=Fandperc_execution=0
Before You Start
- Open CRM then Operations then Tasks, or navigate to
/crm/tarefas. - Search for the task and open its detail page. The verified detail route was
/crm/tarefas/view/NDMxfor task431. - The detail page is the same edit surface used for completing, reopening, changing subject, changing priority, changing responsible employee, editing due date/time, adding notes, and linking entity/contact context.
Edit or Reopen the Task
- Open the task detail page.
- Change any editable Task Data fields you need: Subject, % Execution, Task Type, Priority, Employee responsible, Estimated End Date, Time, additional descriptions, Entity Type, Customer, and Contact.
- To reopen a completed task, clear Accomplished or set % Execution below
100. The verified reopen set % Execution to0. - Click Save.
- Return to the task list and search by the updated subject to confirm the row state.
Verified Payload
The Save button validates and submits #marcacao_datalocal to the task detail route.
| Field | Verified value | Meaning |
|---|---|---|
endpoint | POST /crm/tarefas/view/NDMx | Updates task 431. |
actualizartarefas | 1 | Signals task detail update. |
assunto | AI Demo CRM Task 20260519T094141Z Reopened | Edited task subject. |
perc_execution | 0 | Reopened progress state. |
realizado | not submitted | The checkbox is only included when checked. Absence plus perc_execution=0 verified as Realizado=F. |
codtipoev | ToDo | Task type. |
prioridade | N | Standard priority. |
codempr | 1 | Responsible employee, Demo. |
data, hour, minute, hora | 19/05/2026, 16, 45, 16:45 | Estimated end date/time. |
relatorio / relatorio2 | empty | Additional description fields were not changed. |
codterc / codcontacto | empty | No entity or contact was linked. |
Confirm the Edit
- Return to
/crm/tarefas. - Search the task list by the new subject.
- Confirm the row shows the expected subject, completed flag, execution percentage, priority, and due date/time.
The verified dt_tarefas lookup returned one matching row with numrel=431, Assunto=AI Demo CRM Task 20260519T094141Z Reopened, CodTipoEv=ToDo, FDataPrevRealiz=19/05/2026 16:45, Realizado=F, perc_execution=0, and Prioridade=N.
Artifacts
raw/playwright/workflows/crm-task-reopen-20260519T095439Z.jsonassets/screenshots/crm-task-reopen-20260519T095439Z-01-task-detail-before.pngassets/screenshots/crm-task-reopen-20260519T095439Z-02-task-detail-reopened-filled.pngassets/screenshots/crm-task-reopen-20260519T095439Z-03-task-detail-after-save.png