Package | Description |
---|---|
org.jbpm.services.api.admin |
Modifier and Type | Method and Description |
---|---|
MigrationReport |
ProcessInstanceMigrationService.migrate(String sourceDeploymentId,
Long processInstanceId,
String targetDeploymentId,
String targetProcessId)
Migrates given process instance that belongs to source deployment, into target process id that belongs to target deployment.
|
MigrationReport |
ProcessInstanceMigrationService.migrate(String sourceDeploymentId,
Long processInstanceId,
String targetDeploymentId,
String targetProcessId,
Map<String,String> nodeMapping)
Migrates given process instance (with node mapping) that belongs to source deployment, into target process id that belongs to target deployment.
|
Modifier and Type | Method and Description |
---|---|
List<MigrationReport> |
ProcessInstanceMigrationService.migrate(String sourceDeploymentId,
List<Long> processInstanceIds,
String targetDeploymentId,
String targetProcessId)
Migrates given process instances that belong to source deployment, into target process id that belongs to target deployment.
|
List<MigrationReport> |
ProcessInstanceMigrationService.migrate(String sourceDeploymentId,
List<Long> processInstanceIds,
String targetDeploymentId,
String targetProcessId,
Map<String,String> nodeMapping)
Migrates given process instances (with node mapping) that belong to source deployment, into target process id that belongs to target deployment.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.