Command is missing from postTasksExecution #32151
joshlartz
started this conversation in
Feature Requests
Replies: 1 comment
-
I've implemented this here: #32259 Please try it out in the latest beta: 21.4.0-beta.8+ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're finally getting around to trying out the new API from #29637
What appears to be missing in the conversion from task runners is the command that was run to start off the task graph. I'm specifically looking for
command
that came fromStoreRunInformationLifeCycle
and the LifeCycle side of the task runners in general.The TaskResults typing in the new system is close, but the command is missing. When things like
nx run
are used, the last item in the task graph is effectively the command that was run, but fornx affected
andnx run-many
where there are essentially many subgraphs involved, there's no way that I've found to capture the command that started it all.This is on Nx 20.8 to be clear.
Beta Was this translation helpful? Give feedback.
All reactions