durable-execution-sdk-js.concurrentexecutionitem.md
December 2, 2025 ยท View on GitHub
Home > @aws/durable-execution-sdk-js > ConcurrentExecutionItem
ConcurrentExecutionItem interface
Represents an item to be executed with metadata for deterministic replay
Signature:
export interface ConcurrentExecutionItem<T>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
T |
The actual data/payload for the item | ||
|
string |
Unique identifier for the item | ||
|
number |
Index of the item in the original array | ||
|
string |
(Optional) Optional custom name for the item |