mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +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}})
|