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

data

T

The actual data/payload for the item

id

string

Unique identifier for the item

index

number

Index of the item in the original array

name?

string

(Optional) Optional custom name for the item