Instance migration ant example
(Doc ID 2877234.1)
Last updated on MARCH 08, 2025
Applies to:
Oracle Business Process Management Suite - Version 12.2.1.2.0 and laterInformation in this document applies to any platform.
Goal
This article provides basic steps to use the instance migration ant scripts which moves bpm instances from one version to another. Note that the versions must not have any incompatible changes as mentioned in the documentation: https://docs.oracle.com/middleware/12211/bpm/bpm-user/GUID-E07A565B-AAC4-450C-B86D-964C404FEDC6.htm#BPMUG87383 . If the changes are not compatible an error will be thrown mentioning that the changes between the versions are not compatible . Also, please note that this example considers a PARTICIPATING composite, where compositeA creates compositeB. This is often overlooked in creating the script and may require an extra value in the instance filter.
This example is also migrating a single instance. It may be prefered to migrate all instances , in which case just remove the flowId attribute. Also, the "compositeParticipation" attribute can be removed if a simplier composite is being used.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |