Theodore Gonzalez
07/02/2024, 11:41 AMVampire
07/02/2024, 11:45 AM@UntrackedTask
(or doNotTrackState()
in the runtime API), then the task is always executed. Defining the inputs still makes sense, as they might carry implicit task dependencies as necessary. Defining outputs basically just makes sense if you have additional output like writing something to a file, especially when you want to use that as input for another task.Theodore Gonzalez
07/02/2024, 11:46 AM