Unanswered
Hi Guys, I Am Having Some Problems About Parsing Arguments To A Task When Running On Agent.
I Have A Task A That Creates Another Task B Via Subprocess.
Some Arguments Of A And B Share The Same Names. The Problem Is That They'Re Visible To B Even Though I'
Hi @<1578193384537853952:profile|MoodyOx45>
I have a task A that creates another task B via subprocess.
So the thing about the agent, when it runs the code, there is only One task to rule them all. basically any fork/spawn of subprocess will automatically be logged as the parent Task
I think that what you want is to build a pipeline from those Tasks? Or create a Task and enqueue it manually directly from Task A?
(btw: you can forcefully cause the subprocess to create it's own Task but it will be a bit hackish)
122 Views
0
Answers
11 months ago
11 months ago