Shamina

Results 2 comments of Shamina

@iowillhoit Yes, here is the `sfdx-project.json` file contains sourceBehaviorOptions. ``` { "packageDirectories": [ { "path": "force-app", "default": true } ], "name": "DEV_ORG", "namespace": "", "sfdcLoginUrl": "https://login.salesforce.com", "sourceApiVersion": "64.0", "sourceBehaviorOptions": [...

Looks like the issue is coming from the block `WorkflowFlowAutomation` present in package xml ``` .... WorkflowFlowAutomation ``` Removing the above block from package xml (API version 62 or 63)...