Pipeline Events
{{#ifEquals type "ray.haystack.pipeline-start"}}
{{time}} - [{{type}}]
pipeline_inputs:
run_queue:
wait_queue:
{{/ifEquals}} {{#ifEquals type "ray.haystack.component-start"}}
{{time}} - [{{type}}] - {{data.name}}
name:
{{data.name}}
sender_name:
{{defaultIfEmpty data.sender_name "[None]"}}
input:
{{/ifEquals}} {{#ifEquals type "ray.haystack.component-end"}}
{{time}} - [{{type}}] - {{data.name}}
name:
{{data.name}}
output:
{{/ifEquals}} {{#ifEquals type "ray.haystack.pipeline-end"}}
{{time}} - [{{type}}]
include_outputs_from:
output:
{{/ifEquals}}
Pipeline Inputs
Pipeline Settings
Run Pipeline