Microflow vs. Process Flow

Process Designer and Microflow Designer are tools in the ONEWEB to integrate with other modules or systems. The Process Designer is used to design and create business process and Microflow Designer to design Microflow. Process flows and Microflow are quite similar. The difference is in their intended usage.

Microflow

Process

Used to create Micro Services

Creates Business Processes or workflows.

Has a single shot execution

Executed in multiple stages

Short running

Long Running and can extend to days or weeks.

Suited for both Synchronous and Asynchronous calls

Better suited for synchronous process executions like - Initiate business process

Have both embedded mode and standalone server

Has only standalone server.

Last updated