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()
108 Views
0
Answers
6 months ago
6 months ago