Process Engine

Learn about process engine settings configuration

Last published at: November 3rd, 2023

Process engine is responsible for processing workflows within FlowWright.  It's built for performance and scalability.  Depending on the configuration the engine is able to execute hundreds of thousands of workflows within a matter of seconds.

 

Engine Configuration

Engine can be tuned to improve performance and optimize results using the following configuration settings in the UI.

Service interval - control how often to look for work to process

# of worker processes - # of workers that should be doing work in parallel

Service max - how often to check when there's no work

 

REST API

Engine also provides a REST API that provider real-time information about the engine.  REST API can be accessed using the following URL:

http://localhost:5070

Process engine REST API