Skip to content

Commit cf3153e

Browse files
authoredSep 24, 2024··
expose ScheduleDescription (#1649)
1 parent d10e871 commit cf3153e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎client/client.go

+3
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ type (
247247
// ScheduleWorkflowExecution contains details on a workflows execution stared by a schedule.
248248
ScheduleWorkflowExecution = internal.ScheduleWorkflowExecution
249249

250+
// ScheduleInfo describes other information about a schedule.
251+
ScheduleInfo = internal.ScheduleInfo
252+
250253
// ScheduleDescription describes the current Schedule details from ScheduleHandle.Describe.
251254
ScheduleDescription = internal.ScheduleDescription
252255

0 commit comments

Comments
 (0)
Please sign in to comment.