{ "sections": [ "title", "description", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "ProcessFlowMigration - Metadata API", "description": "Represents a process's migrated criteria and the resulting migrated flow.", "fields_columns": [ "type", "required", "description" ], "fields": { "destinationFlowDefinition": { "type": "string", "required": true, "description": "The ID of the resulting migrated flow." }, "destinationFlowVersion": { "type": "string", "required": true, "description": "The version ID of the migrated flow." }, "developerName": { "type": "string", "required": true, "description": "The unique name of the object in the API. This name can contain only underscores and alphanumeric characters, and must be unique in your org. It must begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores." }, "masterLabel": { "type": "string", "required": true, "description": "The label for the ProcessFlowMigration." }, "migratedCriteriaLabel": { "type": "string", "description": "The label of the criteria that was migrated." }, "migratedCriteriaName": { "type": "string", "description": "The name of the criteria that was migrated." }, "processVersion": { "type": "string", "required": true, "description": "The version ID of the originating process." } }, "wsdl_segment": "```xml\n\n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "The following is an example of a ProcessFlowMigration component.", "code": "\n\n Migration_1\n Migration_1-1\n Migration\n Migration_1\n myCriteria_1\n myDecision\n Migration-1\n" } ] }