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
Return a WorkflowExecutionDescription that contains some obvious things and access to the raw describe response for now
Ideally this should embed the type that just represents the workflow information that can come back from list even though we don't have high-level list call at this time
Make sure it is interceptable
See TypeScript, Python, and .NET SDKs if looking for design inspiration for this call, or reference temporalio/sdk-java#2265.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
DescribeWorkflow
call on clientDescribeWorkflowExecution
WorkflowExecutionDescription
that contains some obvious things and access to the raw describe response for nowSee TypeScript, Python, and .NET SDKs if looking for design inspiration for this call, or reference temporalio/sdk-java#2265.
The text was updated successfully, but these errors were encountered: