diff --git a/tests/tasks/uipath-maestro-flow/hitl/quality_02_result_downstream.yaml b/tests/tasks/uipath-maestro-flow/hitl/quality_02_result_downstream.yaml index 60ec3be66..5bd1b81ac 100644 --- a/tests/tasks/uipath-maestro-flow/hitl/quality_02_result_downstream.yaml +++ b/tests/tasks/uipath-maestro-flow/hitl/quality_02_result_downstream.yaml @@ -23,7 +23,7 @@ initial_prompt: | - Reviewer sees: expense amount, requester name, category (all read-only) - Reviewer fills in: approved (boolean), comments (text, optional) - Outcomes: Approve (primary), Reject - 3. Script node — reads the reviewer's decision from the HITL result and + 3. Script node — reads the reviewer's decision from the HITL output and logs: "Decision: , Comments: " The script must reference the HITL output via the correct runtime variable path. 4. End node diff --git a/tests/tasks/uipath-maestro-flow/hitl/quality_03_boolean_decision.yaml b/tests/tasks/uipath-maestro-flow/hitl/quality_03_boolean_decision.yaml index 800549b56..0aea9d13a 100644 --- a/tests/tasks/uipath-maestro-flow/hitl/quality_03_boolean_decision.yaml +++ b/tests/tasks/uipath-maestro-flow/hitl/quality_03_boolean_decision.yaml @@ -25,7 +25,7 @@ initial_prompt: | - Sees (read-only): vendor name, credit score - Fills in: approved (boolean, required), risk_notes (text, optional) - Outcomes: Approve (primary), Reject - 4. Decision node — branches on the `approved` boolean from the HITL result: + 4. Decision node — branches on the `approved` boolean from the HITL output: - true → Script node that logs "Vendor onboarded" → End - false → Script node that logs "Vendor rejected" → End diff --git a/tests/tasks/uipath-maestro-flow/hitl/smoke_03_multi_outcome_routing.yaml b/tests/tasks/uipath-maestro-flow/hitl/smoke_03_multi_outcome_routing.yaml index 04ededbcd..ded452faf 100644 --- a/tests/tasks/uipath-maestro-flow/hitl/smoke_03_multi_outcome_routing.yaml +++ b/tests/tasks/uipath-maestro-flow/hitl/smoke_03_multi_outcome_routing.yaml @@ -23,14 +23,14 @@ initial_prompt: | - Reviewer sees (read-only): employee name, number of days - Reviewer fills in: approved (boolean) - Outcomes: Approve (primary), Reject - 3. Decision node — branches on the reviewer's approved field from the HITL result + 3. Decision node — branches on the reviewer's approved field from the HITL output 4. true branch → Script node that logs "Leave approved" → End 5. false branch → Script node that logs "Leave rejected" → End Use the inline quickform HITL node (uipath.human-in-the-loop). Wire: Trigger → HITL →|completed| Decision → both branches → Script → End - The Decision node condition must reference the HITL result using the + The Decision node condition must reference the HITL output using the correct runtime variable path ($vars..output.). Do NOT run flow debug. Validate after building.