Interface WorkflowRunCancelResponseWorkflowRun.InitialRunAtStage
-
- All Known Implementing Classes:
WorkflowRunCancelResponseWorkflowRun.Builder
- Enclosing class:
- WorkflowRunCancelResponseWorkflowRun
public static interface WorkflowRunCancelResponseWorkflowRun.InitialRunAtStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunCancelResponseWorkflowRun.ReviewedStageinitialRunAt(java.time.OffsetDateTime initialRunAt)The time (in UTC) at which the workflow run was created.
-
-
-
Method Detail
-
initialRunAt
WorkflowRunCancelResponseWorkflowRun.ReviewedStage initialRunAt(@NotNull java.time.OffsetDateTime initialRunAt)
The time (in UTC) at which the workflow run was created. Will follow the RFC 3339 format.
Example:
"2025-04-28T17:01:39.285Z"
-
-