We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10e871 commit cf3153eCopy full SHA for cf3153e
client/client.go
@@ -247,6 +247,9 @@ type (
247
// ScheduleWorkflowExecution contains details on a workflows execution stared by a schedule.
248
ScheduleWorkflowExecution = internal.ScheduleWorkflowExecution
249
250
+ // ScheduleInfo describes other information about a schedule.
251
+ ScheduleInfo = internal.ScheduleInfo
252
+
253
// ScheduleDescription describes the current Schedule details from ScheduleHandle.Describe.
254
ScheduleDescription = internal.ScheduleDescription
255
0 commit comments