Configuring Flogo Flow State Manager

Property Description
FLOGO_FLOW_SM_ENDPOINT

The endpoint of Flogo Flow State Manager. The format to set the property is:

FLOGO_FLOW_SM_ENDPOINT=http://<host>:<port>

For example:

FLOGO_FLOW_SM_ENDPOINT=http://localhost:9091

Note: This property needs to be set when starting the app binary after Flogo Flow State Manager is up and running. It also needs to be set when running the Flogo Enterprise Monitoring app.
FLOGO_FLOW_STATE_ASYNC_INVOCATION

Specifies whether the Flogo Flow State Manager must be invoked asynchronously or not. Enabling the property also helps to increase the throughput of the app. The format to set the property is:

FLOGO_FLOW_STATE_ASYNC_INVOCATION=true

Note: This property needs to be set when starting the app binary after Flogo Flow State Manager is up and running.
Default value: false