Class: SaveTerminatedProcessInstancesRequestAlt1

tibco.objectapi.service.request.SaveTerminatedProcessInstancesRequestAlt1

new SaveTerminatedProcessInstancesRequestAlt1(appName, willSave)

Object SaveTerminatedProcessInstancesRequestAlt1 Usage: RestApiService.getProcessManagementService().saveTerminatedProcessInstances(request, callback);
Parameters:
Name Type Description
appName string The name of the application as specified in TIBCO Administrator when the application was created.
willSave boolean Indicates whether terminated process instances should be saved.
Since:
  • 4.0.0

Members

duration :string

Query parameter: 'duration' The duration for which the terminated process will be saved.
Type:
  • string
Since:
  • 4.0.0

module :string

Query parameter: 'module' Name of the module to which the process published as a REST service belongs.
Type:
  • string
Since:
  • 4.0.0

process :string

Query parameter: 'process' Name of the process template.
Type:
  • string
Since:
  • 4.0.0

version :string

Query parameter: 'version' Version of the process template.
Type:
  • string
Since:
  • 4.0.0