Class: IsSetMigrationRuleRequest

tibco.objectapi.service.request.IsSetMigrationRuleRequest

new IsSetMigrationRuleRequest(module, process, version, taskName)

Object IsSetMigrationRuleRequest Usage: RestApiService.getProcessManagementService().isSetMigrationRule(request, callback);
Parameters:
Name Type Description
module string Name of the module to which the process template belongs.
process string Name of the process template to which the task belongs.
version string OSGi-style version number of the process template. (This version number is the same as that of the module.)

The three previous parameters can be obtained from listProcessTemplates, queryProcessTemplates, and queryProcessTemplatesAlt.

taskName string The task that is to be tested. Use the getMigrationPoints function to get the valid process instance migration points (tasks) for the specified process template.
Since:
  • 4.0.0