Skip to content

Commit

Permalink
not just single tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
katrogan committed Jul 31, 2024
1 parent e2fb10f commit 5b13068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flyteadmin/pkg/manager/impl/execution_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,7 @@ func (m *ExecutionManager) launchExecutionAndPrepareModel(
WorkflowClosure: workflow.Closure.CompiledWorkflow,
WorkflowClosureReference: storage.DataReference(workflowModel.RemoteClosureIdentifier),
ExecutionParameters: executionParameters,
OffloadedInputsReference: inputsURI,
})
if execErr != nil {
createExecModelInput.Error = execErr
Expand Down

0 comments on commit 5b13068

Please sign in to comment.