Gateway Flow Instances REST Endpoints
Gateway Flow Instances
The Gateway Flow Instance service enables you to view Gateway flow instances.
- View a Gateway Business Flow Instance
- Method: getPath:
/primeapi/restapi/pims/flowInstances/{id}
- View All Gateway Business Flow Instances
- Method: getPath:
/primeapi/restapi/pims/flowInstances/list?flowId={flowId}&flowInstanceStatus={flowInstanceStatus}&isUser={isUser}&jobFilter={jobFilter}
- View All of the Child Business Flow Instances of a Gateway Business Flow
- Method: getPath:
/primeapi/restapi/pims/flowInstances/childrenOf/{id}