Skip to content

Commit efa0648

Browse files
committed
add todo comment to event signature
1 parent 4b118be commit efa0648

File tree

1 file changed

+4
-0
lines changed
  • packages/aws-durable-execution-sdk-js-examples/src/utils

1 file changed

+4
-0
lines changed

packages/aws-durable-execution-sdk-js-examples/src/utils/test-helper.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ function createEventSignature(event: EventSignature) {
5353
const signature: EventSignature = {
5454
EventType: event.EventType,
5555
SubType: event.SubType,
56+
// TODO: add more to the event signature such as
57+
// - wait duration
58+
// - result/error
59+
// - step attempt
5660
};
5761

5862
// Only include Name for events that have stable names (not ExecutionStarted/ExecutionSucceeded)

0 commit comments

Comments
 (0)