pub async fn check_bpmn_instance_migration(
configuration: &Configuration,
workspace: &str,
id: &str,
target_version: i64,
) -> Result<BpmnMigrationCheck, Error<CheckBpmnInstanceMigrationError>>Expand description
The same per-pair verdict as checkBpmnVersionPair, 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).