ibm-functions / composer

Composer is a new programming model for composing cloud functions built on Apache OpenWhisk.
Apache License 2.0
135 stars 26 forks source link

Session flow fails to render for an app #31

Closed cfjedimaster closed 6 years ago

cfjedimaster commented 6 years ago

I ran session list, clicked to view a session, and then clicked Session Flow. I got:

The flow visualization cannot be created because the app has been deleted. 

Visit the Trace tab to view a list of activations caused by the session.

However, the app is very much not deleted. This is an cron based trigger that runs every 15 minutes or so.

Session ID: 9bececaffa174569acecaffa17856983 App name: fshdottweet

cfjedimaster commented 6 years ago

FYI, the app name is really serverless_superman/fshdotweet. I also get an error if I run app list and click the name. If I click on any other name, all in the "root" package, it works.

starpit commented 6 years ago

moved to https://github.com/ibm-functions/shell/issues/294