| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.Temporal.Api.History.V1.Message
Synopsis
- data ActivityPropertiesModifiedExternallyEventAttributes
- data ActivityTaskCancelRequestedEventAttributes
- data ActivityTaskCanceledEventAttributes
- data ActivityTaskCompletedEventAttributes
- data ActivityTaskFailedEventAttributes
- data ActivityTaskScheduledEventAttributes
- data ActivityTaskStartedEventAttributes
- data ActivityTaskTimedOutEventAttributes
- data ChildWorkflowExecutionCanceledEventAttributes
- data ChildWorkflowExecutionCompletedEventAttributes
- data ChildWorkflowExecutionFailedEventAttributes
- data ChildWorkflowExecutionStartedEventAttributes
- data ChildWorkflowExecutionTerminatedEventAttributes
- data ChildWorkflowExecutionTimedOutEventAttributes
- data ExternalWorkflowExecutionCancelRequestedEventAttributes
- data ExternalWorkflowExecutionSignaledEventAttributes
- data History
- data HistoryEvent
- data HistoryEvent'Attributes
- = HistoryEvent'WorkflowExecutionStartedEventAttributes !WorkflowExecutionStartedEventAttributes
- | HistoryEvent'WorkflowExecutionCompletedEventAttributes !WorkflowExecutionCompletedEventAttributes
- | HistoryEvent'WorkflowExecutionFailedEventAttributes !WorkflowExecutionFailedEventAttributes
- | HistoryEvent'WorkflowExecutionTimedOutEventAttributes !WorkflowExecutionTimedOutEventAttributes
- | HistoryEvent'WorkflowTaskScheduledEventAttributes !WorkflowTaskScheduledEventAttributes
- | HistoryEvent'WorkflowTaskStartedEventAttributes !WorkflowTaskStartedEventAttributes
- | HistoryEvent'WorkflowTaskCompletedEventAttributes !WorkflowTaskCompletedEventAttributes
- | HistoryEvent'WorkflowTaskTimedOutEventAttributes !WorkflowTaskTimedOutEventAttributes
- | HistoryEvent'WorkflowTaskFailedEventAttributes !WorkflowTaskFailedEventAttributes
- | HistoryEvent'ActivityTaskScheduledEventAttributes !ActivityTaskScheduledEventAttributes
- | HistoryEvent'ActivityTaskStartedEventAttributes !ActivityTaskStartedEventAttributes
- | HistoryEvent'ActivityTaskCompletedEventAttributes !ActivityTaskCompletedEventAttributes
- | HistoryEvent'ActivityTaskFailedEventAttributes !ActivityTaskFailedEventAttributes
- | HistoryEvent'ActivityTaskTimedOutEventAttributes !ActivityTaskTimedOutEventAttributes
- | HistoryEvent'TimerStartedEventAttributes !TimerStartedEventAttributes
- | HistoryEvent'TimerFiredEventAttributes !TimerFiredEventAttributes
- | HistoryEvent'ActivityTaskCancelRequestedEventAttributes !ActivityTaskCancelRequestedEventAttributes
- | HistoryEvent'ActivityTaskCanceledEventAttributes !ActivityTaskCanceledEventAttributes
- | HistoryEvent'TimerCanceledEventAttributes !TimerCanceledEventAttributes
- | HistoryEvent'MarkerRecordedEventAttributes !MarkerRecordedEventAttributes
- | HistoryEvent'WorkflowExecutionSignaledEventAttributes !WorkflowExecutionSignaledEventAttributes
- | HistoryEvent'WorkflowExecutionTerminatedEventAttributes !WorkflowExecutionTerminatedEventAttributes
- | HistoryEvent'WorkflowExecutionCancelRequestedEventAttributes !WorkflowExecutionCancelRequestedEventAttributes
- | HistoryEvent'WorkflowExecutionCanceledEventAttributes !WorkflowExecutionCanceledEventAttributes
- | HistoryEvent'RequestCancelExternalWorkflowExecutionInitiatedEventAttributes !RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
- | HistoryEvent'RequestCancelExternalWorkflowExecutionFailedEventAttributes !RequestCancelExternalWorkflowExecutionFailedEventAttributes
- | HistoryEvent'ExternalWorkflowExecutionCancelRequestedEventAttributes !ExternalWorkflowExecutionCancelRequestedEventAttributes
- | HistoryEvent'WorkflowExecutionContinuedAsNewEventAttributes !WorkflowExecutionContinuedAsNewEventAttributes
- | HistoryEvent'StartChildWorkflowExecutionInitiatedEventAttributes !StartChildWorkflowExecutionInitiatedEventAttributes
- | HistoryEvent'StartChildWorkflowExecutionFailedEventAttributes !StartChildWorkflowExecutionFailedEventAttributes
- | HistoryEvent'ChildWorkflowExecutionStartedEventAttributes !ChildWorkflowExecutionStartedEventAttributes
- | HistoryEvent'ChildWorkflowExecutionCompletedEventAttributes !ChildWorkflowExecutionCompletedEventAttributes
- | HistoryEvent'ChildWorkflowExecutionFailedEventAttributes !ChildWorkflowExecutionFailedEventAttributes
- | HistoryEvent'ChildWorkflowExecutionCanceledEventAttributes !ChildWorkflowExecutionCanceledEventAttributes
- | HistoryEvent'ChildWorkflowExecutionTimedOutEventAttributes !ChildWorkflowExecutionTimedOutEventAttributes
- | HistoryEvent'ChildWorkflowExecutionTerminatedEventAttributes !ChildWorkflowExecutionTerminatedEventAttributes
- | HistoryEvent'SignalExternalWorkflowExecutionInitiatedEventAttributes !SignalExternalWorkflowExecutionInitiatedEventAttributes
- | HistoryEvent'SignalExternalWorkflowExecutionFailedEventAttributes !SignalExternalWorkflowExecutionFailedEventAttributes
- | HistoryEvent'ExternalWorkflowExecutionSignaledEventAttributes !ExternalWorkflowExecutionSignaledEventAttributes
- | HistoryEvent'UpsertWorkflowSearchAttributesEventAttributes !UpsertWorkflowSearchAttributesEventAttributes
- | HistoryEvent'WorkflowExecutionUpdateAcceptedEventAttributes !WorkflowExecutionUpdateAcceptedEventAttributes
- | HistoryEvent'WorkflowExecutionUpdateRejectedEventAttributes !WorkflowExecutionUpdateRejectedEventAttributes
- | HistoryEvent'WorkflowExecutionUpdateCompletedEventAttributes !WorkflowExecutionUpdateCompletedEventAttributes
- | HistoryEvent'WorkflowPropertiesModifiedExternallyEventAttributes !WorkflowPropertiesModifiedExternallyEventAttributes
- | HistoryEvent'ActivityPropertiesModifiedExternallyEventAttributes !ActivityPropertiesModifiedExternallyEventAttributes
- | HistoryEvent'WorkflowPropertiesModifiedEventAttributes !WorkflowPropertiesModifiedEventAttributes
- | HistoryEvent'WorkflowExecutionUpdateAdmittedEventAttributes !WorkflowExecutionUpdateAdmittedEventAttributes
- | HistoryEvent'NexusOperationScheduledEventAttributes !NexusOperationScheduledEventAttributes
- | HistoryEvent'NexusOperationStartedEventAttributes !NexusOperationStartedEventAttributes
- | HistoryEvent'NexusOperationCompletedEventAttributes !NexusOperationCompletedEventAttributes
- | HistoryEvent'NexusOperationFailedEventAttributes !NexusOperationFailedEventAttributes
- | HistoryEvent'NexusOperationCanceledEventAttributes !NexusOperationCanceledEventAttributes
- | HistoryEvent'NexusOperationTimedOutEventAttributes !NexusOperationTimedOutEventAttributes
- | HistoryEvent'NexusOperationCancelRequestedEventAttributes !NexusOperationCancelRequestedEventAttributes
- _HistoryEvent'WorkflowExecutionStartedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionStartedEventAttributes
- _HistoryEvent'WorkflowExecutionCompletedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionCompletedEventAttributes
- _HistoryEvent'WorkflowExecutionFailedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionFailedEventAttributes
- _HistoryEvent'WorkflowExecutionTimedOutEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionTimedOutEventAttributes
- _HistoryEvent'WorkflowTaskScheduledEventAttributes :: Prism' HistoryEvent'Attributes WorkflowTaskScheduledEventAttributes
- _HistoryEvent'WorkflowTaskStartedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowTaskStartedEventAttributes
- _HistoryEvent'WorkflowTaskCompletedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowTaskCompletedEventAttributes
- _HistoryEvent'WorkflowTaskTimedOutEventAttributes :: Prism' HistoryEvent'Attributes WorkflowTaskTimedOutEventAttributes
- _HistoryEvent'WorkflowTaskFailedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowTaskFailedEventAttributes
- _HistoryEvent'ActivityTaskScheduledEventAttributes :: Prism' HistoryEvent'Attributes ActivityTaskScheduledEventAttributes
- _HistoryEvent'ActivityTaskStartedEventAttributes :: Prism' HistoryEvent'Attributes ActivityTaskStartedEventAttributes
- _HistoryEvent'ActivityTaskCompletedEventAttributes :: Prism' HistoryEvent'Attributes ActivityTaskCompletedEventAttributes
- _HistoryEvent'ActivityTaskFailedEventAttributes :: Prism' HistoryEvent'Attributes ActivityTaskFailedEventAttributes
- _HistoryEvent'ActivityTaskTimedOutEventAttributes :: Prism' HistoryEvent'Attributes ActivityTaskTimedOutEventAttributes
- _HistoryEvent'TimerStartedEventAttributes :: Prism' HistoryEvent'Attributes TimerStartedEventAttributes
- _HistoryEvent'TimerFiredEventAttributes :: Prism' HistoryEvent'Attributes TimerFiredEventAttributes
- _HistoryEvent'ActivityTaskCancelRequestedEventAttributes :: Prism' HistoryEvent'Attributes ActivityTaskCancelRequestedEventAttributes
- _HistoryEvent'ActivityTaskCanceledEventAttributes :: Prism' HistoryEvent'Attributes ActivityTaskCanceledEventAttributes
- _HistoryEvent'TimerCanceledEventAttributes :: Prism' HistoryEvent'Attributes TimerCanceledEventAttributes
- _HistoryEvent'MarkerRecordedEventAttributes :: Prism' HistoryEvent'Attributes MarkerRecordedEventAttributes
- _HistoryEvent'WorkflowExecutionSignaledEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionSignaledEventAttributes
- _HistoryEvent'WorkflowExecutionTerminatedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionTerminatedEventAttributes
- _HistoryEvent'WorkflowExecutionCancelRequestedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionCancelRequestedEventAttributes
- _HistoryEvent'WorkflowExecutionCanceledEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionCanceledEventAttributes
- _HistoryEvent'RequestCancelExternalWorkflowExecutionInitiatedEventAttributes :: Prism' HistoryEvent'Attributes RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
- _HistoryEvent'RequestCancelExternalWorkflowExecutionFailedEventAttributes :: Prism' HistoryEvent'Attributes RequestCancelExternalWorkflowExecutionFailedEventAttributes
- _HistoryEvent'ExternalWorkflowExecutionCancelRequestedEventAttributes :: Prism' HistoryEvent'Attributes ExternalWorkflowExecutionCancelRequestedEventAttributes
- _HistoryEvent'WorkflowExecutionContinuedAsNewEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionContinuedAsNewEventAttributes
- _HistoryEvent'StartChildWorkflowExecutionInitiatedEventAttributes :: Prism' HistoryEvent'Attributes StartChildWorkflowExecutionInitiatedEventAttributes
- _HistoryEvent'StartChildWorkflowExecutionFailedEventAttributes :: Prism' HistoryEvent'Attributes StartChildWorkflowExecutionFailedEventAttributes
- _HistoryEvent'ChildWorkflowExecutionStartedEventAttributes :: Prism' HistoryEvent'Attributes ChildWorkflowExecutionStartedEventAttributes
- _HistoryEvent'ChildWorkflowExecutionCompletedEventAttributes :: Prism' HistoryEvent'Attributes ChildWorkflowExecutionCompletedEventAttributes
- _HistoryEvent'ChildWorkflowExecutionFailedEventAttributes :: Prism' HistoryEvent'Attributes ChildWorkflowExecutionFailedEventAttributes
- _HistoryEvent'ChildWorkflowExecutionCanceledEventAttributes :: Prism' HistoryEvent'Attributes ChildWorkflowExecutionCanceledEventAttributes
- _HistoryEvent'ChildWorkflowExecutionTimedOutEventAttributes :: Prism' HistoryEvent'Attributes ChildWorkflowExecutionTimedOutEventAttributes
- _HistoryEvent'ChildWorkflowExecutionTerminatedEventAttributes :: Prism' HistoryEvent'Attributes ChildWorkflowExecutionTerminatedEventAttributes
- _HistoryEvent'SignalExternalWorkflowExecutionInitiatedEventAttributes :: Prism' HistoryEvent'Attributes SignalExternalWorkflowExecutionInitiatedEventAttributes
- _HistoryEvent'SignalExternalWorkflowExecutionFailedEventAttributes :: Prism' HistoryEvent'Attributes SignalExternalWorkflowExecutionFailedEventAttributes
- _HistoryEvent'ExternalWorkflowExecutionSignaledEventAttributes :: Prism' HistoryEvent'Attributes ExternalWorkflowExecutionSignaledEventAttributes
- _HistoryEvent'UpsertWorkflowSearchAttributesEventAttributes :: Prism' HistoryEvent'Attributes UpsertWorkflowSearchAttributesEventAttributes
- _HistoryEvent'WorkflowExecutionUpdateAcceptedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionUpdateAcceptedEventAttributes
- _HistoryEvent'WorkflowExecutionUpdateRejectedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionUpdateRejectedEventAttributes
- _HistoryEvent'WorkflowExecutionUpdateCompletedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionUpdateCompletedEventAttributes
- _HistoryEvent'WorkflowPropertiesModifiedExternallyEventAttributes :: Prism' HistoryEvent'Attributes WorkflowPropertiesModifiedExternallyEventAttributes
- _HistoryEvent'ActivityPropertiesModifiedExternallyEventAttributes :: Prism' HistoryEvent'Attributes ActivityPropertiesModifiedExternallyEventAttributes
- _HistoryEvent'WorkflowPropertiesModifiedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowPropertiesModifiedEventAttributes
- _HistoryEvent'WorkflowExecutionUpdateAdmittedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionUpdateAdmittedEventAttributes
- _HistoryEvent'NexusOperationScheduledEventAttributes :: Prism' HistoryEvent'Attributes NexusOperationScheduledEventAttributes
- _HistoryEvent'NexusOperationStartedEventAttributes :: Prism' HistoryEvent'Attributes NexusOperationStartedEventAttributes
- _HistoryEvent'NexusOperationCompletedEventAttributes :: Prism' HistoryEvent'Attributes NexusOperationCompletedEventAttributes
- _HistoryEvent'NexusOperationFailedEventAttributes :: Prism' HistoryEvent'Attributes NexusOperationFailedEventAttributes
- _HistoryEvent'NexusOperationCanceledEventAttributes :: Prism' HistoryEvent'Attributes NexusOperationCanceledEventAttributes
- _HistoryEvent'NexusOperationTimedOutEventAttributes :: Prism' HistoryEvent'Attributes NexusOperationTimedOutEventAttributes
- _HistoryEvent'NexusOperationCancelRequestedEventAttributes :: Prism' HistoryEvent'Attributes NexusOperationCancelRequestedEventAttributes
- data MarkerRecordedEventAttributes
- data MarkerRecordedEventAttributes'DetailsEntry
- data NexusOperationCancelRequestedEventAttributes
- data NexusOperationCanceledEventAttributes
- data NexusOperationCompletedEventAttributes
- data NexusOperationFailedEventAttributes
- data NexusOperationScheduledEventAttributes
- data NexusOperationScheduledEventAttributes'NexusHeaderEntry
- data NexusOperationStartedEventAttributes
- data NexusOperationTimedOutEventAttributes
- data RequestCancelExternalWorkflowExecutionFailedEventAttributes
- data RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
- data SignalExternalWorkflowExecutionFailedEventAttributes
- data SignalExternalWorkflowExecutionInitiatedEventAttributes
- data StartChildWorkflowExecutionFailedEventAttributes
- data StartChildWorkflowExecutionInitiatedEventAttributes
- data TimerCanceledEventAttributes
- data TimerFiredEventAttributes
- data TimerStartedEventAttributes
- data UpsertWorkflowSearchAttributesEventAttributes
- data WorkflowExecutionCancelRequestedEventAttributes
- data WorkflowExecutionCanceledEventAttributes
- data WorkflowExecutionCompletedEventAttributes
- data WorkflowExecutionContinuedAsNewEventAttributes
- data WorkflowExecutionFailedEventAttributes
- data WorkflowExecutionSignaledEventAttributes
- data WorkflowExecutionStartedEventAttributes
- data WorkflowExecutionTerminatedEventAttributes
- data WorkflowExecutionTimedOutEventAttributes
- data WorkflowExecutionUpdateAcceptedEventAttributes
- data WorkflowExecutionUpdateAdmittedEventAttributes
- data WorkflowExecutionUpdateCompletedEventAttributes
- data WorkflowExecutionUpdateRejectedEventAttributes
- data WorkflowPropertiesModifiedEventAttributes
- data WorkflowPropertiesModifiedExternallyEventAttributes
- data WorkflowTaskCompletedEventAttributes
- data WorkflowTaskFailedEventAttributes
- data WorkflowTaskScheduledEventAttributes
- data WorkflowTaskStartedEventAttributes
- data WorkflowTaskTimedOutEventAttributes
Documentation
data ActivityPropertiesModifiedExternallyEventAttributes Source #
Fields :
scheduledEventId:: Lens' ActivityPropertiesModifiedExternallyEventAttributes Data.Int.Int64newRetryPolicy:: Lens' ActivityPropertiesModifiedExternallyEventAttributes Proto.Temporal.Api.Common.V1.Message.RetryPolicymaybe'newRetryPolicy:: Lens' ActivityPropertiesModifiedExternallyEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.RetryPolicy)
Instances
data ActivityTaskCancelRequestedEventAttributes Source #
Fields :
scheduledEventId:: Lens' ActivityTaskCancelRequestedEventAttributes Data.Int.Int64workflowTaskCompletedEventId:: Lens' ActivityTaskCancelRequestedEventAttributes Data.Int.Int64
Instances
data ActivityTaskCanceledEventAttributes Source #
Fields :
details:: Lens' ActivityTaskCanceledEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'details:: Lens' ActivityTaskCanceledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)latestCancelRequestedEventId:: Lens' ActivityTaskCanceledEventAttributes Data.Int.Int64scheduledEventId:: Lens' ActivityTaskCanceledEventAttributes Data.Int.Int64startedEventId:: Lens' ActivityTaskCanceledEventAttributes Data.Int.Int64identity:: Lens' ActivityTaskCanceledEventAttributes Data.Text.TextworkerVersion:: Lens' ActivityTaskCanceledEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStampmaybe'workerVersion:: Lens' ActivityTaskCanceledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp)
Instances
data ActivityTaskCompletedEventAttributes Source #
Fields :
result:: Lens' ActivityTaskCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'result:: Lens' ActivityTaskCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)scheduledEventId:: Lens' ActivityTaskCompletedEventAttributes Data.Int.Int64startedEventId:: Lens' ActivityTaskCompletedEventAttributes Data.Int.Int64identity:: Lens' ActivityTaskCompletedEventAttributes Data.Text.TextworkerVersion:: Lens' ActivityTaskCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStampmaybe'workerVersion:: Lens' ActivityTaskCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp)
Instances
data ActivityTaskFailedEventAttributes Source #
Fields :
failure:: Lens' ActivityTaskFailedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failuremaybe'failure:: Lens' ActivityTaskFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)scheduledEventId:: Lens' ActivityTaskFailedEventAttributes Data.Int.Int64startedEventId:: Lens' ActivityTaskFailedEventAttributes Data.Int.Int64identity:: Lens' ActivityTaskFailedEventAttributes Data.Text.TextretryState:: Lens' ActivityTaskFailedEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.RetryStateworkerVersion:: Lens' ActivityTaskFailedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStampmaybe'workerVersion:: Lens' ActivityTaskFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp)
Instances
data ActivityTaskScheduledEventAttributes Source #
Fields :
activityId:: Lens' ActivityTaskScheduledEventAttributes Data.Text.TextactivityType:: Lens' ActivityTaskScheduledEventAttributes Proto.Temporal.Api.Common.V1.Message.ActivityTypemaybe'activityType:: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.ActivityType)taskQueue:: Lens' ActivityTaskScheduledEventAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueuemaybe'taskQueue:: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)header:: Lens' ActivityTaskScheduledEventAttributes Proto.Temporal.Api.Common.V1.Message.Headermaybe'header:: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)input:: Lens' ActivityTaskScheduledEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'input:: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)scheduleToCloseTimeout:: Lens' ActivityTaskScheduledEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'scheduleToCloseTimeout:: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)scheduleToStartTimeout:: Lens' ActivityTaskScheduledEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'scheduleToStartTimeout:: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)startToCloseTimeout:: Lens' ActivityTaskScheduledEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'startToCloseTimeout:: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)heartbeatTimeout:: Lens' ActivityTaskScheduledEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'heartbeatTimeout:: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)workflowTaskCompletedEventId:: Lens' ActivityTaskScheduledEventAttributes Data.Int.Int64retryPolicy:: Lens' ActivityTaskScheduledEventAttributes Proto.Temporal.Api.Common.V1.Message.RetryPolicymaybe'retryPolicy:: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.RetryPolicy)useWorkflowBuildId:: Lens' ActivityTaskScheduledEventAttributes Prelude.Bool
Instances
data ActivityTaskStartedEventAttributes Source #
Fields :
scheduledEventId:: Lens' ActivityTaskStartedEventAttributes Data.Int.Int64identity:: Lens' ActivityTaskStartedEventAttributes Data.Text.TextrequestId:: Lens' ActivityTaskStartedEventAttributes Data.Text.Textattempt:: Lens' ActivityTaskStartedEventAttributes Data.Int.Int32lastFailure:: Lens' ActivityTaskStartedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failuremaybe'lastFailure:: Lens' ActivityTaskStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)workerVersion:: Lens' ActivityTaskStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStampmaybe'workerVersion:: Lens' ActivityTaskStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp)buildIdRedirectCounter:: Lens' ActivityTaskStartedEventAttributes Data.Int.Int64
Instances
data ActivityTaskTimedOutEventAttributes Source #
Fields :
failure:: Lens' ActivityTaskTimedOutEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failuremaybe'failure:: Lens' ActivityTaskTimedOutEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)scheduledEventId:: Lens' ActivityTaskTimedOutEventAttributes Data.Int.Int64startedEventId:: Lens' ActivityTaskTimedOutEventAttributes Data.Int.Int64retryState:: Lens' ActivityTaskTimedOutEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.RetryState
Instances
data ChildWorkflowExecutionCanceledEventAttributes Source #
Fields :
details:: Lens' ChildWorkflowExecutionCanceledEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'details:: Lens' ChildWorkflowExecutionCanceledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)namespace:: Lens' ChildWorkflowExecutionCanceledEventAttributes Data.Text.TextnamespaceId:: Lens' ChildWorkflowExecutionCanceledEventAttributes Data.Text.TextworkflowExecution:: Lens' ChildWorkflowExecutionCanceledEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'workflowExecution:: Lens' ChildWorkflowExecutionCanceledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)workflowType:: Lens' ChildWorkflowExecutionCanceledEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowTypemaybe'workflowType:: Lens' ChildWorkflowExecutionCanceledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)initiatedEventId:: Lens' ChildWorkflowExecutionCanceledEventAttributes Data.Int.Int64startedEventId:: Lens' ChildWorkflowExecutionCanceledEventAttributes Data.Int.Int64
Instances
data ChildWorkflowExecutionCompletedEventAttributes Source #
Fields :
result:: Lens' ChildWorkflowExecutionCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'result:: Lens' ChildWorkflowExecutionCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)namespace:: Lens' ChildWorkflowExecutionCompletedEventAttributes Data.Text.TextnamespaceId:: Lens' ChildWorkflowExecutionCompletedEventAttributes Data.Text.TextworkflowExecution:: Lens' ChildWorkflowExecutionCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'workflowExecution:: Lens' ChildWorkflowExecutionCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)workflowType:: Lens' ChildWorkflowExecutionCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowTypemaybe'workflowType:: Lens' ChildWorkflowExecutionCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)initiatedEventId:: Lens' ChildWorkflowExecutionCompletedEventAttributes Data.Int.Int64startedEventId:: Lens' ChildWorkflowExecutionCompletedEventAttributes Data.Int.Int64
Instances
data ChildWorkflowExecutionFailedEventAttributes Source #
Fields :
failure:: Lens' ChildWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failuremaybe'failure:: Lens' ChildWorkflowExecutionFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)namespace:: Lens' ChildWorkflowExecutionFailedEventAttributes Data.Text.TextnamespaceId:: Lens' ChildWorkflowExecutionFailedEventAttributes Data.Text.TextworkflowExecution:: Lens' ChildWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'workflowExecution:: Lens' ChildWorkflowExecutionFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)workflowType:: Lens' ChildWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowTypemaybe'workflowType:: Lens' ChildWorkflowExecutionFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)initiatedEventId:: Lens' ChildWorkflowExecutionFailedEventAttributes Data.Int.Int64startedEventId:: Lens' ChildWorkflowExecutionFailedEventAttributes Data.Int.Int64retryState:: Lens' ChildWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.RetryState
Instances
data ChildWorkflowExecutionStartedEventAttributes Source #
Fields :
namespace:: Lens' ChildWorkflowExecutionStartedEventAttributes Data.Text.TextnamespaceId:: Lens' ChildWorkflowExecutionStartedEventAttributes Data.Text.TextinitiatedEventId:: Lens' ChildWorkflowExecutionStartedEventAttributes Data.Int.Int64workflowExecution:: Lens' ChildWorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'workflowExecution:: Lens' ChildWorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)workflowType:: Lens' ChildWorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowTypemaybe'workflowType:: Lens' ChildWorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)header:: Lens' ChildWorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.Headermaybe'header:: Lens' ChildWorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)
Instances
data ChildWorkflowExecutionTerminatedEventAttributes Source #
Fields :
namespace:: Lens' ChildWorkflowExecutionTerminatedEventAttributes Data.Text.TextnamespaceId:: Lens' ChildWorkflowExecutionTerminatedEventAttributes Data.Text.TextworkflowExecution:: Lens' ChildWorkflowExecutionTerminatedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'workflowExecution:: Lens' ChildWorkflowExecutionTerminatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)workflowType:: Lens' ChildWorkflowExecutionTerminatedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowTypemaybe'workflowType:: Lens' ChildWorkflowExecutionTerminatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)initiatedEventId:: Lens' ChildWorkflowExecutionTerminatedEventAttributes Data.Int.Int64startedEventId:: Lens' ChildWorkflowExecutionTerminatedEventAttributes Data.Int.Int64
Instances
data ChildWorkflowExecutionTimedOutEventAttributes Source #
Fields :
namespace:: Lens' ChildWorkflowExecutionTimedOutEventAttributes Data.Text.TextnamespaceId:: Lens' ChildWorkflowExecutionTimedOutEventAttributes Data.Text.TextworkflowExecution:: Lens' ChildWorkflowExecutionTimedOutEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'workflowExecution:: Lens' ChildWorkflowExecutionTimedOutEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)workflowType:: Lens' ChildWorkflowExecutionTimedOutEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowTypemaybe'workflowType:: Lens' ChildWorkflowExecutionTimedOutEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)initiatedEventId:: Lens' ChildWorkflowExecutionTimedOutEventAttributes Data.Int.Int64startedEventId:: Lens' ChildWorkflowExecutionTimedOutEventAttributes Data.Int.Int64retryState:: Lens' ChildWorkflowExecutionTimedOutEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.RetryState
Instances
data ExternalWorkflowExecutionCancelRequestedEventAttributes Source #
Fields :
initiatedEventId:: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes Data.Int.Int64namespace:: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes Data.Text.TextnamespaceId:: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes Data.Text.TextworkflowExecution:: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'workflowExecution:: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
Instances
data ExternalWorkflowExecutionSignaledEventAttributes Source #
Fields :
initiatedEventId:: Lens' ExternalWorkflowExecutionSignaledEventAttributes Data.Int.Int64namespace:: Lens' ExternalWorkflowExecutionSignaledEventAttributes Data.Text.TextnamespaceId:: Lens' ExternalWorkflowExecutionSignaledEventAttributes Data.Text.TextworkflowExecution:: Lens' ExternalWorkflowExecutionSignaledEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'workflowExecution:: Lens' ExternalWorkflowExecutionSignaledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)control:: Lens' ExternalWorkflowExecutionSignaledEventAttributes Data.Text.Text
Instances
Fields :
events:: Lens' History [HistoryEvent]vec'events:: Lens' History (Data.Vector.Vector HistoryEvent)
Instances
data HistoryEvent Source #
Fields :
eventId:: Lens' HistoryEvent Data.Int.Int64eventTime:: Lens' HistoryEvent Proto.Google.Protobuf.Timestamp.Timestampmaybe'eventTime:: Lens' HistoryEvent (Prelude.Maybe Proto.Google.Protobuf.Timestamp.Timestamp)eventType:: Lens' HistoryEvent Proto.Temporal.Api.Enums.V1.EventType.EventTypeversion:: Lens' HistoryEvent Data.Int.Int64taskId:: Lens' HistoryEvent Data.Int.Int64workerMayIgnore:: Lens' HistoryEvent Prelude.Boolmaybe'attributes:: Lens' HistoryEvent (Prelude.Maybe HistoryEvent'Attributes)maybe'workflowExecutionStartedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowExecutionStartedEventAttributes)workflowExecutionStartedEventAttributes:: Lens' HistoryEvent WorkflowExecutionStartedEventAttributesmaybe'workflowExecutionCompletedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowExecutionCompletedEventAttributes)workflowExecutionCompletedEventAttributes:: Lens' HistoryEvent WorkflowExecutionCompletedEventAttributesmaybe'workflowExecutionFailedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowExecutionFailedEventAttributes)workflowExecutionFailedEventAttributes:: Lens' HistoryEvent WorkflowExecutionFailedEventAttributesmaybe'workflowExecutionTimedOutEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowExecutionTimedOutEventAttributes)workflowExecutionTimedOutEventAttributes:: Lens' HistoryEvent WorkflowExecutionTimedOutEventAttributesmaybe'workflowTaskScheduledEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowTaskScheduledEventAttributes)workflowTaskScheduledEventAttributes:: Lens' HistoryEvent WorkflowTaskScheduledEventAttributesmaybe'workflowTaskStartedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowTaskStartedEventAttributes)workflowTaskStartedEventAttributes:: Lens' HistoryEvent WorkflowTaskStartedEventAttributesmaybe'workflowTaskCompletedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowTaskCompletedEventAttributes)workflowTaskCompletedEventAttributes:: Lens' HistoryEvent WorkflowTaskCompletedEventAttributesmaybe'workflowTaskTimedOutEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowTaskTimedOutEventAttributes)workflowTaskTimedOutEventAttributes:: Lens' HistoryEvent WorkflowTaskTimedOutEventAttributesmaybe'workflowTaskFailedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowTaskFailedEventAttributes)workflowTaskFailedEventAttributes:: Lens' HistoryEvent WorkflowTaskFailedEventAttributesmaybe'activityTaskScheduledEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ActivityTaskScheduledEventAttributes)activityTaskScheduledEventAttributes:: Lens' HistoryEvent ActivityTaskScheduledEventAttributesmaybe'activityTaskStartedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ActivityTaskStartedEventAttributes)activityTaskStartedEventAttributes:: Lens' HistoryEvent ActivityTaskStartedEventAttributesmaybe'activityTaskCompletedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ActivityTaskCompletedEventAttributes)activityTaskCompletedEventAttributes:: Lens' HistoryEvent ActivityTaskCompletedEventAttributesmaybe'activityTaskFailedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ActivityTaskFailedEventAttributes)activityTaskFailedEventAttributes:: Lens' HistoryEvent ActivityTaskFailedEventAttributesmaybe'activityTaskTimedOutEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ActivityTaskTimedOutEventAttributes)activityTaskTimedOutEventAttributes:: Lens' HistoryEvent ActivityTaskTimedOutEventAttributesmaybe'timerStartedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe TimerStartedEventAttributes)timerStartedEventAttributes:: Lens' HistoryEvent TimerStartedEventAttributesmaybe'timerFiredEventAttributes:: Lens' HistoryEvent (Prelude.Maybe TimerFiredEventAttributes)timerFiredEventAttributes:: Lens' HistoryEvent TimerFiredEventAttributesmaybe'activityTaskCancelRequestedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ActivityTaskCancelRequestedEventAttributes)activityTaskCancelRequestedEventAttributes:: Lens' HistoryEvent ActivityTaskCancelRequestedEventAttributesmaybe'activityTaskCanceledEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ActivityTaskCanceledEventAttributes)activityTaskCanceledEventAttributes:: Lens' HistoryEvent ActivityTaskCanceledEventAttributesmaybe'timerCanceledEventAttributes:: Lens' HistoryEvent (Prelude.Maybe TimerCanceledEventAttributes)timerCanceledEventAttributes:: Lens' HistoryEvent TimerCanceledEventAttributesmaybe'markerRecordedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe MarkerRecordedEventAttributes)markerRecordedEventAttributes:: Lens' HistoryEvent MarkerRecordedEventAttributesmaybe'workflowExecutionSignaledEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowExecutionSignaledEventAttributes)workflowExecutionSignaledEventAttributes:: Lens' HistoryEvent WorkflowExecutionSignaledEventAttributesmaybe'workflowExecutionTerminatedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowExecutionTerminatedEventAttributes)workflowExecutionTerminatedEventAttributes:: Lens' HistoryEvent WorkflowExecutionTerminatedEventAttributesmaybe'workflowExecutionCancelRequestedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowExecutionCancelRequestedEventAttributes)workflowExecutionCancelRequestedEventAttributes:: Lens' HistoryEvent WorkflowExecutionCancelRequestedEventAttributesmaybe'workflowExecutionCanceledEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowExecutionCanceledEventAttributes)workflowExecutionCanceledEventAttributes:: Lens' HistoryEvent WorkflowExecutionCanceledEventAttributesmaybe'requestCancelExternalWorkflowExecutionInitiatedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe RequestCancelExternalWorkflowExecutionInitiatedEventAttributes)requestCancelExternalWorkflowExecutionInitiatedEventAttributes:: Lens' HistoryEvent RequestCancelExternalWorkflowExecutionInitiatedEventAttributesmaybe'requestCancelExternalWorkflowExecutionFailedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe RequestCancelExternalWorkflowExecutionFailedEventAttributes)requestCancelExternalWorkflowExecutionFailedEventAttributes:: Lens' HistoryEvent RequestCancelExternalWorkflowExecutionFailedEventAttributesmaybe'externalWorkflowExecutionCancelRequestedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ExternalWorkflowExecutionCancelRequestedEventAttributes)externalWorkflowExecutionCancelRequestedEventAttributes:: Lens' HistoryEvent ExternalWorkflowExecutionCancelRequestedEventAttributesmaybe'workflowExecutionContinuedAsNewEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowExecutionContinuedAsNewEventAttributes)workflowExecutionContinuedAsNewEventAttributes:: Lens' HistoryEvent WorkflowExecutionContinuedAsNewEventAttributesmaybe'startChildWorkflowExecutionInitiatedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe StartChildWorkflowExecutionInitiatedEventAttributes)startChildWorkflowExecutionInitiatedEventAttributes:: Lens' HistoryEvent StartChildWorkflowExecutionInitiatedEventAttributesmaybe'startChildWorkflowExecutionFailedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe StartChildWorkflowExecutionFailedEventAttributes)startChildWorkflowExecutionFailedEventAttributes:: Lens' HistoryEvent StartChildWorkflowExecutionFailedEventAttributesmaybe'childWorkflowExecutionStartedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ChildWorkflowExecutionStartedEventAttributes)childWorkflowExecutionStartedEventAttributes:: Lens' HistoryEvent ChildWorkflowExecutionStartedEventAttributesmaybe'childWorkflowExecutionCompletedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ChildWorkflowExecutionCompletedEventAttributes)childWorkflowExecutionCompletedEventAttributes:: Lens' HistoryEvent ChildWorkflowExecutionCompletedEventAttributesmaybe'childWorkflowExecutionFailedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ChildWorkflowExecutionFailedEventAttributes)childWorkflowExecutionFailedEventAttributes:: Lens' HistoryEvent ChildWorkflowExecutionFailedEventAttributesmaybe'childWorkflowExecutionCanceledEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ChildWorkflowExecutionCanceledEventAttributes)childWorkflowExecutionCanceledEventAttributes:: Lens' HistoryEvent ChildWorkflowExecutionCanceledEventAttributesmaybe'childWorkflowExecutionTimedOutEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ChildWorkflowExecutionTimedOutEventAttributes)childWorkflowExecutionTimedOutEventAttributes:: Lens' HistoryEvent ChildWorkflowExecutionTimedOutEventAttributesmaybe'childWorkflowExecutionTerminatedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ChildWorkflowExecutionTerminatedEventAttributes)childWorkflowExecutionTerminatedEventAttributes:: Lens' HistoryEvent ChildWorkflowExecutionTerminatedEventAttributesmaybe'signalExternalWorkflowExecutionInitiatedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe SignalExternalWorkflowExecutionInitiatedEventAttributes)signalExternalWorkflowExecutionInitiatedEventAttributes:: Lens' HistoryEvent SignalExternalWorkflowExecutionInitiatedEventAttributesmaybe'signalExternalWorkflowExecutionFailedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe SignalExternalWorkflowExecutionFailedEventAttributes)signalExternalWorkflowExecutionFailedEventAttributes:: Lens' HistoryEvent SignalExternalWorkflowExecutionFailedEventAttributesmaybe'externalWorkflowExecutionSignaledEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ExternalWorkflowExecutionSignaledEventAttributes)externalWorkflowExecutionSignaledEventAttributes:: Lens' HistoryEvent ExternalWorkflowExecutionSignaledEventAttributesmaybe'upsertWorkflowSearchAttributesEventAttributes:: Lens' HistoryEvent (Prelude.Maybe UpsertWorkflowSearchAttributesEventAttributes)upsertWorkflowSearchAttributesEventAttributes:: Lens' HistoryEvent UpsertWorkflowSearchAttributesEventAttributesmaybe'workflowExecutionUpdateAcceptedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowExecutionUpdateAcceptedEventAttributes)workflowExecutionUpdateAcceptedEventAttributes:: Lens' HistoryEvent WorkflowExecutionUpdateAcceptedEventAttributesmaybe'workflowExecutionUpdateRejectedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowExecutionUpdateRejectedEventAttributes)workflowExecutionUpdateRejectedEventAttributes:: Lens' HistoryEvent WorkflowExecutionUpdateRejectedEventAttributesmaybe'workflowExecutionUpdateCompletedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowExecutionUpdateCompletedEventAttributes)workflowExecutionUpdateCompletedEventAttributes:: Lens' HistoryEvent WorkflowExecutionUpdateCompletedEventAttributesmaybe'workflowPropertiesModifiedExternallyEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowPropertiesModifiedExternallyEventAttributes)workflowPropertiesModifiedExternallyEventAttributes:: Lens' HistoryEvent WorkflowPropertiesModifiedExternallyEventAttributesmaybe'activityPropertiesModifiedExternallyEventAttributes:: Lens' HistoryEvent (Prelude.Maybe ActivityPropertiesModifiedExternallyEventAttributes)activityPropertiesModifiedExternallyEventAttributes:: Lens' HistoryEvent ActivityPropertiesModifiedExternallyEventAttributesmaybe'workflowPropertiesModifiedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowPropertiesModifiedEventAttributes)workflowPropertiesModifiedEventAttributes:: Lens' HistoryEvent WorkflowPropertiesModifiedEventAttributesmaybe'workflowExecutionUpdateAdmittedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe WorkflowExecutionUpdateAdmittedEventAttributes)workflowExecutionUpdateAdmittedEventAttributes:: Lens' HistoryEvent WorkflowExecutionUpdateAdmittedEventAttributesmaybe'nexusOperationScheduledEventAttributes:: Lens' HistoryEvent (Prelude.Maybe NexusOperationScheduledEventAttributes)nexusOperationScheduledEventAttributes:: Lens' HistoryEvent NexusOperationScheduledEventAttributesmaybe'nexusOperationStartedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe NexusOperationStartedEventAttributes)nexusOperationStartedEventAttributes:: Lens' HistoryEvent NexusOperationStartedEventAttributesmaybe'nexusOperationCompletedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe NexusOperationCompletedEventAttributes)nexusOperationCompletedEventAttributes:: Lens' HistoryEvent NexusOperationCompletedEventAttributesmaybe'nexusOperationFailedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe NexusOperationFailedEventAttributes)nexusOperationFailedEventAttributes:: Lens' HistoryEvent NexusOperationFailedEventAttributesmaybe'nexusOperationCanceledEventAttributes:: Lens' HistoryEvent (Prelude.Maybe NexusOperationCanceledEventAttributes)nexusOperationCanceledEventAttributes:: Lens' HistoryEvent NexusOperationCanceledEventAttributesmaybe'nexusOperationTimedOutEventAttributes:: Lens' HistoryEvent (Prelude.Maybe NexusOperationTimedOutEventAttributes)nexusOperationTimedOutEventAttributes:: Lens' HistoryEvent NexusOperationTimedOutEventAttributesmaybe'nexusOperationCancelRequestedEventAttributes:: Lens' HistoryEvent (Prelude.Maybe NexusOperationCancelRequestedEventAttributes)nexusOperationCancelRequestedEventAttributes:: Lens' HistoryEvent NexusOperationCancelRequestedEventAttributes
Instances
data HistoryEvent'Attributes Source #
Constructors
Instances
_HistoryEvent'WorkflowExecutionStartedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionStartedEventAttributes Source #
_HistoryEvent'WorkflowExecutionCompletedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionCompletedEventAttributes Source #
_HistoryEvent'WorkflowExecutionFailedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionFailedEventAttributes Source #
_HistoryEvent'WorkflowExecutionTimedOutEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionTimedOutEventAttributes Source #
_HistoryEvent'WorkflowTaskScheduledEventAttributes :: Prism' HistoryEvent'Attributes WorkflowTaskScheduledEventAttributes Source #
_HistoryEvent'WorkflowTaskStartedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowTaskStartedEventAttributes Source #
_HistoryEvent'WorkflowTaskCompletedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowTaskCompletedEventAttributes Source #
_HistoryEvent'WorkflowTaskTimedOutEventAttributes :: Prism' HistoryEvent'Attributes WorkflowTaskTimedOutEventAttributes Source #
_HistoryEvent'WorkflowTaskFailedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowTaskFailedEventAttributes Source #
_HistoryEvent'ActivityTaskScheduledEventAttributes :: Prism' HistoryEvent'Attributes ActivityTaskScheduledEventAttributes Source #
_HistoryEvent'ActivityTaskStartedEventAttributes :: Prism' HistoryEvent'Attributes ActivityTaskStartedEventAttributes Source #
_HistoryEvent'ActivityTaskCompletedEventAttributes :: Prism' HistoryEvent'Attributes ActivityTaskCompletedEventAttributes Source #
_HistoryEvent'ActivityTaskFailedEventAttributes :: Prism' HistoryEvent'Attributes ActivityTaskFailedEventAttributes Source #
_HistoryEvent'ActivityTaskTimedOutEventAttributes :: Prism' HistoryEvent'Attributes ActivityTaskTimedOutEventAttributes Source #
_HistoryEvent'TimerStartedEventAttributes :: Prism' HistoryEvent'Attributes TimerStartedEventAttributes Source #
_HistoryEvent'TimerFiredEventAttributes :: Prism' HistoryEvent'Attributes TimerFiredEventAttributes Source #
_HistoryEvent'ActivityTaskCancelRequestedEventAttributes :: Prism' HistoryEvent'Attributes ActivityTaskCancelRequestedEventAttributes Source #
_HistoryEvent'ActivityTaskCanceledEventAttributes :: Prism' HistoryEvent'Attributes ActivityTaskCanceledEventAttributes Source #
_HistoryEvent'TimerCanceledEventAttributes :: Prism' HistoryEvent'Attributes TimerCanceledEventAttributes Source #
_HistoryEvent'MarkerRecordedEventAttributes :: Prism' HistoryEvent'Attributes MarkerRecordedEventAttributes Source #
_HistoryEvent'WorkflowExecutionSignaledEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionSignaledEventAttributes Source #
_HistoryEvent'WorkflowExecutionTerminatedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionTerminatedEventAttributes Source #
_HistoryEvent'WorkflowExecutionCancelRequestedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionCancelRequestedEventAttributes Source #
_HistoryEvent'WorkflowExecutionCanceledEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionCanceledEventAttributes Source #
_HistoryEvent'RequestCancelExternalWorkflowExecutionInitiatedEventAttributes :: Prism' HistoryEvent'Attributes RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source #
_HistoryEvent'RequestCancelExternalWorkflowExecutionFailedEventAttributes :: Prism' HistoryEvent'Attributes RequestCancelExternalWorkflowExecutionFailedEventAttributes Source #
_HistoryEvent'ExternalWorkflowExecutionCancelRequestedEventAttributes :: Prism' HistoryEvent'Attributes ExternalWorkflowExecutionCancelRequestedEventAttributes Source #
_HistoryEvent'WorkflowExecutionContinuedAsNewEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionContinuedAsNewEventAttributes Source #
_HistoryEvent'StartChildWorkflowExecutionInitiatedEventAttributes :: Prism' HistoryEvent'Attributes StartChildWorkflowExecutionInitiatedEventAttributes Source #
_HistoryEvent'StartChildWorkflowExecutionFailedEventAttributes :: Prism' HistoryEvent'Attributes StartChildWorkflowExecutionFailedEventAttributes Source #
_HistoryEvent'ChildWorkflowExecutionStartedEventAttributes :: Prism' HistoryEvent'Attributes ChildWorkflowExecutionStartedEventAttributes Source #
_HistoryEvent'ChildWorkflowExecutionCompletedEventAttributes :: Prism' HistoryEvent'Attributes ChildWorkflowExecutionCompletedEventAttributes Source #
_HistoryEvent'ChildWorkflowExecutionFailedEventAttributes :: Prism' HistoryEvent'Attributes ChildWorkflowExecutionFailedEventAttributes Source #
_HistoryEvent'ChildWorkflowExecutionCanceledEventAttributes :: Prism' HistoryEvent'Attributes ChildWorkflowExecutionCanceledEventAttributes Source #
_HistoryEvent'ChildWorkflowExecutionTimedOutEventAttributes :: Prism' HistoryEvent'Attributes ChildWorkflowExecutionTimedOutEventAttributes Source #
_HistoryEvent'ChildWorkflowExecutionTerminatedEventAttributes :: Prism' HistoryEvent'Attributes ChildWorkflowExecutionTerminatedEventAttributes Source #
_HistoryEvent'SignalExternalWorkflowExecutionInitiatedEventAttributes :: Prism' HistoryEvent'Attributes SignalExternalWorkflowExecutionInitiatedEventAttributes Source #
_HistoryEvent'SignalExternalWorkflowExecutionFailedEventAttributes :: Prism' HistoryEvent'Attributes SignalExternalWorkflowExecutionFailedEventAttributes Source #
_HistoryEvent'ExternalWorkflowExecutionSignaledEventAttributes :: Prism' HistoryEvent'Attributes ExternalWorkflowExecutionSignaledEventAttributes Source #
_HistoryEvent'UpsertWorkflowSearchAttributesEventAttributes :: Prism' HistoryEvent'Attributes UpsertWorkflowSearchAttributesEventAttributes Source #
_HistoryEvent'WorkflowExecutionUpdateAcceptedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionUpdateAcceptedEventAttributes Source #
_HistoryEvent'WorkflowExecutionUpdateRejectedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionUpdateRejectedEventAttributes Source #
_HistoryEvent'WorkflowExecutionUpdateCompletedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionUpdateCompletedEventAttributes Source #
_HistoryEvent'WorkflowPropertiesModifiedExternallyEventAttributes :: Prism' HistoryEvent'Attributes WorkflowPropertiesModifiedExternallyEventAttributes Source #
_HistoryEvent'ActivityPropertiesModifiedExternallyEventAttributes :: Prism' HistoryEvent'Attributes ActivityPropertiesModifiedExternallyEventAttributes Source #
_HistoryEvent'WorkflowPropertiesModifiedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowPropertiesModifiedEventAttributes Source #
_HistoryEvent'WorkflowExecutionUpdateAdmittedEventAttributes :: Prism' HistoryEvent'Attributes WorkflowExecutionUpdateAdmittedEventAttributes Source #
_HistoryEvent'NexusOperationScheduledEventAttributes :: Prism' HistoryEvent'Attributes NexusOperationScheduledEventAttributes Source #
_HistoryEvent'NexusOperationStartedEventAttributes :: Prism' HistoryEvent'Attributes NexusOperationStartedEventAttributes Source #
_HistoryEvent'NexusOperationCompletedEventAttributes :: Prism' HistoryEvent'Attributes NexusOperationCompletedEventAttributes Source #
_HistoryEvent'NexusOperationFailedEventAttributes :: Prism' HistoryEvent'Attributes NexusOperationFailedEventAttributes Source #
_HistoryEvent'NexusOperationCanceledEventAttributes :: Prism' HistoryEvent'Attributes NexusOperationCanceledEventAttributes Source #
_HistoryEvent'NexusOperationTimedOutEventAttributes :: Prism' HistoryEvent'Attributes NexusOperationTimedOutEventAttributes Source #
_HistoryEvent'NexusOperationCancelRequestedEventAttributes :: Prism' HistoryEvent'Attributes NexusOperationCancelRequestedEventAttributes Source #
data MarkerRecordedEventAttributes Source #
Fields :
markerName:: Lens' MarkerRecordedEventAttributes Data.Text.Textdetails:: Lens' MarkerRecordedEventAttributes (Data.Map.Map Data.Text.Text Proto.Temporal.Api.Common.V1.Message.Payloads)workflowTaskCompletedEventId:: Lens' MarkerRecordedEventAttributes Data.Int.Int64header:: Lens' MarkerRecordedEventAttributes Proto.Temporal.Api.Common.V1.Message.Headermaybe'header:: Lens' MarkerRecordedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)failure:: Lens' MarkerRecordedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failuremaybe'failure:: Lens' MarkerRecordedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)
Instances
data MarkerRecordedEventAttributes'DetailsEntry Source #
Fields :
key:: Lens' MarkerRecordedEventAttributes'DetailsEntry Data.Text.Textvalue:: Lens' MarkerRecordedEventAttributes'DetailsEntry Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'value:: Lens' MarkerRecordedEventAttributes'DetailsEntry (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
Instances
data NexusOperationCancelRequestedEventAttributes Source #
Fields :
scheduledEventId:: Lens' NexusOperationCancelRequestedEventAttributes Data.Int.Int64workflowTaskCompletedEventId:: Lens' NexusOperationCancelRequestedEventAttributes Data.Int.Int64
Instances
data NexusOperationCanceledEventAttributes Source #
Fields :
scheduledEventId:: Lens' NexusOperationCanceledEventAttributes Data.Int.Int64failure:: Lens' NexusOperationCanceledEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failuremaybe'failure:: Lens' NexusOperationCanceledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)
Instances
data NexusOperationCompletedEventAttributes Source #
Fields :
scheduledEventId:: Lens' NexusOperationCompletedEventAttributes Data.Int.Int64result:: Lens' NexusOperationCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadmaybe'result:: Lens' NexusOperationCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payload)
Instances
data NexusOperationFailedEventAttributes Source #
Fields :
scheduledEventId:: Lens' NexusOperationFailedEventAttributes Data.Int.Int64failure:: Lens' NexusOperationFailedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failuremaybe'failure:: Lens' NexusOperationFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)
Instances
data NexusOperationScheduledEventAttributes Source #
Fields :
endpoint:: Lens' NexusOperationScheduledEventAttributes Data.Text.Textservice:: Lens' NexusOperationScheduledEventAttributes Data.Text.Textoperation:: Lens' NexusOperationScheduledEventAttributes Data.Text.Textinput:: Lens' NexusOperationScheduledEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadmaybe'input:: Lens' NexusOperationScheduledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payload)scheduleToCloseTimeout:: Lens' NexusOperationScheduledEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'scheduleToCloseTimeout:: Lens' NexusOperationScheduledEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)nexusHeader:: Lens' NexusOperationScheduledEventAttributes (Data.Map.Map Data.Text.Text Data.Text.Text)workflowTaskCompletedEventId:: Lens' NexusOperationScheduledEventAttributes Data.Int.Int64requestId:: Lens' NexusOperationScheduledEventAttributes Data.Text.Text
Instances
data NexusOperationScheduledEventAttributes'NexusHeaderEntry Source #
Fields :
Instances
data NexusOperationStartedEventAttributes Source #
Fields :
scheduledEventId:: Lens' NexusOperationStartedEventAttributes Data.Int.Int64operationId:: Lens' NexusOperationStartedEventAttributes Data.Text.Text
Instances
data NexusOperationTimedOutEventAttributes Source #
Fields :
scheduledEventId:: Lens' NexusOperationTimedOutEventAttributes Data.Int.Int64failure:: Lens' NexusOperationTimedOutEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failuremaybe'failure:: Lens' NexusOperationTimedOutEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)
Instances
data RequestCancelExternalWorkflowExecutionFailedEventAttributes Source #
Fields :
cause:: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Enums.V1.FailedCause.CancelExternalWorkflowExecutionFailedCauseworkflowTaskCompletedEventId:: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Data.Int.Int64namespace:: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Data.Text.TextnamespaceId:: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Data.Text.TextworkflowExecution:: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'workflowExecution:: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)initiatedEventId:: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Data.Int.Int64control:: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Data.Text.Text
Instances
data RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source #
Fields :
workflowTaskCompletedEventId:: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Data.Int.Int64namespace:: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Data.Text.TextnamespaceId:: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Data.Text.TextworkflowExecution:: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'workflowExecution:: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)control:: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Data.Text.TextchildWorkflowOnly:: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Prelude.Boolreason:: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Data.Text.Text
Instances
data SignalExternalWorkflowExecutionFailedEventAttributes Source #
Fields :
cause:: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Enums.V1.FailedCause.SignalExternalWorkflowExecutionFailedCauseworkflowTaskCompletedEventId:: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Data.Int.Int64namespace:: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Data.Text.TextnamespaceId:: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Data.Text.TextworkflowExecution:: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'workflowExecution:: Lens' SignalExternalWorkflowExecutionFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)initiatedEventId:: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Data.Int.Int64control:: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Data.Text.Text
Instances
data SignalExternalWorkflowExecutionInitiatedEventAttributes Source #
Fields :
workflowTaskCompletedEventId:: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Data.Int.Int64namespace:: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Data.Text.TextnamespaceId:: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Data.Text.TextworkflowExecution:: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'workflowExecution:: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)signalName:: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Data.Text.Textinput:: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'input:: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)control:: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Data.Text.TextchildWorkflowOnly:: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Prelude.Boolheader:: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.Headermaybe'header:: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)
Instances
data StartChildWorkflowExecutionFailedEventAttributes Source #
Fields :
namespace:: Lens' StartChildWorkflowExecutionFailedEventAttributes Data.Text.TextnamespaceId:: Lens' StartChildWorkflowExecutionFailedEventAttributes Data.Text.TextworkflowId:: Lens' StartChildWorkflowExecutionFailedEventAttributes Data.Text.TextworkflowType:: Lens' StartChildWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowTypemaybe'workflowType:: Lens' StartChildWorkflowExecutionFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)cause:: Lens' StartChildWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Enums.V1.FailedCause.StartChildWorkflowExecutionFailedCausecontrol:: Lens' StartChildWorkflowExecutionFailedEventAttributes Data.Text.TextinitiatedEventId:: Lens' StartChildWorkflowExecutionFailedEventAttributes Data.Int.Int64workflowTaskCompletedEventId:: Lens' StartChildWorkflowExecutionFailedEventAttributes Data.Int.Int64
Instances
data StartChildWorkflowExecutionInitiatedEventAttributes Source #
Fields :
namespace:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Data.Text.TextnamespaceId:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Data.Text.TextworkflowId:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Data.Text.TextworkflowType:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowTypemaybe'workflowType:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)taskQueue:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueuemaybe'taskQueue:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)input:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'input:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)workflowExecutionTimeout:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'workflowExecutionTimeout:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)workflowRunTimeout:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'workflowRunTimeout:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)workflowTaskTimeout:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'workflowTaskTimeout:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)parentClosePolicy:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.ParentClosePolicycontrol:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Data.Text.TextworkflowTaskCompletedEventId:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Data.Int.Int64workflowIdReusePolicy:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.WorkflowIdReusePolicyretryPolicy:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.RetryPolicymaybe'retryPolicy:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.RetryPolicy)cronSchedule:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Data.Text.Textheader:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.Headermaybe'header:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)memo:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.Memomaybe'memo:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Memo)searchAttributes:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.SearchAttributesmaybe'searchAttributes:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.SearchAttributes)inheritBuildId:: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Prelude.Bool
Instances
data TimerCanceledEventAttributes Source #
Fields :
timerId:: Lens' TimerCanceledEventAttributes Data.Text.TextstartedEventId:: Lens' TimerCanceledEventAttributes Data.Int.Int64workflowTaskCompletedEventId:: Lens' TimerCanceledEventAttributes Data.Int.Int64identity:: Lens' TimerCanceledEventAttributes Data.Text.Text
Instances
data TimerFiredEventAttributes Source #
Fields :
timerId:: Lens' TimerFiredEventAttributes Data.Text.TextstartedEventId:: Lens' TimerFiredEventAttributes Data.Int.Int64
Instances
data TimerStartedEventAttributes Source #
Fields :
timerId:: Lens' TimerStartedEventAttributes Data.Text.TextstartToFireTimeout:: Lens' TimerStartedEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'startToFireTimeout:: Lens' TimerStartedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)workflowTaskCompletedEventId:: Lens' TimerStartedEventAttributes Data.Int.Int64
Instances
data UpsertWorkflowSearchAttributesEventAttributes Source #
Fields :
workflowTaskCompletedEventId:: Lens' UpsertWorkflowSearchAttributesEventAttributes Data.Int.Int64searchAttributes:: Lens' UpsertWorkflowSearchAttributesEventAttributes Proto.Temporal.Api.Common.V1.Message.SearchAttributesmaybe'searchAttributes:: Lens' UpsertWorkflowSearchAttributesEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.SearchAttributes)
Instances
data WorkflowExecutionCancelRequestedEventAttributes Source #
Fields :
cause:: Lens' WorkflowExecutionCancelRequestedEventAttributes Data.Text.TextexternalInitiatedEventId:: Lens' WorkflowExecutionCancelRequestedEventAttributes Data.Int.Int64externalWorkflowExecution:: Lens' WorkflowExecutionCancelRequestedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'externalWorkflowExecution:: Lens' WorkflowExecutionCancelRequestedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)identity:: Lens' WorkflowExecutionCancelRequestedEventAttributes Data.Text.Text
Instances
data WorkflowExecutionCanceledEventAttributes Source #
Fields :
workflowTaskCompletedEventId:: Lens' WorkflowExecutionCanceledEventAttributes Data.Int.Int64details:: Lens' WorkflowExecutionCanceledEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'details:: Lens' WorkflowExecutionCanceledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
Instances
data WorkflowExecutionCompletedEventAttributes Source #
Fields :
result:: Lens' WorkflowExecutionCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'result:: Lens' WorkflowExecutionCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)workflowTaskCompletedEventId:: Lens' WorkflowExecutionCompletedEventAttributes Data.Int.Int64newExecutionRunId:: Lens' WorkflowExecutionCompletedEventAttributes Data.Text.Text
Instances
data WorkflowExecutionContinuedAsNewEventAttributes Source #
Fields :
newExecutionRunId:: Lens' WorkflowExecutionContinuedAsNewEventAttributes Data.Text.TextworkflowType:: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowTypemaybe'workflowType:: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)taskQueue:: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueuemaybe'taskQueue:: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)input:: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'input:: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)workflowRunTimeout:: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'workflowRunTimeout:: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)workflowTaskTimeout:: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'workflowTaskTimeout:: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)workflowTaskCompletedEventId:: Lens' WorkflowExecutionContinuedAsNewEventAttributes Data.Int.Int64backoffStartInterval:: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'backoffStartInterval:: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)initiator:: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.ContinueAsNewInitiatorfailure:: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failuremaybe'failure:: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)lastCompletionResult:: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'lastCompletionResult:: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)header:: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Common.V1.Message.Headermaybe'header:: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)memo:: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Common.V1.Message.Memomaybe'memo:: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Memo)searchAttributes:: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Common.V1.Message.SearchAttributesmaybe'searchAttributes:: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.SearchAttributes)inheritBuildId:: Lens' WorkflowExecutionContinuedAsNewEventAttributes Prelude.Bool
Instances
data WorkflowExecutionFailedEventAttributes Source #
Fields :
failure:: Lens' WorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failuremaybe'failure:: Lens' WorkflowExecutionFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)retryState:: Lens' WorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.RetryStateworkflowTaskCompletedEventId:: Lens' WorkflowExecutionFailedEventAttributes Data.Int.Int64newExecutionRunId:: Lens' WorkflowExecutionFailedEventAttributes Data.Text.Text
Instances
data WorkflowExecutionSignaledEventAttributes Source #
Fields :
signalName:: Lens' WorkflowExecutionSignaledEventAttributes Data.Text.Textinput:: Lens' WorkflowExecutionSignaledEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'input:: Lens' WorkflowExecutionSignaledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)identity:: Lens' WorkflowExecutionSignaledEventAttributes Data.Text.Textheader:: Lens' WorkflowExecutionSignaledEventAttributes Proto.Temporal.Api.Common.V1.Message.Headermaybe'header:: Lens' WorkflowExecutionSignaledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)skipGenerateWorkflowTask:: Lens' WorkflowExecutionSignaledEventAttributes Prelude.BoolexternalWorkflowExecution:: Lens' WorkflowExecutionSignaledEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'externalWorkflowExecution:: Lens' WorkflowExecutionSignaledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
Instances
data WorkflowExecutionStartedEventAttributes Source #
Fields :
workflowType:: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowTypemaybe'workflowType:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)parentWorkflowNamespace:: Lens' WorkflowExecutionStartedEventAttributes Data.Text.TextparentWorkflowNamespaceId:: Lens' WorkflowExecutionStartedEventAttributes Data.Text.TextparentWorkflowExecution:: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'parentWorkflowExecution:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)parentInitiatedEventId:: Lens' WorkflowExecutionStartedEventAttributes Data.Int.Int64taskQueue:: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueuemaybe'taskQueue:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)input:: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'input:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)workflowExecutionTimeout:: Lens' WorkflowExecutionStartedEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'workflowExecutionTimeout:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)workflowRunTimeout:: Lens' WorkflowExecutionStartedEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'workflowRunTimeout:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)workflowTaskTimeout:: Lens' WorkflowExecutionStartedEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'workflowTaskTimeout:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)continuedExecutionRunId:: Lens' WorkflowExecutionStartedEventAttributes Data.Text.Textinitiator:: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.ContinueAsNewInitiatorcontinuedFailure:: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failuremaybe'continuedFailure:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)lastCompletionResult:: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'lastCompletionResult:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)originalExecutionRunId:: Lens' WorkflowExecutionStartedEventAttributes Data.Text.Textidentity:: Lens' WorkflowExecutionStartedEventAttributes Data.Text.TextfirstExecutionRunId:: Lens' WorkflowExecutionStartedEventAttributes Data.Text.TextretryPolicy:: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.RetryPolicymaybe'retryPolicy:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.RetryPolicy)attempt:: Lens' WorkflowExecutionStartedEventAttributes Data.Int.Int32workflowExecutionExpirationTime:: Lens' WorkflowExecutionStartedEventAttributes Proto.Google.Protobuf.Timestamp.Timestampmaybe'workflowExecutionExpirationTime:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Timestamp.Timestamp)cronSchedule:: Lens' WorkflowExecutionStartedEventAttributes Data.Text.TextfirstWorkflowTaskBackoff:: Lens' WorkflowExecutionStartedEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'firstWorkflowTaskBackoff:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)memo:: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.Memomaybe'memo:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Memo)searchAttributes:: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.SearchAttributesmaybe'searchAttributes:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.SearchAttributes)prevAutoResetPoints:: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Workflow.V1.Message.ResetPointsmaybe'prevAutoResetPoints:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Workflow.V1.Message.ResetPoints)header:: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.Headermaybe'header:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)parentInitiatedEventVersion:: Lens' WorkflowExecutionStartedEventAttributes Data.Int.Int64workflowId:: Lens' WorkflowExecutionStartedEventAttributes Data.Text.TextsourceVersionStamp:: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStampmaybe'sourceVersionStamp:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp)completionCallbacks:: Lens' WorkflowExecutionStartedEventAttributes [Proto.Temporal.Api.Common.V1.Message.Callback]vec'completionCallbacks:: Lens' WorkflowExecutionStartedEventAttributes (Data.Vector.Vector Proto.Temporal.Api.Common.V1.Message.Callback)rootWorkflowExecution:: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecutionmaybe'rootWorkflowExecution:: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)inheritedBuildId:: Lens' WorkflowExecutionStartedEventAttributes Data.Text.Text
Instances
data WorkflowExecutionTerminatedEventAttributes Source #
Fields :
reason:: Lens' WorkflowExecutionTerminatedEventAttributes Data.Text.Textdetails:: Lens' WorkflowExecutionTerminatedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloadsmaybe'details:: Lens' WorkflowExecutionTerminatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)identity:: Lens' WorkflowExecutionTerminatedEventAttributes Data.Text.Text
Instances
data WorkflowExecutionTimedOutEventAttributes Source #
Fields :
retryState:: Lens' WorkflowExecutionTimedOutEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.RetryStatenewExecutionRunId:: Lens' WorkflowExecutionTimedOutEventAttributes Data.Text.Text
Instances
data WorkflowExecutionUpdateAcceptedEventAttributes Source #
Fields :
protocolInstanceId:: Lens' WorkflowExecutionUpdateAcceptedEventAttributes Data.Text.TextacceptedRequestMessageId:: Lens' WorkflowExecutionUpdateAcceptedEventAttributes Data.Text.TextacceptedRequestSequencingEventId:: Lens' WorkflowExecutionUpdateAcceptedEventAttributes Data.Int.Int64acceptedRequest:: Lens' WorkflowExecutionUpdateAcceptedEventAttributes Proto.Temporal.Api.Update.V1.Message.Requestmaybe'acceptedRequest:: Lens' WorkflowExecutionUpdateAcceptedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Update.V1.Message.Request)
Instances
data WorkflowExecutionUpdateAdmittedEventAttributes Source #
Fields :
request:: Lens' WorkflowExecutionUpdateAdmittedEventAttributes Proto.Temporal.Api.Update.V1.Message.Requestmaybe'request:: Lens' WorkflowExecutionUpdateAdmittedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Update.V1.Message.Request)origin:: Lens' WorkflowExecutionUpdateAdmittedEventAttributes Proto.Temporal.Api.Enums.V1.Update.UpdateAdmittedEventOrigin
Instances
data WorkflowExecutionUpdateCompletedEventAttributes Source #
Fields :
meta:: Lens' WorkflowExecutionUpdateCompletedEventAttributes Proto.Temporal.Api.Update.V1.Message.Metamaybe'meta:: Lens' WorkflowExecutionUpdateCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Update.V1.Message.Meta)acceptedEventId:: Lens' WorkflowExecutionUpdateCompletedEventAttributes Data.Int.Int64outcome:: Lens' WorkflowExecutionUpdateCompletedEventAttributes Proto.Temporal.Api.Update.V1.Message.Outcomemaybe'outcome:: Lens' WorkflowExecutionUpdateCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Update.V1.Message.Outcome)
Instances
data WorkflowExecutionUpdateRejectedEventAttributes Source #
Fields :
protocolInstanceId:: Lens' WorkflowExecutionUpdateRejectedEventAttributes Data.Text.TextrejectedRequestMessageId:: Lens' WorkflowExecutionUpdateRejectedEventAttributes Data.Text.TextrejectedRequestSequencingEventId:: Lens' WorkflowExecutionUpdateRejectedEventAttributes Data.Int.Int64rejectedRequest:: Lens' WorkflowExecutionUpdateRejectedEventAttributes Proto.Temporal.Api.Update.V1.Message.Requestmaybe'rejectedRequest:: Lens' WorkflowExecutionUpdateRejectedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Update.V1.Message.Request)failure:: Lens' WorkflowExecutionUpdateRejectedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failuremaybe'failure:: Lens' WorkflowExecutionUpdateRejectedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)
Instances
data WorkflowPropertiesModifiedEventAttributes Source #
Fields :
workflowTaskCompletedEventId:: Lens' WorkflowPropertiesModifiedEventAttributes Data.Int.Int64upsertedMemo:: Lens' WorkflowPropertiesModifiedEventAttributes Proto.Temporal.Api.Common.V1.Message.Memomaybe'upsertedMemo:: Lens' WorkflowPropertiesModifiedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Memo)
Instances
data WorkflowPropertiesModifiedExternallyEventAttributes Source #
Fields :
newTaskQueue:: Lens' WorkflowPropertiesModifiedExternallyEventAttributes Data.Text.TextnewWorkflowTaskTimeout:: Lens' WorkflowPropertiesModifiedExternallyEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'newWorkflowTaskTimeout:: Lens' WorkflowPropertiesModifiedExternallyEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)newWorkflowRunTimeout:: Lens' WorkflowPropertiesModifiedExternallyEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'newWorkflowRunTimeout:: Lens' WorkflowPropertiesModifiedExternallyEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)newWorkflowExecutionTimeout:: Lens' WorkflowPropertiesModifiedExternallyEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'newWorkflowExecutionTimeout:: Lens' WorkflowPropertiesModifiedExternallyEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)upsertedMemo:: Lens' WorkflowPropertiesModifiedExternallyEventAttributes Proto.Temporal.Api.Common.V1.Message.Memomaybe'upsertedMemo:: Lens' WorkflowPropertiesModifiedExternallyEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Memo)
Instances
data WorkflowTaskCompletedEventAttributes Source #
Fields :
scheduledEventId:: Lens' WorkflowTaskCompletedEventAttributes Data.Int.Int64startedEventId:: Lens' WorkflowTaskCompletedEventAttributes Data.Int.Int64identity:: Lens' WorkflowTaskCompletedEventAttributes Data.Text.TextbinaryChecksum:: Lens' WorkflowTaskCompletedEventAttributes Data.Text.TextworkerVersion:: Lens' WorkflowTaskCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStampmaybe'workerVersion:: Lens' WorkflowTaskCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp)sdkMetadata:: Lens' WorkflowTaskCompletedEventAttributes Proto.Temporal.Api.Sdk.V1.TaskCompleteMetadata.WorkflowTaskCompletedMetadatamaybe'sdkMetadata:: Lens' WorkflowTaskCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Sdk.V1.TaskCompleteMetadata.WorkflowTaskCompletedMetadata)meteringMetadata:: Lens' WorkflowTaskCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.MeteringMetadatamaybe'meteringMetadata:: Lens' WorkflowTaskCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.MeteringMetadata)
Instances
data WorkflowTaskFailedEventAttributes Source #
Fields :
scheduledEventId:: Lens' WorkflowTaskFailedEventAttributes Data.Int.Int64startedEventId:: Lens' WorkflowTaskFailedEventAttributes Data.Int.Int64cause:: Lens' WorkflowTaskFailedEventAttributes Proto.Temporal.Api.Enums.V1.FailedCause.WorkflowTaskFailedCausefailure:: Lens' WorkflowTaskFailedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failuremaybe'failure:: Lens' WorkflowTaskFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)identity:: Lens' WorkflowTaskFailedEventAttributes Data.Text.TextbaseRunId:: Lens' WorkflowTaskFailedEventAttributes Data.Text.TextnewRunId:: Lens' WorkflowTaskFailedEventAttributes Data.Text.TextforkEventVersion:: Lens' WorkflowTaskFailedEventAttributes Data.Int.Int64binaryChecksum:: Lens' WorkflowTaskFailedEventAttributes Data.Text.TextworkerVersion:: Lens' WorkflowTaskFailedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStampmaybe'workerVersion:: Lens' WorkflowTaskFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp)
Instances
data WorkflowTaskScheduledEventAttributes Source #
Fields :
taskQueue:: Lens' WorkflowTaskScheduledEventAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueuemaybe'taskQueue:: Lens' WorkflowTaskScheduledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)startToCloseTimeout:: Lens' WorkflowTaskScheduledEventAttributes Proto.Google.Protobuf.Duration.Durationmaybe'startToCloseTimeout:: Lens' WorkflowTaskScheduledEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)attempt:: Lens' WorkflowTaskScheduledEventAttributes Data.Int.Int32
Instances
data WorkflowTaskStartedEventAttributes Source #
Fields :
scheduledEventId:: Lens' WorkflowTaskStartedEventAttributes Data.Int.Int64identity:: Lens' WorkflowTaskStartedEventAttributes Data.Text.TextrequestId:: Lens' WorkflowTaskStartedEventAttributes Data.Text.TextsuggestContinueAsNew:: Lens' WorkflowTaskStartedEventAttributes Prelude.BoolhistorySizeBytes:: Lens' WorkflowTaskStartedEventAttributes Data.Int.Int64workerVersion:: Lens' WorkflowTaskStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStampmaybe'workerVersion:: Lens' WorkflowTaskStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp)buildIdRedirectCounter:: Lens' WorkflowTaskStartedEventAttributes Data.Int.Int64
Instances
data WorkflowTaskTimedOutEventAttributes Source #
Fields :
scheduledEventId:: Lens' WorkflowTaskTimedOutEventAttributes Data.Int.Int64startedEventId:: Lens' WorkflowTaskTimedOutEventAttributes Data.Int.Int64timeoutType:: Lens' WorkflowTaskTimedOutEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.TimeoutType