dag-core / Exports / LifecycleTaskExecutorPort
Class: LifecycleTaskExecutorPort
Adapter that implements ITaskExecutorPort by delegating to NodeLifecycleRunner. Bridges the task execution input into the node lifecycle execution model.
Implements
Table of contents
Constructors
Methods
Constructors
constructor
• new LifecycleTaskExecutorPort(nodeManifestRegistry, lifecycleFactory?): LifecycleTaskExecutorPort
Parameters
| Name | Type |
|---|---|
nodeManifestRegistry | INodeManifestRegistry |
lifecycleFactory? | INodeLifecycleFactory |
Returns
Defined in
services/lifecycle-task-executor-port.ts:22
Methods
execute
▸ execute(input): Promise<TTaskExecutionResult>
Parameters
| Name | Type |
|---|---|
input | ITaskExecutionInput |
Returns
Promise<TTaskExecutionResult>