Hi Temporal team,
I’m currently exploring Schedule feature of Temporal. Can anyone help with the below cases?
-
I want to get the argument Object of the schedule that I put in ScheduleActionStartWorkflow…newBuilder().setArguments(argument).
-
Also can I **get the SCHEDULED time in a workflow ** (not execution time nor current time) -
TemporalScheduledStartTime
Thank you