Skip to content

Commit 65dbe37

Browse files
committed
clean up
1 parent d6eb1dc commit 65dbe37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/dev/dbos/transact/database/WorkflowDAO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ public String forkWorkflow(String originalWorkflowId,
776776
// Create entry for forked workflow
777777
insertForkedWorkflowStatus(connection, forkedWorkflowId, status, applicationVersion);
778778

779-
// Copy operation outputs if starting from step > 1
779+
// Copy operation outputs if starting from step > 0
780780
if (startStep > 0) {
781781
copyOperationOutputs(connection, originalWorkflowId, forkedWorkflowId, startStep);
782782
}

0 commit comments

Comments
 (0)