I'm working on a project that uses Uber Cadence Java Client. How can I get the list of registered activities from the code?
Thank you.
I'm working on a project that uses Uber Cadence Java Client. How can I get the list of registered activities from the code?
Thank you.
Unfortunately there is no such API at the moment. It could be added easily if that’s really needed. For now users should be responsible for maintaining what are registered in the worker.
// I may update this answer in the future if this changes.