We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59000c2 commit 6ed7a84Copy full SHA for 6ed7a84
docs/features/events.md
@@ -55,6 +55,7 @@ Attributes:
55
Triggered when an activity successfully completes.
56
57
Attributes:
58
+- `workflowId`: Unique identifier for the workflow.
59
- `activityId`: Unique identifier for the activity.
60
- `output`: The result returned by the activity.
61
- `timestamp`: Timestamp of when the activity completed.
@@ -64,6 +65,7 @@ Attributes:
64
65
Triggered when an activity fails during execution.
66
67
68
69
70
- `output`: Error message or exception details.
71
- `timestamp`: Timestamp of when the activity failed.
0 commit comments