afv-library/skills/investigating-agentforce-architecture/assets/soql/flow_definition_by_ids.soql
2026-06-12 10:55:46 +00:00

4 lines
115 B
Plaintext

SELECT Id, DeveloperName, ActiveVersionId, LatestVersionId
FROM FlowDefinition
WHERE Id IN ({{FLOW_DEF_IDS_LIST}})