-
-
Notifications
You must be signed in to change notification settings - Fork 779
Description
Reported version: 0.13.2-5
User is unable to receive return notifications via ChatOps when executing ActionChain workflows. Works just fine for single actions. When executed, notification route sent is notify.default, as opposed to the user-requested channel of hubot.
This occurs when user attempts to replicate http://docs.stackstorm.com/actionchain.html in an ActionChain workflow. Workflow succeeds. https://stackstorm-community.slack.com/archives/community/p1443453092002165
Debugging attempts:
Attempted to debug by increasing logging to actionrunner subsystem, and reviewing output.
https://gist.github.com/chilicat/df3c30347d3a7a3cd008
Behavior occurs regardless if routes are set explicitly in the action metadata (https://stackstorm-community.slack.com/archives/community/p1443454875002202) or not.