Contains metadata to create automations for Chatter Feed Comments declaratively via Flows
- Apex Classes
- FeedCommentFlowInvocation.cls
- FeedCommentFlowInvocation_TEST.cls
- FeedCommentTrigger.cls
- FlowInvocationService.cls
- FlowInvocationService_TEST.cls
- ObjectIdentifierInvocable.cls
- ObjectIdentifierInvocable_TEST.cls
- Apex Trigger
- FeedComment.trigger
- Flow
- Feed_Comment_Trigger_Flow
To work on this project in a scratch org:
- Set up CumulusCI
- Run
cci flow run dev_org --org devto deploy this project. - Run
cci org browser devto open the org in your browser.
- Release a Beta Version
cci flow run release_unlocked_beta --org dev- Test Deploy the Beta Version
cci flow run ci_beta --org beta- Promote to a Production Version
cci flow run release_unlocked_production --org release