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. | ListPageFlowsResponseType |
startPageFlow | Starts an instance of a deployed pageflow. | StartPageFlowResponseType |
updatePageFlow | Updates a specified pageflow instance. | UpdatePageFlowResponseType |
Copyright © Cloud Software Group, Inc. All rights reserved.