Skip to content

Commit 0a80d8c

Browse files
authored
Update events.md
1 parent 6ed7a84 commit 0a80d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/features/events.md

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

5757
Attributes:
58-
- `workflowId`: Unique identifier for the workflow.
58+
- `workflowId`: The ID of the parent workflow.
5959
- `activityId`: Unique identifier for the activity.
6060
- `output`: The result returned by the activity.
6161
- `timestamp`: Timestamp of when the activity completed.
@@ -65,7 +65,7 @@ Attributes:
6565
Triggered when an activity fails during execution.
6666

6767
Attributes:
68-
- `workflowId`: Unique identifier for the workflow.
68+
- `workflowId`: The ID of the parent workflow.
6969
- `activityId`: Unique identifier for the activity.
7070
- `output`: Error message or exception details.
7171
- `timestamp`: Timestamp of when the activity failed.

0 commit comments

Comments
 (0)