emre
06/22/2021, 12:42 PMslack_notifier . I want some custom text in this this task to show up nicely formatted in slack.
So far, I tried to return my custom text, and raise SUCCESS(message='my_text') . Both aren't what I hoped for. Any ideas?emre
06/22/2021, 12:44 PMTaskRunner creates a Success object with a message parameter. I don't think I can, or should modify TaskRunner for this purpose.Kevin Kho
emre
06/22/2021, 3:02 PM