diff --git a/README.md b/README.md index 99b8158..0579b83 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,8 @@ This steps may contain the allocation of resources, filtering the data to proces ### Process -This stage contains your main logic of the workflow. If any of the steps fails no further steps of the process stage will be executed. +This stage contains your main logic of the workflow. +If any of the steps fails no further steps of the process stage will be executed. ### OnSuccess @@ -255,13 +256,16 @@ All steps of the stage will be executed, even if some steps fail. All failing st This stage allows you to define steps which shall be executed if any step of the **Process** stage fails. For example logging, setting up recovery data, etc. -All steps of the stage will be executed, even if some steps fail. All failing steps will be reported as warnings. +All steps of the stage will be executed, even if some steps fail. +All failing steps will be reported as warnings. ### After -This stage allows you to perform cleanup steps after all other stages have been executed. The steps will be executed regardless of the successful execution of the **Process** stage. +This stage allows you to perform cleanup steps after all other stages have been executed. +The steps will be executed regardless of the successful execution of the **Process** stage. -All steps of the stage will be executed, even if some steps fail. All failing steps will be reported as warnings. +All steps of the stage will be executed, even if some steps fail. +All failing steps will be reported as warnings. ## Workflow control