Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Invocation Report to a Page #10238

Closed
jmchilton opened this issue Sep 17, 2020 · 0 comments · Fixed by #10241
Closed

Publish Invocation Report to a Page #10238

jmchilton opened this issue Sep 17, 2020 · 0 comments · Fixed by #10241

Comments

@jmchilton
Copy link
Member

jmchilton commented Sep 17, 2020

@guerler and I are on the same page that it would be awesome if you could publish a report to a page. I wanted to create an issue just to outline the backend because that is important to me.

I think it should maybe be:

/api/invocations/<id>/report/publish

I'd like it to go through the backend instead of through the client so we can leverage the functionality outside the webui (i.e. from future post workflow actions for instance or CLI pipelines). The backend also has functionality that will turn the invocation referenced objects into objects referenced by database ID which is what the pages need - so I think that will work better than translating them to encoded IDs and rewriting the page from those (although that should also work fine I suppose).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant