Skip to content

Commit

Permalink
expose ScheduleDescription (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuandrew authored Sep 24, 2024
1 parent d10e871 commit cf3153e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@ type (
// ScheduleWorkflowExecution contains details on a workflows execution stared by a schedule.
ScheduleWorkflowExecution = internal.ScheduleWorkflowExecution

// ScheduleInfo describes other information about a schedule.
ScheduleInfo = internal.ScheduleInfo

// ScheduleDescription describes the current Schedule details from ScheduleHandle.Describe.
ScheduleDescription = internal.ScheduleDescription

Expand Down

0 comments on commit cf3153e

Please sign in to comment.