Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7782d2 commit a5cdf27Copy full SHA for a5cdf27
packages/client/src/workflow-client.ts
@@ -652,7 +652,10 @@ export class WorkflowClient {
652
}
653
654
/**
655
- * Creates a Workflow handle for existing Workflow using `workflowId` and optional `runId`
+ * Creates a Workflow handle for existing Workflow using `workflowId` and optional `runId`.
656
+ *
657
+ * This method does not validate `workflowId`. If there is no Workflow Execution with the given `workflowId`, handle
658
+ * methods like `handle.describe()` will throw a `NOT_FOUND` error.
659
*/
660
public getHandle<T extends Workflow>(
661
workflowId: string,
0 commit comments