@temporalio/client
Advanced tools
Comparing version 0.16.0 to 0.16.3
@@ -210,3 +210,6 @@ import { temporal } from '@temporalio/proto'; | ||
/** | ||
* Creates a Workflow handle for existing Workflow using `workflowId` and optional `runId` | ||
* Creates a Workflow handle for existing Workflow using `workflowId` and optional `runId`. | ||
* | ||
* This method does not validate `workflowId`. If there is no Workflow Execution with the given `workflowId`, handle | ||
* methods like `handle.describe()` will throw a `NOT_FOUND` error. | ||
*/ | ||
@@ -213,0 +216,0 @@ getHandle<T extends Workflow>(workflowId: string, runId?: string, options?: WorkflowResultOptions): WorkflowHandle<T>; |
@@ -412,3 +412,6 @@ "use strict"; | ||
/** | ||
* Creates a Workflow handle for existing Workflow using `workflowId` and optional `runId` | ||
* Creates a Workflow handle for existing Workflow using `workflowId` and optional `runId`. | ||
* | ||
* This method does not validate `workflowId`. If there is no Workflow Execution with the given `workflowId`, handle | ||
* methods like `handle.describe()` will throw a `NOT_FOUND` error. | ||
*/ | ||
@@ -415,0 +418,0 @@ getHandle(workflowId, runId, options) { |
{ | ||
"name": "@temporalio/client", | ||
"version": "0.16.0", | ||
"version": "0.16.3", | ||
"description": "Temporal.io SDK Client sub-package", | ||
@@ -33,3 +33,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "42638434f033db2b55c43c2a9a7751d883ba17ec" | ||
"gitHead": "af54140a4da7e191c06627c5e06b92a3fd929bcc" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79335
1271