I had some issues making a custom action. When you use the code from the example in the [documentation](https://developers.monogatari.io/documentation/building-blocks/actions) there's a promise error after the apply. There should be **`return Promise.resolve ();`** in the apply in order to make the example work.