Process Patterns
Last updated
Last updated
TBD: About the site and content of a single process. About the input and outputs(s) and a comparison to methods. Error Handling: do not return error string.
In addition to the above, I decided to document process standards, which help you to find the right “split”.
It is definitely not a good idea to put your complete logic into one Integrate process. If you ended up in something like this, your project has become unmaintainable already.
Anyways, finding the right split means: create sub-processes of the “right” size and make them maintainable and reusable!