Unanswered
How Can I Access Task Ids Of Tasks Running Within A
not sure you can but maybe you can get the pipeline children from context?
pipeline_task = PipelineDecorator.get_pipeline_task()
task_ids = pipeline_task.get_children()
138 Views
0
Answers
7 months ago
7 months ago