Microflow Runtime API

Microflow runtime provides API to execute the micro-service or to refresh the business objects. This chapter will guide you through all the APIs using simple examples. It will teach you how to call a service and use the parameters to control the execution.

Request

Description

HTTP Method

1. /MicroflowRest/DoAction

To execute the microflow.

POST

2. /MicroflowRest/refreshCache

To refresh the all the Business Objects of all the flows.

GET

3. /MicroflowRest/classAction

To execute action for a specific list of flows.

POST

Last updated