@workglow/test 0.0.85 → 0.0.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser.js +65 -31
- package/dist/browser.js.map +7 -7
- package/dist/bun.js +77 -43
- package/dist/bun.js.map +13 -13
- package/dist/node.js +77 -43
- package/dist/node.js.map +13 -13
- package/dist/test/rag/DocumentChunkRetrievalTask.test.d.ts.map +1 -0
- package/package.json +22 -17
- package/src/binding/README.md +1 -1
- package/src/test/rag/history_of_the_united_states.md +122 -0
- package/dist/binding/FsFolderTaskGraphRepository.d.ts +0 -15
- package/dist/binding/FsFolderTaskGraphRepository.d.ts.map +0 -1
- package/dist/binding/FsFolderTaskOutputRepository.d.ts +0 -15
- package/dist/binding/FsFolderTaskOutputRepository.d.ts.map +0 -1
- package/dist/binding/InMemoryTaskGraphRepository.d.ts +0 -15
- package/dist/binding/InMemoryTaskGraphRepository.d.ts.map +0 -1
- package/dist/binding/InMemoryTaskOutputRepository.d.ts +0 -15
- package/dist/binding/InMemoryTaskOutputRepository.d.ts.map +0 -1
- package/dist/binding/IndexedDbModelRepository.d.ts +0 -14
- package/dist/binding/IndexedDbModelRepository.d.ts.map +0 -1
- package/dist/binding/IndexedDbTaskGraphRepository.d.ts +0 -15
- package/dist/binding/IndexedDbTaskGraphRepository.d.ts.map +0 -1
- package/dist/binding/IndexedDbTaskOutputRepository.d.ts +0 -15
- package/dist/binding/IndexedDbTaskOutputRepository.d.ts.map +0 -1
- package/dist/binding/PostgresModelRepository.d.ts +0 -15
- package/dist/binding/PostgresModelRepository.d.ts.map +0 -1
- package/dist/binding/PostgresTaskGraphRepository.d.ts +0 -16
- package/dist/binding/PostgresTaskGraphRepository.d.ts.map +0 -1
- package/dist/binding/PostgresTaskOutputRepository.d.ts +0 -16
- package/dist/binding/PostgresTaskOutputRepository.d.ts.map +0 -1
- package/dist/binding/SqliteModelRepository.d.ts +0 -14
- package/dist/binding/SqliteModelRepository.d.ts.map +0 -1
- package/dist/binding/SqliteTaskGraphRepository.d.ts +0 -15
- package/dist/binding/SqliteTaskGraphRepository.d.ts.map +0 -1
- package/dist/binding/SqliteTaskOutputRepository.d.ts +0 -15
- package/dist/binding/SqliteTaskOutputRepository.d.ts.map +0 -1
- package/dist/browser.d.ts +0 -9
- package/dist/browser.d.ts.map +0 -1
- package/dist/bun.d.ts +0 -7
- package/dist/bun.d.ts.map +0 -1
- package/dist/common-server.d.ts +0 -15
- package/dist/common-server.d.ts.map +0 -1
- package/dist/common.d.ts +0 -9
- package/dist/common.d.ts.map +0 -1
- package/dist/node.d.ts +0 -7
- package/dist/node.d.ts.map +0 -1
- package/dist/samples/MediaPipeModelSamples.d.ts +0 -2
- package/dist/samples/MediaPipeModelSamples.d.ts.map +0 -1
- package/dist/samples/ONNXModelSamples.d.ts +0 -2
- package/dist/samples/ONNXModelSamples.d.ts.map +0 -1
- package/dist/samples/index.d.ts +0 -10
- package/dist/samples/index.d.ts.map +0 -1
- package/dist/test/ai-model/InMemoryModelRepository.test.d.ts +0 -7
- package/dist/test/ai-model/InMemoryModelRepository.test.d.ts.map +0 -1
- package/dist/test/ai-model/IndexedDbModelRepository.test.d.ts +0 -7
- package/dist/test/ai-model/IndexedDbModelRepository.test.d.ts.map +0 -1
- package/dist/test/ai-model/PostgresModelRepository.test.d.ts +0 -7
- package/dist/test/ai-model/PostgresModelRepository.test.d.ts.map +0 -1
- package/dist/test/ai-model/SqliteModelRepository.test.d.ts +0 -7
- package/dist/test/ai-model/SqliteModelRepository.test.d.ts.map +0 -1
- package/dist/test/ai-model/genericModelRepositoryTests.d.ts +0 -8
- package/dist/test/ai-model/genericModelRepositoryTests.d.ts.map +0 -1
- package/dist/test/ai-provider/AiProviderRegistry.test.d.ts +0 -7
- package/dist/test/ai-provider/AiProviderRegistry.test.d.ts.map +0 -1
- package/dist/test/ai-provider/DownloadModelAbort.test.d.ts +0 -7
- package/dist/test/ai-provider/DownloadModelAbort.test.d.ts.map +0 -1
- package/dist/test/ai-provider/HFTransformersBinding.test.d.ts +0 -7
- package/dist/test/ai-provider/HFTransformersBinding.test.d.ts.map +0 -1
- package/dist/test/ai-provider/TextEmbeddingTask.test.d.ts +0 -7
- package/dist/test/ai-provider/TextEmbeddingTask.test.d.ts.map +0 -1
- package/dist/test/ai-provider/TfMediaPipeBinding.test.d.ts +0 -7
- package/dist/test/ai-provider/TfMediaPipeBinding.test.d.ts.map +0 -1
- package/dist/test/ai-provider/VisionTasks.test.d.ts +0 -7
- package/dist/test/ai-provider/VisionTasks.test.d.ts.map +0 -1
- package/dist/test/ai-provider/ZeroShotTasks.test.d.ts +0 -7
- package/dist/test/ai-provider/ZeroShotTasks.test.d.ts.map +0 -1
- package/dist/test/helpers/SupabaseMockClient.d.ts +0 -12
- package/dist/test/helpers/SupabaseMockClient.d.ts.map +0 -1
- package/dist/test/job-queue/InMemoryJobQueue.test.d.ts +0 -7
- package/dist/test/job-queue/InMemoryJobQueue.test.d.ts.map +0 -1
- package/dist/test/job-queue/InMemoryPrefixedQueueStorage.test.d.ts +0 -7
- package/dist/test/job-queue/InMemoryPrefixedQueueStorage.test.d.ts.map +0 -1
- package/dist/test/job-queue/IndexedDbJobQueue.test.d.ts +0 -7
- package/dist/test/job-queue/IndexedDbJobQueue.test.d.ts.map +0 -1
- package/dist/test/job-queue/IndexedDbPrefixedQueueStorage.test.d.ts +0 -7
- package/dist/test/job-queue/IndexedDbPrefixedQueueStorage.test.d.ts.map +0 -1
- package/dist/test/job-queue/PostgresJobQueue.test.d.ts +0 -7
- package/dist/test/job-queue/PostgresJobQueue.test.d.ts.map +0 -1
- package/dist/test/job-queue/PostgresPrefixedQueueStorage.test.d.ts +0 -7
- package/dist/test/job-queue/PostgresPrefixedQueueStorage.test.d.ts.map +0 -1
- package/dist/test/job-queue/SqliteJobQueue.test.d.ts +0 -7
- package/dist/test/job-queue/SqliteJobQueue.test.d.ts.map +0 -1
- package/dist/test/job-queue/SqlitePrefixedQueueStorage.test.d.ts +0 -7
- package/dist/test/job-queue/SqlitePrefixedQueueStorage.test.d.ts.map +0 -1
- package/dist/test/job-queue/SupabaseJobQueue.test.d.ts +0 -7
- package/dist/test/job-queue/SupabaseJobQueue.test.d.ts.map +0 -1
- package/dist/test/job-queue/SupabasePrefixedQueueStorage.test.d.ts +0 -7
- package/dist/test/job-queue/SupabasePrefixedQueueStorage.test.d.ts.map +0 -1
- package/dist/test/job-queue/genericJobQueueTests.d.ts +0 -22
- package/dist/test/job-queue/genericJobQueueTests.d.ts.map +0 -1
- package/dist/test/job-queue/genericPrefixedQueueStorageTests.d.ts +0 -18
- package/dist/test/job-queue/genericPrefixedQueueStorageTests.d.ts.map +0 -1
- package/dist/test/job-queue/genericQueueStorageSubscriptionTests.d.ts +0 -29
- package/dist/test/job-queue/genericQueueStorageSubscriptionTests.d.ts.map +0 -1
- package/dist/test/storage-kv/FsFolderJsonKvRepository.test.d.ts +0 -7
- package/dist/test/storage-kv/FsFolderJsonKvRepository.test.d.ts.map +0 -1
- package/dist/test/storage-kv/FsFolderKvRepository.test.d.ts +0 -7
- package/dist/test/storage-kv/FsFolderKvRepository.test.d.ts.map +0 -1
- package/dist/test/storage-kv/InMemoryKvRepository.test.d.ts +0 -7
- package/dist/test/storage-kv/InMemoryKvRepository.test.d.ts.map +0 -1
- package/dist/test/storage-kv/IndexedDbKvRepository.test.d.ts +0 -7
- package/dist/test/storage-kv/IndexedDbKvRepository.test.d.ts.map +0 -1
- package/dist/test/storage-kv/PostgresKvRepository.test.d.ts +0 -7
- package/dist/test/storage-kv/PostgresKvRepository.test.d.ts.map +0 -1
- package/dist/test/storage-kv/SqliteKvRepository.test.d.ts +0 -7
- package/dist/test/storage-kv/SqliteKvRepository.test.d.ts.map +0 -1
- package/dist/test/storage-kv/SupabaseKvRepository.test.d.ts +0 -7
- package/dist/test/storage-kv/SupabaseKvRepository.test.d.ts.map +0 -1
- package/dist/test/storage-kv/genericKvRepositoryTests.d.ts +0 -9
- package/dist/test/storage-kv/genericKvRepositoryTests.d.ts.map +0 -1
- package/dist/test/storage-tabular/CachedTabularRepository.test.d.ts +0 -7
- package/dist/test/storage-tabular/CachedTabularRepository.test.d.ts.map +0 -1
- package/dist/test/storage-tabular/FsFolderTabularRepository.test.d.ts +0 -7
- package/dist/test/storage-tabular/FsFolderTabularRepository.test.d.ts.map +0 -1
- package/dist/test/storage-tabular/InMemoryTabularRepository.test.d.ts +0 -7
- package/dist/test/storage-tabular/InMemoryTabularRepository.test.d.ts.map +0 -1
- package/dist/test/storage-tabular/IndexedDbTabularRepository.test.d.ts +0 -7
- package/dist/test/storage-tabular/IndexedDbTabularRepository.test.d.ts.map +0 -1
- package/dist/test/storage-tabular/PostgresTabularRepository.test.d.ts +0 -7
- package/dist/test/storage-tabular/PostgresTabularRepository.test.d.ts.map +0 -1
- package/dist/test/storage-tabular/SqliteTabularRepository.test.d.ts +0 -7
- package/dist/test/storage-tabular/SqliteTabularRepository.test.d.ts.map +0 -1
- package/dist/test/storage-tabular/SupabaseTabularRepository.test.d.ts +0 -7
- package/dist/test/storage-tabular/SupabaseTabularRepository.test.d.ts.map +0 -1
- package/dist/test/storage-tabular/genericTabularRepositorySubscriptionTests.d.ts +0 -19
- package/dist/test/storage-tabular/genericTabularRepositorySubscriptionTests.d.ts.map +0 -1
- package/dist/test/storage-tabular/genericTabularRepositoryTests.d.ts +0 -127
- package/dist/test/storage-tabular/genericTabularRepositoryTests.d.ts.map +0 -1
- package/dist/test/storage-util/HybridSubscriptionManager.test.d.ts +0 -7
- package/dist/test/storage-util/HybridSubscriptionManager.test.d.ts.map +0 -1
- package/dist/test/storage-util/IndexedDbHybridSubscription.test.d.ts +0 -7
- package/dist/test/storage-util/IndexedDbHybridSubscription.test.d.ts.map +0 -1
- package/dist/test/storage-util/IndexedDbTable.migration.test.d.ts +0 -7
- package/dist/test/storage-util/IndexedDbTable.migration.test.d.ts.map +0 -1
- package/dist/test/task/ArrayTask.test.d.ts +0 -7
- package/dist/test/task/ArrayTask.test.d.ts.map +0 -1
- package/dist/test/task/ConditionalTask.test.d.ts +0 -7
- package/dist/test/task/ConditionalTask.test.d.ts.map +0 -1
- package/dist/test/task/DelayTask.test.d.ts +0 -7
- package/dist/test/task/DelayTask.test.d.ts.map +0 -1
- package/dist/test/task/FetchTask.test.d.ts +0 -7
- package/dist/test/task/FetchTask.test.d.ts.map +0 -1
- package/dist/test/task/FileLoaderTask.server.test.d.ts +0 -7
- package/dist/test/task/FileLoaderTask.server.test.d.ts.map +0 -1
- package/dist/test/task/FileLoaderTask.test.d.ts +0 -7
- package/dist/test/task/FileLoaderTask.test.d.ts.map +0 -1
- package/dist/test/task/GraphAsTask.test.d.ts +0 -2
- package/dist/test/task/GraphAsTask.test.d.ts.map +0 -1
- package/dist/test/task/JavaScriptTask.test.d.ts +0 -7
- package/dist/test/task/JavaScriptTask.test.d.ts.map +0 -1
- package/dist/test/task/LambdaTask.test.d.ts +0 -7
- package/dist/test/task/LambdaTask.test.d.ts.map +0 -1
- package/dist/test/task/MergeTask.test.d.ts +0 -7
- package/dist/test/task/MergeTask.test.d.ts.map +0 -1
- package/dist/test/task/OwnTask.test.d.ts +0 -2
- package/dist/test/task/OwnTask.test.d.ts.map +0 -1
- package/dist/test/task/SingleTask.test.d.ts +0 -7
- package/dist/test/task/SingleTask.test.d.ts.map +0 -1
- package/dist/test/task/SplitTask.test.d.ts +0 -7
- package/dist/test/task/SplitTask.test.d.ts.map +0 -1
- package/dist/test/task/TestTasks.d.ts +0 -387
- package/dist/test/task/TestTasks.d.ts.map +0 -1
- package/dist/test/task-graph/Pipeline.test.d.ts +0 -7
- package/dist/test/task-graph/Pipeline.test.d.ts.map +0 -1
- package/dist/test/task-graph/TaskGraph.test.d.ts +0 -7
- package/dist/test/task-graph/TaskGraph.test.d.ts.map +0 -1
- package/dist/test/task-graph/TaskGraphFormatSemantic.test.d.ts +0 -7
- package/dist/test/task-graph/TaskGraphFormatSemantic.test.d.ts.map +0 -1
- package/dist/test/task-graph/TaskGraphRunner.test.d.ts +0 -7
- package/dist/test/task-graph/TaskGraphRunner.test.d.ts.map +0 -1
- package/dist/test/task-graph/TaskSubGraphRunner.test.d.ts +0 -7
- package/dist/test/task-graph/TaskSubGraphRunner.test.d.ts.map +0 -1
- package/dist/test/task-graph/Workflow.test.d.ts +0 -7
- package/dist/test/task-graph/Workflow.test.d.ts.map +0 -1
- package/dist/test/task-graph-job-queue/InMemoryTaskGraphJobQueue.test.d.ts +0 -7
- package/dist/test/task-graph-job-queue/InMemoryTaskGraphJobQueue.test.d.ts.map +0 -1
- package/dist/test/task-graph-job-queue/IndexedDbTaskGraphJobQueue.test.d.ts +0 -7
- package/dist/test/task-graph-job-queue/IndexedDbTaskGraphJobQueue.test.d.ts.map +0 -1
- package/dist/test/task-graph-job-queue/SqliteTaskGraphJobQueue.test.d.ts +0 -7
- package/dist/test/task-graph-job-queue/SqliteTaskGraphJobQueue.test.d.ts.map +0 -1
- package/dist/test/task-graph-job-queue/genericTaskGraphJobQueueTests.d.ts +0 -23
- package/dist/test/task-graph-job-queue/genericTaskGraphJobQueueTests.d.ts.map +0 -1
- package/dist/test/task-graph-output-cache/FileTaskOutputRepository.test.d.ts +0 -7
- package/dist/test/task-graph-output-cache/FileTaskOutputRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-output-cache/InMemoryTaskOutputRepository.test.d.ts +0 -7
- package/dist/test/task-graph-output-cache/InMemoryTaskOutputRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-output-cache/IndexedDbTaskOutputRepository.test.d.ts +0 -7
- package/dist/test/task-graph-output-cache/IndexedDbTaskOutputRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-output-cache/SqliteTaskOutputRepository.test.d.ts +0 -7
- package/dist/test/task-graph-output-cache/SqliteTaskOutputRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-output-cache/genericTaskOutputRepositoryTests.d.ts +0 -8
- package/dist/test/task-graph-output-cache/genericTaskOutputRepositoryTests.d.ts.map +0 -1
- package/dist/test/task-graph-storage/FileTaskGraphRepository.test.d.ts +0 -7
- package/dist/test/task-graph-storage/FileTaskGraphRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-storage/InMemoryTaskGraphRepository.test.d.ts +0 -7
- package/dist/test/task-graph-storage/InMemoryTaskGraphRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-storage/IndexedDbTaskGraphRepository.test.d.ts +0 -7
- package/dist/test/task-graph-storage/IndexedDbTaskGraphRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-storage/SqliteTaskGraphRepository.test.d.ts +0 -7
- package/dist/test/task-graph-storage/SqliteTaskGraphRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-storage/genericTaskGraphRepositoryTests.d.ts +0 -8
- package/dist/test/task-graph-storage/genericTaskGraphRepositoryTests.d.ts.map +0 -1
- package/dist/test/util/EventEmitter.test.d.ts +0 -7
- package/dist/test/util/EventEmitter.test.d.ts.map +0 -1
- package/dist/test/util/SchemaUtils.test.d.ts +0 -7
- package/dist/test/util/SchemaUtils.test.d.ts.map +0 -1
- package/dist/test/util/arrayAsObjectProxy.test.d.ts +0 -7
- package/dist/test/util/arrayAsObjectProxy.test.d.ts.map +0 -1
- package/dist/test/util/compression.test.d.ts +0 -7
- package/dist/test/util/compression.test.d.ts.map +0 -1
- package/dist/test/util/directedAcyclicGraph.test.d.ts +0 -2
- package/dist/test/util/directedAcyclicGraph.test.d.ts.map +0 -1
- package/dist/test/util/directedGraph.test.d.ts +0 -2
- package/dist/test/util/directedGraph.test.d.ts.map +0 -1
- package/dist/test/util/graph.test.d.ts +0 -5
- package/dist/test/util/graph.test.d.ts.map +0 -1
- package/dist/test/util/readme.test.d.ts +0 -2
- package/dist/test/util/readme.test.d.ts.map +0 -1
- package/dist/types.d.ts +0 -7
- package/dist/types.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HybridSubscriptionManager.test.d.ts","sourceRoot":"","sources":["../../../src/test/storage-util/HybridSubscriptionManager.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IndexedDbHybridSubscription.test.d.ts","sourceRoot":"","sources":["../../../src/test/storage-util/IndexedDbHybridSubscription.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,OAAO,qBAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IndexedDbTable.migration.test.d.ts","sourceRoot":"","sources":["../../../src/test/storage-util/IndexedDbTable.migration.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,qBAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ArrayTask.test.d.ts","sourceRoot":"","sources":["../../../src/test/task/ArrayTask.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ConditionalTask.test.d.ts","sourceRoot":"","sources":["../../../src/test/task/ConditionalTask.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DelayTask.test.d.ts","sourceRoot":"","sources":["../../../src/test/task/DelayTask.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FetchTask.test.d.ts","sourceRoot":"","sources":["../../../src/test/task/FetchTask.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FileLoaderTask.server.test.d.ts","sourceRoot":"","sources":["../../../src/test/task/FileLoaderTask.server.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FileLoaderTask.test.d.ts","sourceRoot":"","sources":["../../../src/test/task/FileLoaderTask.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GraphAsTask.test.d.ts","sourceRoot":"","sources":["../../../src/test/task/GraphAsTask.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"JavaScriptTask.test.d.ts","sourceRoot":"","sources":["../../../src/test/task/JavaScriptTask.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LambdaTask.test.d.ts","sourceRoot":"","sources":["../../../src/test/task/LambdaTask.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MergeTask.test.d.ts","sourceRoot":"","sources":["../../../src/test/task/MergeTask.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OwnTask.test.d.ts","sourceRoot":"","sources":["../../../src/test/task/OwnTask.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SingleTask.test.d.ts","sourceRoot":"","sources":["../../../src/test/task/SingleTask.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SplitTask.test.d.ts","sourceRoot":"","sources":["../../../src/test/task/SplitTask.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1,387 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2025 Steven Roussey <sroussey@gmail.com>
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
/**
|
|
7
|
-
* This file contains various task implementations used for testing the task graph
|
|
8
|
-
* system. It includes basic task types, specialized testing tasks, and examples
|
|
9
|
-
* of different task behaviors like error handling and progress reporting.
|
|
10
|
-
*/
|
|
11
|
-
import { CreateWorkflow, IExecuteContext, Task, TaskConfig, TaskInput } from "@workglow/task-graph";
|
|
12
|
-
import { DataPortSchema } from "@workglow/util";
|
|
13
|
-
/**
|
|
14
|
-
* Standard input type for basic test tasks
|
|
15
|
-
*/
|
|
16
|
-
export type TestIOTaskInput = {
|
|
17
|
-
key: string;
|
|
18
|
-
};
|
|
19
|
-
/**
|
|
20
|
-
* Standard output type for basic test tasks with flags for different run modes
|
|
21
|
-
*/
|
|
22
|
-
export type TestIOTaskOutput = {
|
|
23
|
-
reactiveOnly: boolean;
|
|
24
|
-
all: boolean;
|
|
25
|
-
key: string;
|
|
26
|
-
};
|
|
27
|
-
/**
|
|
28
|
-
* Basic implementation of a test task with both reactive and full run modes
|
|
29
|
-
* Used as a foundation for testing task execution and data flow
|
|
30
|
-
*/
|
|
31
|
-
export declare class TestIOTask extends Task<TestIOTaskInput, TestIOTaskOutput> {
|
|
32
|
-
static readonly type = "TestIOTask";
|
|
33
|
-
static inputSchema(): DataPortSchema;
|
|
34
|
-
static outputSchema(): DataPortSchema;
|
|
35
|
-
/**
|
|
36
|
-
* Implementation of reactive run mode
|
|
37
|
-
* if execute ran then there will be output data
|
|
38
|
-
* if not then we send the input data
|
|
39
|
-
*/
|
|
40
|
-
executeReactive(input: TestIOTaskInput, output: TestIOTaskOutput): Promise<TestIOTaskOutput>;
|
|
41
|
-
/**
|
|
42
|
-
* Implementation of full run mode - returns complete results
|
|
43
|
-
*/
|
|
44
|
-
execute(): Promise<TestIOTaskOutput>;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* Input type for processing string values
|
|
48
|
-
*/
|
|
49
|
-
type SimpleProcessingInput = {
|
|
50
|
-
value: string;
|
|
51
|
-
};
|
|
52
|
-
/**
|
|
53
|
-
* Output type for processed string values with a status flag
|
|
54
|
-
*/
|
|
55
|
-
type SimpleProcessingOutput = {
|
|
56
|
-
processed: boolean;
|
|
57
|
-
result: string;
|
|
58
|
-
};
|
|
59
|
-
/**
|
|
60
|
-
* A more complex test task implementation that demonstrates
|
|
61
|
-
* progress reporting and error simulation capabilities
|
|
62
|
-
*/
|
|
63
|
-
export declare class SimpleProcessingTask extends Task<SimpleProcessingInput, SimpleProcessingOutput> {
|
|
64
|
-
static readonly type = "SimpleProcessingTask";
|
|
65
|
-
static inputSchema(): DataPortSchema;
|
|
66
|
-
static outputSchema(): DataPortSchema;
|
|
67
|
-
/**
|
|
68
|
-
* Full implementation for processing input values
|
|
69
|
-
* Demonstrates progress reporting
|
|
70
|
-
*/
|
|
71
|
-
execute(input: SimpleProcessingInput, { updateProgress }: IExecuteContext): Promise<SimpleProcessingOutput>;
|
|
72
|
-
/**
|
|
73
|
-
* Reactive implementation for real-time feedback
|
|
74
|
-
*/
|
|
75
|
-
executeReactive(input: SimpleProcessingInput, output: SimpleProcessingOutput): Promise<{
|
|
76
|
-
processed: boolean;
|
|
77
|
-
result: string;
|
|
78
|
-
}>;
|
|
79
|
-
}
|
|
80
|
-
export declare const FAILURE_MESSAGE: "Task failed intentionally";
|
|
81
|
-
export declare const ABORT_MESSAGE: "Task aborted intentionally";
|
|
82
|
-
/**
|
|
83
|
-
* A task that always fails - useful for testing error handling
|
|
84
|
-
* and recovery mechanisms in the task system
|
|
85
|
-
*/
|
|
86
|
-
export declare class FailingTask extends Task {
|
|
87
|
-
static readonly type = "FailingTask";
|
|
88
|
-
runInputData: {
|
|
89
|
-
in: number;
|
|
90
|
-
};
|
|
91
|
-
runOutputData: {
|
|
92
|
-
out: number;
|
|
93
|
-
};
|
|
94
|
-
static inputSchema(): DataPortSchema;
|
|
95
|
-
static outputSchema(): DataPortSchema;
|
|
96
|
-
/**
|
|
97
|
-
* Always throws an error to simulate task failure
|
|
98
|
-
*/
|
|
99
|
-
execute(input: TaskInput, executeContext: IExecuteContext): Promise<{
|
|
100
|
-
out: number;
|
|
101
|
-
}>;
|
|
102
|
-
}
|
|
103
|
-
/**
|
|
104
|
-
* Test task with configurable behavior for testing event handling,
|
|
105
|
-
* progress reporting, and error conditions
|
|
106
|
-
*/
|
|
107
|
-
export declare class EventTestTask extends Task<TestIOTaskInput, TestIOTaskOutput> {
|
|
108
|
-
static readonly type = "EventTestTask";
|
|
109
|
-
shouldThrowError: boolean;
|
|
110
|
-
shouldEmitProgress: boolean;
|
|
111
|
-
progressValue: number;
|
|
112
|
-
delayMs: number;
|
|
113
|
-
static inputSchema(): DataPortSchema;
|
|
114
|
-
static outputSchema(): DataPortSchema;
|
|
115
|
-
/**
|
|
116
|
-
* Executes the task with configurable behavior for testing
|
|
117
|
-
*/
|
|
118
|
-
execute(input: TestIOTaskInput, { updateProgress, signal }: IExecuteContext): Promise<any>;
|
|
119
|
-
}
|
|
120
|
-
/**
|
|
121
|
-
* Input type for squaring a number
|
|
122
|
-
*/
|
|
123
|
-
export type TestSquareTaskInput = {
|
|
124
|
-
input: number;
|
|
125
|
-
};
|
|
126
|
-
/**
|
|
127
|
-
* Output type for squared number
|
|
128
|
-
*/
|
|
129
|
-
export type TestSquareTaskOutput = {
|
|
130
|
-
output: number;
|
|
131
|
-
};
|
|
132
|
-
/**
|
|
133
|
-
* Task that squares its input number
|
|
134
|
-
*/
|
|
135
|
-
export declare class TestSquareTask extends Task<TestSquareTaskInput, TestSquareTaskOutput> {
|
|
136
|
-
static readonly type = "TestSquareTask";
|
|
137
|
-
static inputSchema(): DataPortSchema;
|
|
138
|
-
static outputSchema(): DataPortSchema;
|
|
139
|
-
/**
|
|
140
|
-
* Reactive implementation that squares the input number
|
|
141
|
-
*/
|
|
142
|
-
executeReactive(input: TestSquareTaskInput): Promise<TestSquareTaskOutput>;
|
|
143
|
-
}
|
|
144
|
-
/**
|
|
145
|
-
* Non-reactive version of TestSquareTask
|
|
146
|
-
* Only implements execute() for testing differences between reactive and non-reactive tasks
|
|
147
|
-
*/
|
|
148
|
-
export declare class TestSquareNonReactiveTask extends Task<TestSquareTaskInput, TestSquareTaskOutput> {
|
|
149
|
-
static readonly type = "TestSquareNonReactiveTask";
|
|
150
|
-
static inputSchema(): DataPortSchema;
|
|
151
|
-
static outputSchema(): DataPortSchema;
|
|
152
|
-
/**
|
|
153
|
-
* Non-reactive implementation that squares the input number
|
|
154
|
-
*/
|
|
155
|
-
execute(input: TestSquareTaskInput): Promise<TestSquareTaskOutput>;
|
|
156
|
-
}
|
|
157
|
-
/**
|
|
158
|
-
* Input type for doubling a number
|
|
159
|
-
*/
|
|
160
|
-
export type TestDoubleTaskInput = {
|
|
161
|
-
input: number;
|
|
162
|
-
};
|
|
163
|
-
/**
|
|
164
|
-
* Output type for doubled number
|
|
165
|
-
*/
|
|
166
|
-
export type TestDoubleTaskOutput = {
|
|
167
|
-
output: number;
|
|
168
|
-
};
|
|
169
|
-
/**
|
|
170
|
-
* Task that doubles its input number
|
|
171
|
-
*/
|
|
172
|
-
export declare class TestDoubleTask extends Task<TestDoubleTaskInput, TestDoubleTaskOutput> {
|
|
173
|
-
static readonly type = "TestDoubleTask";
|
|
174
|
-
static inputSchema(): DataPortSchema;
|
|
175
|
-
static outputSchema(): DataPortSchema;
|
|
176
|
-
/**
|
|
177
|
-
* Reactive implementation that doubles the input number
|
|
178
|
-
*/
|
|
179
|
-
executeReactive(input: TestDoubleTaskInput): Promise<TestDoubleTaskOutput>;
|
|
180
|
-
}
|
|
181
|
-
/**
|
|
182
|
-
* Task that throws errors under specific conditions
|
|
183
|
-
* Used for testing error handling in the task system
|
|
184
|
-
*/
|
|
185
|
-
export declare class TestSquareErrorTask extends Task<TestSquareTaskInput, TestSquareTaskOutput> {
|
|
186
|
-
static readonly type = "TestSquareErrorTask";
|
|
187
|
-
static inputSchema(): DataPortSchema;
|
|
188
|
-
static outputSchema(): DataPortSchema;
|
|
189
|
-
/**
|
|
190
|
-
* Always throws an error to test error handling
|
|
191
|
-
*/
|
|
192
|
-
executeReactive(input: TestSquareTaskInput): Promise<TestSquareTaskOutput>;
|
|
193
|
-
}
|
|
194
|
-
/**
|
|
195
|
-
* Simple single task
|
|
196
|
-
*/
|
|
197
|
-
export declare class TestSimpleTask extends Task<{
|
|
198
|
-
input: string;
|
|
199
|
-
}, {
|
|
200
|
-
output: string;
|
|
201
|
-
}> {
|
|
202
|
-
static type: string;
|
|
203
|
-
static inputSchema(): DataPortSchema;
|
|
204
|
-
static outputSchema(): DataPortSchema;
|
|
205
|
-
execute(input: {
|
|
206
|
-
input: string;
|
|
207
|
-
}): Promise<{
|
|
208
|
-
output: string;
|
|
209
|
-
}>;
|
|
210
|
-
}
|
|
211
|
-
/**
|
|
212
|
-
* Task that uses a custom output property name
|
|
213
|
-
*/
|
|
214
|
-
export declare class TestOutputTask extends Task<{
|
|
215
|
-
input: string;
|
|
216
|
-
}, {
|
|
217
|
-
customOutput: string;
|
|
218
|
-
}> {
|
|
219
|
-
static type: string;
|
|
220
|
-
runInputData: {
|
|
221
|
-
input: string;
|
|
222
|
-
};
|
|
223
|
-
runOutputData: {
|
|
224
|
-
customOutput: string;
|
|
225
|
-
};
|
|
226
|
-
static inputSchema(): DataPortSchema;
|
|
227
|
-
static outputSchema(): DataPortSchema;
|
|
228
|
-
/**
|
|
229
|
-
* Returns the input in a custom output property
|
|
230
|
-
*/
|
|
231
|
-
execute(input: TaskInput): Promise<any>;
|
|
232
|
-
}
|
|
233
|
-
/**
|
|
234
|
-
* Task that uses a custom input property name
|
|
235
|
-
*/
|
|
236
|
-
export declare class TestInputTask extends Task<{
|
|
237
|
-
customInput: string;
|
|
238
|
-
}, {
|
|
239
|
-
output: string;
|
|
240
|
-
}> {
|
|
241
|
-
static type: string;
|
|
242
|
-
runInputData: {
|
|
243
|
-
customInput: string;
|
|
244
|
-
};
|
|
245
|
-
runOutputData: {
|
|
246
|
-
output: string;
|
|
247
|
-
};
|
|
248
|
-
static inputSchema(): DataPortSchema;
|
|
249
|
-
static outputSchema(): DataPortSchema;
|
|
250
|
-
/**
|
|
251
|
-
* Returns the custom input in the output property
|
|
252
|
-
*/
|
|
253
|
-
execute(input: TaskInput): Promise<any>;
|
|
254
|
-
}
|
|
255
|
-
/**
|
|
256
|
-
* Task that runs for a long time to test task abortion
|
|
257
|
-
*/
|
|
258
|
-
export declare class LongRunningTask extends Task {
|
|
259
|
-
static type: string;
|
|
260
|
-
/**
|
|
261
|
-
* Runs indefinitely until aborted
|
|
262
|
-
*/
|
|
263
|
-
execute(input: TaskInput, executeContext: IExecuteContext): Promise<any>;
|
|
264
|
-
}
|
|
265
|
-
/**
|
|
266
|
-
* Task that copies string input
|
|
267
|
-
*/
|
|
268
|
-
export declare class StringTask extends Task<{
|
|
269
|
-
input: string;
|
|
270
|
-
}, {
|
|
271
|
-
output: string;
|
|
272
|
-
}, TaskConfig> {
|
|
273
|
-
static type: string;
|
|
274
|
-
static inputSchema(): DataPortSchema;
|
|
275
|
-
static outputSchema(): DataPortSchema;
|
|
276
|
-
/**
|
|
277
|
-
* Returns the input string as output
|
|
278
|
-
*/
|
|
279
|
-
execute(): Promise<{
|
|
280
|
-
output: any;
|
|
281
|
-
}>;
|
|
282
|
-
}
|
|
283
|
-
/**
|
|
284
|
-
* Task that copies string input
|
|
285
|
-
*/
|
|
286
|
-
export declare class NumberToStringTask extends Task<{
|
|
287
|
-
input: number;
|
|
288
|
-
}, {
|
|
289
|
-
output: string;
|
|
290
|
-
}, TaskConfig> {
|
|
291
|
-
static type: string;
|
|
292
|
-
static inputSchema(): DataPortSchema;
|
|
293
|
-
static outputSchema(): DataPortSchema;
|
|
294
|
-
/**
|
|
295
|
-
* Returns the input string as output
|
|
296
|
-
*/
|
|
297
|
-
execute(): Promise<{
|
|
298
|
-
output: string;
|
|
299
|
-
}>;
|
|
300
|
-
}
|
|
301
|
-
/**
|
|
302
|
-
* Task that processes number input
|
|
303
|
-
*/
|
|
304
|
-
export declare class NumberTask extends Task<{
|
|
305
|
-
input: number;
|
|
306
|
-
}, {
|
|
307
|
-
output: number;
|
|
308
|
-
}, TaskConfig> {
|
|
309
|
-
static type: string;
|
|
310
|
-
static inputSchema(): DataPortSchema;
|
|
311
|
-
static outputSchema(): DataPortSchema;
|
|
312
|
-
/**
|
|
313
|
-
* Returns the input number as output
|
|
314
|
-
*/
|
|
315
|
-
execute(): Promise<{
|
|
316
|
-
output: any;
|
|
317
|
-
}>;
|
|
318
|
-
}
|
|
319
|
-
/**
|
|
320
|
-
* Input type for adding two numbers
|
|
321
|
-
*/
|
|
322
|
-
type TestAddTaskInput = {
|
|
323
|
-
a: number;
|
|
324
|
-
b: number;
|
|
325
|
-
};
|
|
326
|
-
/**
|
|
327
|
-
* Output type for sum of two numbers
|
|
328
|
-
*/
|
|
329
|
-
type TestAddTaskOutput = {
|
|
330
|
-
output: number;
|
|
331
|
-
};
|
|
332
|
-
/**
|
|
333
|
-
* Task that adds two numbers
|
|
334
|
-
*/
|
|
335
|
-
export declare class TestAddTask extends Task<TestAddTaskInput, TestAddTaskOutput> {
|
|
336
|
-
static readonly type = "TestAddTask";
|
|
337
|
-
static inputSchema(): DataPortSchema;
|
|
338
|
-
static outputSchema(): DataPortSchema;
|
|
339
|
-
/**
|
|
340
|
-
* Adds the two input numbers
|
|
341
|
-
*/
|
|
342
|
-
executeReactive(input: TestAddTaskInput): Promise<{
|
|
343
|
-
output: number;
|
|
344
|
-
}>;
|
|
345
|
-
}
|
|
346
|
-
/**
|
|
347
|
-
* Module augmentation to register test task types in the workflow system
|
|
348
|
-
*/
|
|
349
|
-
declare module "@workglow/task-graph" {
|
|
350
|
-
interface Workflow {
|
|
351
|
-
testSimple: CreateWorkflow<{
|
|
352
|
-
input: string;
|
|
353
|
-
}, {
|
|
354
|
-
output: string;
|
|
355
|
-
}, TaskConfig>;
|
|
356
|
-
testOutput: CreateWorkflow<{
|
|
357
|
-
input: string;
|
|
358
|
-
}, {
|
|
359
|
-
customOutput: string;
|
|
360
|
-
}, TaskConfig>;
|
|
361
|
-
testInput: CreateWorkflow<{
|
|
362
|
-
customInput: string;
|
|
363
|
-
}, {
|
|
364
|
-
output: string;
|
|
365
|
-
}, TaskConfig>;
|
|
366
|
-
failing: CreateWorkflow<{}, {}, TaskConfig>;
|
|
367
|
-
longRunning: CreateWorkflow<{}, {}, TaskConfig>;
|
|
368
|
-
string: CreateWorkflow<{
|
|
369
|
-
input: string;
|
|
370
|
-
}, {
|
|
371
|
-
output: string;
|
|
372
|
-
}, TaskConfig>;
|
|
373
|
-
numberToString: CreateWorkflow<{
|
|
374
|
-
input: number;
|
|
375
|
-
}, {
|
|
376
|
-
output: string;
|
|
377
|
-
}, TaskConfig>;
|
|
378
|
-
number: CreateWorkflow<{
|
|
379
|
-
input: number;
|
|
380
|
-
}, {
|
|
381
|
-
output: number;
|
|
382
|
-
}, TaskConfig>;
|
|
383
|
-
testAdd: CreateWorkflow<TestAddTaskInput, TestAddTaskOutput, TaskConfig>;
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
export {};
|
|
387
|
-
//# sourceMappingURL=TestTasks.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TestTasks.d.ts","sourceRoot":"","sources":["../../../src/test/task/TestTasks.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Pipeline.test.d.ts","sourceRoot":"","sources":["../../../src/test/task-graph/Pipeline.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TaskGraph.test.d.ts","sourceRoot":"","sources":["../../../src/test/task-graph/TaskGraph.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TaskGraphFormatSemantic.test.d.ts","sourceRoot":"","sources":["../../../src/test/task-graph/TaskGraphFormatSemantic.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TaskGraphRunner.test.d.ts","sourceRoot":"","sources":["../../../src/test/task-graph/TaskGraphRunner.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TaskSubGraphRunner.test.d.ts","sourceRoot":"","sources":["../../../src/test/task-graph/TaskSubGraphRunner.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|