PageFlowService

The PageFlowService contains functions used to get information about, and interact with, deployed pageflows.

The table below lists the functions available from the PageFlowService.

All PageFlowService functions require the executeBusinessService system action, except for listPageFlows, which requires listBusinessServices.

Function Description Returns
cancelPageFlow Cancels a given pageflow instance. CancelPageFlowResponseType
injectPageFlow Injects data into an in-progress pageflow. InjectPageFlowEventResponseType
listPageFlows Lists all deployed pageflows.
Note: Pageflow processes that have been deployed as business services are not included in the response.
ListPageFlowsResponseType
startPageFlow Starts an instance of a deployed pageflow. StartPageFlowResponseType
updatePageFlow Updates a specified pageflow instance. UpdatePageFlowResponseType