Skip to content

Commit 4aaf993

Browse files
committed
no need outputs for fork
1 parent 4968d21 commit 4aaf993

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dbos/system_database.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,6 @@ func (s *sysDB) forkWorkflow(ctx context.Context, input forkWorkflowDBInput) err
809809
listInput := listWorkflowsDBInput{
810810
workflowIDs: []string{input.originalWorkflowID},
811811
loadInput: true,
812-
loadOutput: true,
813812
tx: tx,
814813
}
815814
wfs, err := s.listWorkflows(ctx, listInput)

0 commit comments

Comments
 (0)