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'
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'