Skip to main content

Interface: $Properties

v1.ScheduleActionResult.$Properties

Properties of a ScheduleActionResult.

Hierarchy

Properties

actualTime

Optional actualTime: null | $Properties

Time that the action was taken (real time).


scheduleTime

Optional scheduleTime: null | $Properties

Time that the action was taken (according to the schedule, including jitter).


startWorkflowResult

Optional startWorkflowResult: null | $Properties

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.