Class: UpdatePageFlowRequest

tibco.objectapi.service.request.UpdatePageFlowRequest

new UpdatePageFlowRequest(payload, processId, activityId)

Object UpdatePageFlowRequest Usage: RestApiService.getPageFlowService().updatePageFlow(request, callback);
Parameters:
Name Type Description
payload tibco.objectapi.common.datafeed.DataPayload The data to be updated for this page activity, as returned by the form.
processId string ID of the pageflow process instance.
activityId string ID of the in-progress page activity.

The processID and activityId can be obtained from the previous startPageFlow or updatePageFlow response.

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