Skip to content

Commit 523cf51

Browse files
authored
document Info.attempt (#1507)
1 parent 067b5d7 commit 523cf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/activity/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export interface Info {
129129
*/
130130
readonly activityNamespace: string;
131131
/**
132-
* Attempt number for this activity
132+
* Attempt number for this activity. Starts at 1 and increments for every retry.
133133
*/
134134
readonly attempt: number;
135135
/**

0 commit comments

Comments
 (0)