2006-01-08 19:37:27 UTC
Because Micflow is built on Python, and a workflow here is a runnable python script, a workflow can be very complex (actually no limitation). This feature is a distinction between Micflow and normal business workflows. So a Micflow workflow can be directly debugged (extremely important for us). A simple description of Micflow in a nutshell is: 1) Construct a set of commands (shell commands or executables); 2) Construct a set of input images using Micflow classes; 3) Construct a process structure. Micflow engine then applys each command on each image following the process structure.