We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 589d253 + 63044e0 commit 4737cd6Copy full SHA for 4737cd6
lib/floe/workflow/states/child_workflow_mixin.rb
@@ -6,8 +6,7 @@ module States
6
module ChildWorkflowMixin
7
def run_nonblock!(context)
8
start(context) unless context.state_started?
9
-
10
- step_nonblock!(context) while running?(context)
+ step_nonblock!(context)
11
return Errno::EAGAIN unless ready?(context)
12
13
finish(context) if ended?(context)
0 commit comments