Case Instance Migration

Is there any documentation/guides available regarding CMMN Case instance migration? From looking in the source code, I see that support for Case instance migration exists but I haven’t been able to locate any documentation on the topic. The only migration documentation I seem to find relates specifically to BPMN Process migrations. In the absence of CMMN migration documentation, I plan to examine the CMMN migration unit tests as well as the BPMN docs for general migration guidance but it would be nice if there were official CMMN migration docs available. Am I just missing them?

1 Like

HI @x2012x,

this document talks about migration in general (it’s part of the enterprise documentation but also applies to open source):

Are you planning to use the Java API or the REST API?

Valentin

Thanks, I’m planning to leverage the Java API to execute migrations.