sfdx-mass-action-scheduler / sfdx-mass-action-scheduler

🚀 Declaratively schedule Process Builder, Flows, Quick Actions, Email Alerts, Workflow Rules, or Apex to process records from Reports, List Views, SOQL, or Apex.
https://github.com/sfdx-mass-action-scheduler/sfdx-mass-action-scheduler/wiki
BSD 3-Clause "New" or "Revised" License
275 stars 54 forks source link

Mass Action Scheduler via visual flow not triggering "Slack: Post Message" Apex action #146

Open willyeebooster opened 4 years ago

willyeebooster commented 4 years ago

Summary

Using Visual Flow to trigger email notifications and Post Messages to Slack with their integration. Through SFDC Debug, all email/slack notifications do fire correctly. When running flow through MAS - email notifications and flow complete successfully but Slack: Post Message action does not seem to be invoked.

Version of Mass Action Scheduler

2.400

Steps To Reproduce

  1. Create autolaunched Visual Flow.
  2. Create Apex actions for Send Email and for Slack: Post Message Apex Actions
  3. Trigger flow manually through Debug (Email and Slack notification should send correctly)
  4. Trigger flow through MAS (batch size 1), Email notification should send, Slack notification won't send

image

  1. List steps that cause the issue
  2. Screen shots are also helpful

Expected Behavior

Expected behavior would be that Email and Slack notification are sent

Actual Result

Email is send, Slack notification is not sent

Source Type

Action Type

Does your configuration use Named Credentials?

No named credentials

jkrangel commented 3 years ago

I am experiencing this issue as well!