You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WorkflowInfo interface should have getMemo() to return memos
Steps to Reproduce the Problem
WorkflowOptions.Builder has method .setMemo that allows setting memos. There is no corresponding WorkflowInfo method to retrieve this information from running workflow. This makes memo pretty useless when using Temporal Java SDK.