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

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -