Interface: IScheduleActionResult
schedule.v1.IScheduleActionResult
Properties of a ScheduleActionResult.
Implemented by
Properties
actualTime
• Optional actualTime: null | ITimestamp
Time that the action was taken (real time).
scheduleTime
• Optional scheduleTime: null | ITimestamp
Time that the action was taken (according to the schedule, including jitter).
startWorkflowResult
• Optional startWorkflowResult: null | IWorkflowExecution
If action was start_workflow:
startWorkflowStatus
• Optional startWorkflowStatus: null | WorkflowExecutionStatus
If the action was start_workflow, this field will reflect an eventually-consistent view of the started workflow's status.