processable.idea in processable-0.0.1 vs processable.idea in processable-0.0.2
- old
+ new
@@ -18,9 +18,11 @@
class LocationsUploaderStep < Processable::Step
end
# Order of steps as it's been defined
+# Run process until
+# Pass arguments to each step manually for test purpose
# In the result you will get either result of the last step
# Print every step (option to disable)
# How to validate?
# Stop if something went wrong
# Steps cannot use the same name (validate it)