Files
rpa_vision_v3/test_workflow_proprietes.json
Dom a27b74cf22 v1.0 - Version stable: multi-PC, détection UI-DETR-1, 3 modes exécution
- Frontend v4 accessible sur réseau local (192.168.1.40)
- Ports ouverts: 3002 (frontend), 5001 (backend), 5004 (dashboard)
- Ollama GPU fonctionnel
- Self-healing interactif
- Dashboard confiance

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 11:23:51 +01:00

72 lines
1.5 KiB
JSON

{
"id": "test_proprietes_workflow",
"name": "Test Propriétés VWB",
"description": "Workflow pour tester l'affichage des propriétés",
"steps": [
{
"id": "step_navigate",
"type": "navigate_to_url",
"name": "Naviguer vers URL",
"position": {
"x": 100,
"y": 100
},
"data": {
"isVWBCatalogAction": true,
"vwbActionId": "navigate_to_url",
"parameters": {
"url": "https://example.com"
}
}
},
{
"id": "step_click",
"type": "click_anchor",
"name": "Cliquer sur élément",
"position": {
"x": 100,
"y": 200
},
"data": {
"isVWBCatalogAction": true,
"vwbActionId": "click_anchor",
"parameters": {
"visual_anchor": null
}
}
},
{
"id": "step_type",
"type": "type_text",
"name": "Saisir texte",
"position": {
"x": 100,
"y": 300
},
"data": {
"isVWBCatalogAction": true,
"vwbActionId": "type_text",
"parameters": {
"visual_anchor": null,
"text": "Hello World"
}
}
},
{
"id": "step_standard",
"type": "click",
"name": "Clic standard",
"position": {
"x": 100,
"y": 400
},
"data": {
"parameters": {
"target": null,
"clickType": "left"
}
}
}
],
"connections": []
}