Query Salesforce Process Builder
Use Tooling API, we can query Process Builders in Salesforce. Sample SOQL: SELECT Id, MasterLabel, Description, ProcessType, Status, CreatedDate, LastModifiedDate FROM Flow WHERE MasterLabel = 'Test Event Subscribing' https://youtu.be/JXuR8vOCfOI