We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7f19d commit 94a364eCopy full SHA for 94a364e
packages/client/src/interceptors.ts
@@ -62,6 +62,7 @@ export interface WorkflowCancelInput {
62
readonly firstExecutionRunId?: string;
63
}
64
65
+/** Input for WorkflowClientCallsInterceptor.describe */
66
export interface WorkflowDescribeInput {
67
readonly workflowExecution: WorkflowExecution;
68
0 commit comments