pub async fn plan_bpmn_instance_migration(
configuration: &Configuration,
workspace: &str,
id: &str,
plan_bpmn_instance_migration_request: PlanBpmnInstanceMigrationRequest,
) -> Result<BpmnMigrationPlanCheck, Error<PlanBpmnInstanceMigrationError>>Expand description
The same resolution as planBpmnVersionPairMigration, but resolving this instance’s own current pin and its runtime preconditions (it must not be an inline preview run, and it must still be running). Writes nothing.