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.
AsyncWorkflowListIterable
1 parent bacd3b2 commit aec16cdCopy full SHA for aec16cd
packages/client/src/workflow-client.ts
@@ -256,7 +256,7 @@ interface WorkflowHandleOptions extends GetWorkflowHandleOptions {
256
/**
257
* An iterable list of WorkflowExecution, as returned by {@link WorkflowClient.list}.
258
*/
259
-interface AsyncWorkflowListIterable extends AsyncIterable<WorkflowExecutionInfo> {
+export interface AsyncWorkflowListIterable extends AsyncIterable<WorkflowExecutionInfo> {
260
261
* Return an iterable of histories corresponding to this iterable's WorkflowExecutions.
262
* Workflow histories will be fetched concurrently.
0 commit comments