amazon web services - 'aws-flow-ruby' command executes properly even if the 'flow' directory is removed from path -
referring quote amazon flow framework ruby dev guide,
the runner interprets file , creates set of workers specify, using activities , workflows defined in activities.rb , workflows.rb files within flow directory configuration file exists
i have removed flow
directory path , executed $ aws-flow-ruby -f worker.json
hoping kind of error should thrown (since activities.rb
, workflows.rb
files no longer present in expected ./flow
path).
however, command ran producing following output:
waiting on workers [5742, 5744, 5747, 5751] complete
what going on here? aws-flow-ruby binary somehow cache worker files previous executions?
Comments
Post a Comment