task_pages__process_flow__condition_path_endpoint_label¶
Identity¶
- Domain:
pages - Scene id:
process_flow - Source scene:
process_flow - Task id:
task_pages__process_flow__condition_path_endpoint_label
Contract¶
- Objective: follow two visible decision-arrow labels and return the reached step label.
- Public task contract:
condition_path_endpoint_label - Supported
query_idvalues:single - Answer type:
string - Annotation schema:
bbox_map - Annotation witness: keyed boxes for
start_step,first_decision_label,second_decision_label, andendpoint_step. - Query argument axes: selected decision-label sequence, process context, lane count, node count, layout variant, and style variant.
Program Contract¶
process_flow_condition_path_endpoint_label(decision_label_sequence); output=visible_step_label; annotation=bbox_map(path_witnesses); scene=process_flow; scope=one process-flow diagram
Reasoning Operations¶
Families: topology
Prompt + Trace¶
- Prompt bundle:
pages_process_flow_v1 - Scene key:
process_flow_diagram - Task key:
process_flow_diagram_query - Prompt query key:
condition_path_endpoint_label - Trace records the selected decision labels, symbolic path node ids, minimal annotation witness roles, final node and arrow-label bboxes, layout geometry, and prompt metadata.
- Generation is deterministic from
instance_seed; answers and annotation come from the finalized process-flow render metadata.