I have a component that calls an API and displays a list.
I created a workflow to call the API in the componenet and exposed the workflow in context.
When I try and call that workflow from elsewhere, I get this warning in the console:
Cannot find context component <list-bigquery_tables> for workflow "ug0JyP"
How do I go about troubleshooting this? So far I can't get it to work.