You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Information about the workflow execution pause operation.
14255
14415
description: |-
14256
14416
Hold basic information about a workflow execution.
14257
14417
This structure is a part of visibility, and thus contain a limited subset of information.
@@ -14287,6 +14447,33 @@ components:
14287
14447
identity:
14288
14448
type: string
14289
14449
description: Optional. The identity of the client who initiated the request that created this event.
14450
+
WorkflowExecutionPauseInfo:
14451
+
type: object
14452
+
properties:
14453
+
identity:
14454
+
type: string
14455
+
description: The identity of the client who paused the workflow execution.
14456
+
pausedTime:
14457
+
type: string
14458
+
description: The time when the workflow execution was paused.
14459
+
format: date-time
14460
+
reason:
14461
+
type: string
14462
+
description: The reason for pausing the workflow execution.
14463
+
description: WorkflowExecutionPauseInfo contains the information about a workflow execution pause.
14464
+
WorkflowExecutionPausedEventAttributes:
14465
+
type: object
14466
+
properties:
14467
+
identity:
14468
+
type: string
14469
+
description: The identity of the client who paused the workflow execution.
14470
+
reason:
14471
+
type: string
14472
+
description: The reason for pausing the workflow execution.
14473
+
requestId:
14474
+
type: string
14475
+
description: The request ID of the request that paused the workflow execution.
14476
+
description: Attributes for an event marking that a workflow execution was paused.
14290
14477
WorkflowExecutionSignaledEventAttributes:
14291
14478
type: object
14292
14479
properties:
@@ -14541,6 +14728,19 @@ components:
14541
14728
newExecutionRunId:
14542
14729
type: string
14543
14730
description: If another run is started by cron or retry, this contains the new run id.
14731
+
WorkflowExecutionUnpausedEventAttributes:
14732
+
type: object
14733
+
properties:
14734
+
identity:
14735
+
type: string
14736
+
description: The identity of the client who unpaused the workflow execution.
14737
+
reason:
14738
+
type: string
14739
+
description: The reason for unpausing the workflow execution.
14740
+
requestId:
14741
+
type: string
14742
+
description: The request ID of the request that unpaused the workflow execution.
14743
+
description: Attributes for an event marking that a workflow execution was unpaused.
14544
14744
WorkflowExecutionUpdateAcceptedEventAttributes:
14545
14745
type: object
14546
14746
properties:
@@ -15046,7 +15246,9 @@ components:
15046
15246
description: The failure details
15047
15247
identity:
15048
15248
type: string
15049
-
description: "If a worker explicitly failed this task, this field contains the worker's identity. \n When the server generates the failure internally this field is set as 'history-service'."
15249
+
description: |-
15250
+
If a worker explicitly failed this task, this field contains the worker's identity.
15251
+
When the server generates the failure internally this field is set as 'history-service'.
15050
15252
baseRunId:
15051
15253
type: string
15052
15254
description: The original run id of the workflow. For reset workflow.
0 commit comments