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:
5555Triggered when an activity successfully completes.
5656
5757Attributes:
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:
6565Triggered when an activity fails during execution.
6666
6767Attributes:
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.
You can’t perform that action at this time.
0 commit comments