Skip to content

Commit

Permalink
SemaphoreStep.onResume needs to add the key to State.started
Browse files Browse the repository at this point in the history
  • Loading branch information
dwnusbaum committed Apr 30, 2024
1 parent 98fc851 commit c09c828
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ public static class Execution extends AbstractStepExecutionImpl {
} else {
s.contexts.put(k, c);
}
s.started.add(k);
s.notifyAll();
}
}
Expand Down

0 comments on commit c09c828

Please sign in to comment.