mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
SELECT Id, DeveloperName, ActiveVersionId, LatestVersionId
|
|
FROM FlowDefinition
|
|
WHERE Id IN ({{FLOW_DEF_IDS_LIST}})
|