(activity: string, attempt: number)
| 665 | ]) |
| 666 | |
| 667 | const activityPrimaryKey = (activity: string, attempt: number) => `${activity}/${attempt}` |
| 668 | |
| 669 | class ClockPayload extends Schema.Class<ClockPayload>(`Workflow/DurableClock/Run`)({ |
| 670 | name: Schema.String, |
no outgoing calls
no test coverage detected