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.
There was an error while loading. Please reload this page.
1 parent 2ce2818 commit f8b20feCopy full SHA for f8b20fe
packages/client/src/workflow-client.ts
@@ -652,8 +652,8 @@ export class WorkflowClient {
652
}
653
654
/**
655
- * Creates a Workflow handle for existing Workflow using `workflowId` and optional `runId`.
656
- *
+ * Creates a Workflow handle for existing Workflow using `workflowId` and optional `runId`.
+ *
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
*/
0 commit comments