Query(SOQL) Process Builder Salesforce September 27, 2021June 10, 2022InfallibleTechie Admin Use Tooling API to query. Get the Process Builder Name. Sample SOQL: SELECT Id, MasterLabel, Description, ProcessType, Status, CreatedDate, LastModifiedDate FROM Flow WHERE MasterLabel = ‘Test Event Subscribing’