Skip to content

Commit 6ed7a84

Browse files
authored
Update events.md
1 parent 59000c2 commit 6ed7a84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/features/events.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Attributes:
5555
Triggered when an activity successfully completes.
5656

5757
Attributes:
58+
- `workflowId`: Unique identifier for the workflow.
5859
- `activityId`: Unique identifier for the activity.
5960
- `output`: The result returned by the activity.
6061
- `timestamp`: Timestamp of when the activity completed.
@@ -64,6 +65,7 @@ Attributes:
6465
Triggered when an activity fails during execution.
6566

6667
Attributes:
68+
- `workflowId`: Unique identifier for the workflow.
6769
- `activityId`: Unique identifier for the activity.
6870
- `output`: Error message or exception details.
6971
- `timestamp`: Timestamp of when the activity failed.

0 commit comments

Comments
 (0)