File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Attributes:
55
55
Triggered when an activity successfully completes.
56
56
57
57
Attributes:
58
- - ` workflowId ` : Unique identifier for the workflow.
58
+ - ` workflowId ` : The ID of the parent workflow.
59
59
- ` activityId ` : Unique identifier for the activity.
60
60
- ` output ` : The result returned by the activity.
61
61
- ` timestamp ` : Timestamp of when the activity completed.
@@ -65,7 +65,7 @@ Attributes:
65
65
Triggered when an activity fails during execution.
66
66
67
67
Attributes:
68
- - ` workflowId ` : Unique identifier for the workflow.
68
+ - ` workflowId ` : The ID of the parent workflow.
69
69
- ` activityId ` : Unique identifier for the activity.
70
70
- ` output ` : Error message or exception details.
71
71
- ` timestamp ` : Timestamp of when the activity failed.
You can’t perform that action at this time.
0 commit comments