new InjectPageFlowRequest(payload, eventName, moduleName, processId, processName)
Object InjectPageFlowRequest
Usage:
RestApiService.getPageFlowService().injectPageFlow(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
payload |
tibco.objectapi.common.datafeed.DataPayload | The page data for the formal parameters associated with the eventName event. |
eventName |
string | Name of the event to be injected into the pageflow process. You cannot obtain this name programmatically. You must obtain it by examining the process in TIBCO Business Studio. |
moduleName |
string | Name of the module that contains the pageflow process. |
processId |
string | ID of the pageflow process instance. |
processName |
string | Name of the pageflow process. |
- Since:
- 4.0.0
Members
responseType :string
Query parameter: 'responsetype' (optional) Enumerated value defining the format of the data payload to be used in the response message - either XML or JSON.
Type:
- string
- Since:
- 4.0.0
- Default Value:
- = JSON