2019-05-16 02:21:28 UTC - Alexander Klimetschek: I am trying to use `composer.finally()` but it looks like it just aborts if the `body` returns an error, and does not invoke the `finalizer`. is that known?
or maybe I am doing something wrong… I don’t want to get in detail, but I am using a special conductor solution that could be the problem. just wanted to double check if it’s supposed to work as expected. using composer 0.11.0 <https://github.com/apache/incubator-openwhisk-composer/blob/master/docs/COMBINATORS.md#finally> https://openwhisk-team.slack.com/archives/C7DJNS37W/p1557973288061300 ---- 2019-05-16 04:54:49 UTC - Alexander Klimetschek: note that in `body` I am doing a `dynamic` invoke of an action, that can fail with an error https://openwhisk-team.slack.com/archives/C7DJNS37W/p1557982489062000 ---- 2019-05-16 05:19:15 UTC - Alexander Klimetschek: nevermind, I found the issue https://openwhisk-team.slack.com/archives/C7DJNS37W/p1557983955062700 ----