temporal-api-protos
Safe HaskellNone
LanguageHaskell2010

Proto.Temporal.Api.History.V1.Message

Synopsis

Documentation

data ActivityPropertiesModifiedExternallyEventAttributes Source #

Fields :

  • scheduledEventId :: Lens' ActivityPropertiesModifiedExternallyEventAttributes Data.Int.Int64
  • newRetryPolicy :: Lens' ActivityPropertiesModifiedExternallyEventAttributes Proto.Temporal.Api.Common.V1.Message.RetryPolicy
  • maybe'newRetryPolicy :: Lens' ActivityPropertiesModifiedExternallyEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.RetryPolicy)

Instances

Instances details
NFData ActivityPropertiesModifiedExternallyEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ActivityPropertiesModifiedExternallyEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ActivityPropertiesModifiedExternallyEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ActivityPropertiesModifiedExternallyEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ActivityPropertiesModifiedExternallyEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityPropertiesModifiedExternallyEventAttributes "newRetryPolicy" RetryPolicy Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityPropertiesModifiedExternallyEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "activityPropertiesModifiedExternallyEventAttributes" ActivityPropertiesModifiedExternallyEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityPropertiesModifiedExternallyEventAttributes "maybe'newRetryPolicy" (Maybe RetryPolicy) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'activityPropertiesModifiedExternallyEventAttributes" (Maybe ActivityPropertiesModifiedExternallyEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data ActivityTaskCancelRequestedEventAttributes Source #

Fields :

Instances

Instances details
NFData ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskCancelRequestedEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskCancelRequestedEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "activityTaskCancelRequestedEventAttributes" ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'activityTaskCancelRequestedEventAttributes" (Maybe ActivityTaskCancelRequestedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'activityTaskCancelRequestedEventAttributes" -> (Maybe ActivityTaskCancelRequestedEventAttributes -> f (Maybe ActivityTaskCancelRequestedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data ActivityTaskCanceledEventAttributes Source #

Fields :

  • details :: Lens' ActivityTaskCanceledEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'details :: Lens' ActivityTaskCanceledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • latestCancelRequestedEventId :: Lens' ActivityTaskCanceledEventAttributes Data.Int.Int64
  • scheduledEventId :: Lens' ActivityTaskCanceledEventAttributes Data.Int.Int64
  • startedEventId :: Lens' ActivityTaskCanceledEventAttributes Data.Int.Int64
  • identity :: Lens' ActivityTaskCanceledEventAttributes Data.Text.Text
  • workerVersion :: Lens' ActivityTaskCanceledEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp
  • maybe'workerVersion :: Lens' ActivityTaskCanceledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp)

Instances

Instances details
NFData ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskCanceledEventAttributes "details" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskCanceledEventAttributes "identity" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskCanceledEventAttributes "latestCancelRequestedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "latestCancelRequestedEventId" -> (Int64 -> f Int64) -> ActivityTaskCanceledEventAttributes -> f ActivityTaskCanceledEventAttributes #

HasField ActivityTaskCanceledEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskCanceledEventAttributes "startedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskCanceledEventAttributes "workerVersion" WorkerVersionStamp Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "activityTaskCanceledEventAttributes" ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "activityTaskCanceledEventAttributes" -> (ActivityTaskCanceledEventAttributes -> f ActivityTaskCanceledEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField ActivityTaskCanceledEventAttributes "maybe'details" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskCanceledEventAttributes "maybe'workerVersion" (Maybe WorkerVersionStamp) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'activityTaskCanceledEventAttributes" (Maybe ActivityTaskCanceledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'activityTaskCanceledEventAttributes" -> (Maybe ActivityTaskCanceledEventAttributes -> f (Maybe ActivityTaskCanceledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data ActivityTaskCompletedEventAttributes Source #

Fields :

  • result :: Lens' ActivityTaskCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'result :: Lens' ActivityTaskCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • scheduledEventId :: Lens' ActivityTaskCompletedEventAttributes Data.Int.Int64
  • startedEventId :: Lens' ActivityTaskCompletedEventAttributes Data.Int.Int64
  • identity :: Lens' ActivityTaskCompletedEventAttributes Data.Text.Text
  • workerVersion :: Lens' ActivityTaskCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp
  • maybe'workerVersion :: Lens' ActivityTaskCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp)

Instances

Instances details
NFData ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskCompletedEventAttributes "identity" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskCompletedEventAttributes "result" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskCompletedEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskCompletedEventAttributes "startedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskCompletedEventAttributes "workerVersion" WorkerVersionStamp Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "activityTaskCompletedEventAttributes" ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "activityTaskCompletedEventAttributes" -> (ActivityTaskCompletedEventAttributes -> f ActivityTaskCompletedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField ActivityTaskCompletedEventAttributes "maybe'result" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskCompletedEventAttributes "maybe'workerVersion" (Maybe WorkerVersionStamp) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'activityTaskCompletedEventAttributes" (Maybe ActivityTaskCompletedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'activityTaskCompletedEventAttributes" -> (Maybe ActivityTaskCompletedEventAttributes -> f (Maybe ActivityTaskCompletedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data ActivityTaskFailedEventAttributes Source #

Fields :

  • failure :: Lens' ActivityTaskFailedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'failure :: Lens' ActivityTaskFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)
  • scheduledEventId :: Lens' ActivityTaskFailedEventAttributes Data.Int.Int64
  • startedEventId :: Lens' ActivityTaskFailedEventAttributes Data.Int.Int64
  • identity :: Lens' ActivityTaskFailedEventAttributes Data.Text.Text
  • retryState :: Lens' ActivityTaskFailedEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.RetryState
  • workerVersion :: Lens' ActivityTaskFailedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp
  • maybe'workerVersion :: Lens' ActivityTaskFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp)

Instances

Instances details
NFData ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskFailedEventAttributes "failure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskFailedEventAttributes "identity" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskFailedEventAttributes "retryState" RetryState Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskFailedEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskFailedEventAttributes "startedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskFailedEventAttributes "workerVersion" WorkerVersionStamp Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "activityTaskFailedEventAttributes" ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "activityTaskFailedEventAttributes" -> (ActivityTaskFailedEventAttributes -> f ActivityTaskFailedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField ActivityTaskFailedEventAttributes "maybe'failure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskFailedEventAttributes "maybe'workerVersion" (Maybe WorkerVersionStamp) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'activityTaskFailedEventAttributes" (Maybe ActivityTaskFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'activityTaskFailedEventAttributes" -> (Maybe ActivityTaskFailedEventAttributes -> f (Maybe ActivityTaskFailedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data ActivityTaskScheduledEventAttributes Source #

Fields :

  • activityId :: Lens' ActivityTaskScheduledEventAttributes Data.Text.Text
  • activityType :: Lens' ActivityTaskScheduledEventAttributes Proto.Temporal.Api.Common.V1.Message.ActivityType
  • maybe'activityType :: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.ActivityType)
  • taskQueue :: Lens' ActivityTaskScheduledEventAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue
  • maybe'taskQueue :: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)
  • header :: Lens' ActivityTaskScheduledEventAttributes Proto.Temporal.Api.Common.V1.Message.Header
  • maybe'header :: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)
  • input :: Lens' ActivityTaskScheduledEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'input :: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • scheduleToCloseTimeout :: Lens' ActivityTaskScheduledEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'scheduleToCloseTimeout :: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • scheduleToStartTimeout :: Lens' ActivityTaskScheduledEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'scheduleToStartTimeout :: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • startToCloseTimeout :: Lens' ActivityTaskScheduledEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'startToCloseTimeout :: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • heartbeatTimeout :: Lens' ActivityTaskScheduledEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'heartbeatTimeout :: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • workflowTaskCompletedEventId :: Lens' ActivityTaskScheduledEventAttributes Data.Int.Int64
  • retryPolicy :: Lens' ActivityTaskScheduledEventAttributes Proto.Temporal.Api.Common.V1.Message.RetryPolicy
  • maybe'retryPolicy :: Lens' ActivityTaskScheduledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.RetryPolicy)
  • useWorkflowBuildId :: Lens' ActivityTaskScheduledEventAttributes Prelude.Bool

Instances

Instances details
NFData ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "activityId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "activityType" ActivityType Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "header" Header Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "heartbeatTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "input" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "retryPolicy" RetryPolicy Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "scheduleToCloseTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "scheduleToStartTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "startToCloseTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "taskQueue" TaskQueue Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "useWorkflowBuildId" Bool Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowTaskCompletedEventId" -> (Int64 -> f Int64) -> ActivityTaskScheduledEventAttributes -> f ActivityTaskScheduledEventAttributes #

HasField HistoryEvent "activityTaskScheduledEventAttributes" ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "activityTaskScheduledEventAttributes" -> (ActivityTaskScheduledEventAttributes -> f ActivityTaskScheduledEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField ActivityTaskScheduledEventAttributes "maybe'activityType" (Maybe ActivityType) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "maybe'header" (Maybe Header) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "maybe'heartbeatTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "maybe'input" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "maybe'retryPolicy" (Maybe RetryPolicy) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "maybe'scheduleToCloseTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "maybe'scheduleToStartTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "maybe'startToCloseTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskScheduledEventAttributes "maybe'taskQueue" (Maybe TaskQueue) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'activityTaskScheduledEventAttributes" (Maybe ActivityTaskScheduledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'activityTaskScheduledEventAttributes" -> (Maybe ActivityTaskScheduledEventAttributes -> f (Maybe ActivityTaskScheduledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data ActivityTaskStartedEventAttributes Source #

Fields :

  • scheduledEventId :: Lens' ActivityTaskStartedEventAttributes Data.Int.Int64
  • identity :: Lens' ActivityTaskStartedEventAttributes Data.Text.Text
  • requestId :: Lens' ActivityTaskStartedEventAttributes Data.Text.Text
  • attempt :: Lens' ActivityTaskStartedEventAttributes Data.Int.Int32
  • lastFailure :: Lens' ActivityTaskStartedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'lastFailure :: Lens' ActivityTaskStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)
  • workerVersion :: Lens' ActivityTaskStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp
  • maybe'workerVersion :: Lens' ActivityTaskStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp)
  • buildIdRedirectCounter :: Lens' ActivityTaskStartedEventAttributes Data.Int.Int64

Instances

Instances details
NFData ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskStartedEventAttributes "attempt" Int32 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskStartedEventAttributes "buildIdRedirectCounter" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskStartedEventAttributes "identity" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskStartedEventAttributes "lastFailure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskStartedEventAttributes "requestId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskStartedEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskStartedEventAttributes "workerVersion" WorkerVersionStamp Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "activityTaskStartedEventAttributes" ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "activityTaskStartedEventAttributes" -> (ActivityTaskStartedEventAttributes -> f ActivityTaskStartedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField ActivityTaskStartedEventAttributes "maybe'lastFailure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskStartedEventAttributes "maybe'workerVersion" (Maybe WorkerVersionStamp) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'activityTaskStartedEventAttributes" (Maybe ActivityTaskStartedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'activityTaskStartedEventAttributes" -> (Maybe ActivityTaskStartedEventAttributes -> f (Maybe ActivityTaskStartedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data ActivityTaskTimedOutEventAttributes Source #

Fields :

  • failure :: Lens' ActivityTaskTimedOutEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'failure :: Lens' ActivityTaskTimedOutEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)
  • scheduledEventId :: Lens' ActivityTaskTimedOutEventAttributes Data.Int.Int64
  • startedEventId :: Lens' ActivityTaskTimedOutEventAttributes Data.Int.Int64
  • retryState :: Lens' ActivityTaskTimedOutEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.RetryState

Instances

Instances details
NFData ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskTimedOutEventAttributes "failure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskTimedOutEventAttributes "retryState" RetryState Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskTimedOutEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ActivityTaskTimedOutEventAttributes "startedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "activityTaskTimedOutEventAttributes" ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "activityTaskTimedOutEventAttributes" -> (ActivityTaskTimedOutEventAttributes -> f ActivityTaskTimedOutEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField ActivityTaskTimedOutEventAttributes "maybe'failure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'activityTaskTimedOutEventAttributes" (Maybe ActivityTaskTimedOutEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'activityTaskTimedOutEventAttributes" -> (Maybe ActivityTaskTimedOutEventAttributes -> f (Maybe ActivityTaskTimedOutEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data ChildWorkflowExecutionCanceledEventAttributes Source #

Fields :

  • details :: Lens' ChildWorkflowExecutionCanceledEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'details :: Lens' ChildWorkflowExecutionCanceledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • namespace :: Lens' ChildWorkflowExecutionCanceledEventAttributes Data.Text.Text
  • namespaceId :: Lens' ChildWorkflowExecutionCanceledEventAttributes Data.Text.Text
  • workflowExecution :: Lens' ChildWorkflowExecutionCanceledEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'workflowExecution :: Lens' ChildWorkflowExecutionCanceledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
  • workflowType :: Lens' ChildWorkflowExecutionCanceledEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowType
  • maybe'workflowType :: Lens' ChildWorkflowExecutionCanceledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)
  • initiatedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes Data.Int.Int64
  • startedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes Data.Int.Int64

Instances

Instances details
NFData ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCanceledEventAttributes "details" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCanceledEventAttributes "initiatedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCanceledEventAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCanceledEventAttributes "namespaceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCanceledEventAttributes "startedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCanceledEventAttributes "workflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCanceledEventAttributes "workflowType" WorkflowType Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "childWorkflowExecutionCanceledEventAttributes" ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCanceledEventAttributes "maybe'details" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCanceledEventAttributes "maybe'workflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCanceledEventAttributes "maybe'workflowType" (Maybe WorkflowType) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'childWorkflowExecutionCanceledEventAttributes" (Maybe ChildWorkflowExecutionCanceledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'childWorkflowExecutionCanceledEventAttributes" -> (Maybe ChildWorkflowExecutionCanceledEventAttributes -> f (Maybe ChildWorkflowExecutionCanceledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data ChildWorkflowExecutionCompletedEventAttributes Source #

Fields :

  • result :: Lens' ChildWorkflowExecutionCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'result :: Lens' ChildWorkflowExecutionCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • namespace :: Lens' ChildWorkflowExecutionCompletedEventAttributes Data.Text.Text
  • namespaceId :: Lens' ChildWorkflowExecutionCompletedEventAttributes Data.Text.Text
  • workflowExecution :: Lens' ChildWorkflowExecutionCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'workflowExecution :: Lens' ChildWorkflowExecutionCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
  • workflowType :: Lens' ChildWorkflowExecutionCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowType
  • maybe'workflowType :: Lens' ChildWorkflowExecutionCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)
  • initiatedEventId :: Lens' ChildWorkflowExecutionCompletedEventAttributes Data.Int.Int64
  • startedEventId :: Lens' ChildWorkflowExecutionCompletedEventAttributes Data.Int.Int64

Instances

Instances details
NFData ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCompletedEventAttributes "initiatedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCompletedEventAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCompletedEventAttributes "namespaceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCompletedEventAttributes "result" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCompletedEventAttributes "startedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCompletedEventAttributes "workflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCompletedEventAttributes "workflowType" WorkflowType Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "childWorkflowExecutionCompletedEventAttributes" ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCompletedEventAttributes "maybe'result" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCompletedEventAttributes "maybe'workflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionCompletedEventAttributes "maybe'workflowType" (Maybe WorkflowType) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'childWorkflowExecutionCompletedEventAttributes" (Maybe ChildWorkflowExecutionCompletedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'childWorkflowExecutionCompletedEventAttributes" -> (Maybe ChildWorkflowExecutionCompletedEventAttributes -> f (Maybe ChildWorkflowExecutionCompletedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data ChildWorkflowExecutionFailedEventAttributes Source #

Fields :

  • failure :: Lens' ChildWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'failure :: Lens' ChildWorkflowExecutionFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)
  • namespace :: Lens' ChildWorkflowExecutionFailedEventAttributes Data.Text.Text
  • namespaceId :: Lens' ChildWorkflowExecutionFailedEventAttributes Data.Text.Text
  • workflowExecution :: Lens' ChildWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'workflowExecution :: Lens' ChildWorkflowExecutionFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
  • workflowType :: Lens' ChildWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowType
  • maybe'workflowType :: Lens' ChildWorkflowExecutionFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)
  • initiatedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes Data.Int.Int64
  • startedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes Data.Int.Int64
  • retryState :: Lens' ChildWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.RetryState

Instances

Instances details
NFData ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionFailedEventAttributes "failure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionFailedEventAttributes "initiatedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionFailedEventAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionFailedEventAttributes "namespaceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionFailedEventAttributes "retryState" RetryState Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionFailedEventAttributes "startedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionFailedEventAttributes "workflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionFailedEventAttributes "workflowType" WorkflowType Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "childWorkflowExecutionFailedEventAttributes" ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionFailedEventAttributes "maybe'failure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionFailedEventAttributes "maybe'workflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionFailedEventAttributes "maybe'workflowType" (Maybe WorkflowType) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'childWorkflowExecutionFailedEventAttributes" (Maybe ChildWorkflowExecutionFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'childWorkflowExecutionFailedEventAttributes" -> (Maybe ChildWorkflowExecutionFailedEventAttributes -> f (Maybe ChildWorkflowExecutionFailedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data ChildWorkflowExecutionStartedEventAttributes Source #

Fields :

  • namespace :: Lens' ChildWorkflowExecutionStartedEventAttributes Data.Text.Text
  • namespaceId :: Lens' ChildWorkflowExecutionStartedEventAttributes Data.Text.Text
  • initiatedEventId :: Lens' ChildWorkflowExecutionStartedEventAttributes Data.Int.Int64
  • workflowExecution :: Lens' ChildWorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'workflowExecution :: Lens' ChildWorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
  • workflowType :: Lens' ChildWorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowType
  • maybe'workflowType :: Lens' ChildWorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)
  • header :: Lens' ChildWorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.Header
  • maybe'header :: Lens' ChildWorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)

Instances

Instances details
NFData ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionStartedEventAttributes "header" Header Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionStartedEventAttributes "initiatedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionStartedEventAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionStartedEventAttributes "namespaceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionStartedEventAttributes "workflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionStartedEventAttributes "workflowType" WorkflowType Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "childWorkflowExecutionStartedEventAttributes" ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionStartedEventAttributes "maybe'header" (Maybe Header) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionStartedEventAttributes "maybe'workflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionStartedEventAttributes "maybe'workflowType" (Maybe WorkflowType) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'childWorkflowExecutionStartedEventAttributes" (Maybe ChildWorkflowExecutionStartedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'childWorkflowExecutionStartedEventAttributes" -> (Maybe ChildWorkflowExecutionStartedEventAttributes -> f (Maybe ChildWorkflowExecutionStartedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data ChildWorkflowExecutionTerminatedEventAttributes Source #

Fields :

  • namespace :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Data.Text.Text
  • namespaceId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Data.Text.Text
  • workflowExecution :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'workflowExecution :: Lens' ChildWorkflowExecutionTerminatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
  • workflowType :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowType
  • maybe'workflowType :: Lens' ChildWorkflowExecutionTerminatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)
  • initiatedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Data.Int.Int64
  • startedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Data.Int.Int64

Instances

Instances details
NFData ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTerminatedEventAttributes "initiatedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTerminatedEventAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTerminatedEventAttributes "namespaceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTerminatedEventAttributes "startedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTerminatedEventAttributes "workflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTerminatedEventAttributes "workflowType" WorkflowType Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "childWorkflowExecutionTerminatedEventAttributes" ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTerminatedEventAttributes "maybe'workflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTerminatedEventAttributes "maybe'workflowType" (Maybe WorkflowType) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'childWorkflowExecutionTerminatedEventAttributes" (Maybe ChildWorkflowExecutionTerminatedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'childWorkflowExecutionTerminatedEventAttributes" -> (Maybe ChildWorkflowExecutionTerminatedEventAttributes -> f (Maybe ChildWorkflowExecutionTerminatedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data ChildWorkflowExecutionTimedOutEventAttributes Source #

Fields :

  • namespace :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Data.Text.Text
  • namespaceId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Data.Text.Text
  • workflowExecution :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'workflowExecution :: Lens' ChildWorkflowExecutionTimedOutEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
  • workflowType :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowType
  • maybe'workflowType :: Lens' ChildWorkflowExecutionTimedOutEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)
  • initiatedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Data.Int.Int64
  • startedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Data.Int.Int64
  • retryState :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.RetryState

Instances

Instances details
NFData ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTimedOutEventAttributes "initiatedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTimedOutEventAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTimedOutEventAttributes "namespaceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTimedOutEventAttributes "retryState" RetryState Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTimedOutEventAttributes "startedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTimedOutEventAttributes "workflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTimedOutEventAttributes "workflowType" WorkflowType Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "childWorkflowExecutionTimedOutEventAttributes" ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTimedOutEventAttributes "maybe'workflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ChildWorkflowExecutionTimedOutEventAttributes "maybe'workflowType" (Maybe WorkflowType) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'childWorkflowExecutionTimedOutEventAttributes" (Maybe ChildWorkflowExecutionTimedOutEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'childWorkflowExecutionTimedOutEventAttributes" -> (Maybe ChildWorkflowExecutionTimedOutEventAttributes -> f (Maybe ChildWorkflowExecutionTimedOutEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data ExternalWorkflowExecutionCancelRequestedEventAttributes Source #

Fields :

  • initiatedEventId :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes Data.Int.Int64
  • namespace :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes Data.Text.Text
  • namespaceId :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes Data.Text.Text
  • workflowExecution :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'workflowExecution :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)

Instances

Instances details
NFData ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ExternalWorkflowExecutionCancelRequestedEventAttributes "initiatedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ExternalWorkflowExecutionCancelRequestedEventAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ExternalWorkflowExecutionCancelRequestedEventAttributes "namespaceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ExternalWorkflowExecutionCancelRequestedEventAttributes "workflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "externalWorkflowExecutionCancelRequestedEventAttributes" ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ExternalWorkflowExecutionCancelRequestedEventAttributes "maybe'workflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'externalWorkflowExecutionCancelRequestedEventAttributes" (Maybe ExternalWorkflowExecutionCancelRequestedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data ExternalWorkflowExecutionSignaledEventAttributes Source #

Fields :

  • initiatedEventId :: Lens' ExternalWorkflowExecutionSignaledEventAttributes Data.Int.Int64
  • namespace :: Lens' ExternalWorkflowExecutionSignaledEventAttributes Data.Text.Text
  • namespaceId :: Lens' ExternalWorkflowExecutionSignaledEventAttributes Data.Text.Text
  • workflowExecution :: Lens' ExternalWorkflowExecutionSignaledEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'workflowExecution :: Lens' ExternalWorkflowExecutionSignaledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
  • control :: Lens' ExternalWorkflowExecutionSignaledEventAttributes Data.Text.Text

Instances

Instances details
NFData ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ExternalWorkflowExecutionSignaledEventAttributes "control" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ExternalWorkflowExecutionSignaledEventAttributes "initiatedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ExternalWorkflowExecutionSignaledEventAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ExternalWorkflowExecutionSignaledEventAttributes "namespaceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ExternalWorkflowExecutionSignaledEventAttributes "workflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "externalWorkflowExecutionSignaledEventAttributes" ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField ExternalWorkflowExecutionSignaledEventAttributes "maybe'workflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'externalWorkflowExecutionSignaledEventAttributes" (Maybe ExternalWorkflowExecutionSignaledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'externalWorkflowExecutionSignaledEventAttributes" -> (Maybe ExternalWorkflowExecutionSignaledEventAttributes -> f (Maybe ExternalWorkflowExecutionSignaledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data History Source #

Fields :

  • events :: Lens' History [HistoryEvent]
  • vec'events :: Lens' History (Data.Vector.Vector HistoryEvent)

Instances

Instances details
NFData History Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

rnf :: History -> () #

Show History Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq History Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

(==) :: History -> History -> Bool #

(/=) :: History -> History -> Bool #

Ord History Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message History Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecution "history" History Source # 
Instance details

Defined in Proto.Temporal.Api.Export.V1.Message

Methods

fieldOf :: Functor f => Proxy# "history" -> (History -> f History) -> WorkflowExecution -> f WorkflowExecution #

HasField GetWorkflowExecutionHistoryResponse "history" History Source # 
Instance details

Defined in Proto.Temporal.Api.Workflowservice.V1.RequestResponse

HasField GetWorkflowExecutionHistoryReverseResponse "history" History Source # 
Instance details

Defined in Proto.Temporal.Api.Workflowservice.V1.RequestResponse

HasField PollWorkflowTaskQueueResponse "history" History Source # 
Instance details

Defined in Proto.Temporal.Api.Workflowservice.V1.RequestResponse

HasField WorkflowExecution "maybe'history" (Maybe History) Source # 
Instance details

Defined in Proto.Temporal.Api.Export.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'history" -> (Maybe History -> f (Maybe History)) -> WorkflowExecution -> f WorkflowExecution #

HasField History "events" [HistoryEvent] Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "events" -> ([HistoryEvent] -> f [HistoryEvent]) -> History -> f History #

HasField History "vec'events" (Vector HistoryEvent) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "vec'events" -> (Vector HistoryEvent -> f (Vector HistoryEvent)) -> History -> f History #

HasField GetWorkflowExecutionHistoryResponse "maybe'history" (Maybe History) Source # 
Instance details

Defined in Proto.Temporal.Api.Workflowservice.V1.RequestResponse

HasField GetWorkflowExecutionHistoryReverseResponse "maybe'history" (Maybe History) Source # 
Instance details

Defined in Proto.Temporal.Api.Workflowservice.V1.RequestResponse

HasField PollWorkflowTaskQueueResponse "maybe'history" (Maybe History) Source # 
Instance details

Defined in Proto.Temporal.Api.Workflowservice.V1.RequestResponse

data HistoryEvent Source #

Fields :

Instances

Instances details
NFData HistoryEvent Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

rnf :: HistoryEvent -> () #

Show HistoryEvent Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq HistoryEvent Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord HistoryEvent Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message HistoryEvent Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "activityPropertiesModifiedExternallyEventAttributes" ActivityPropertiesModifiedExternallyEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "activityTaskCancelRequestedEventAttributes" ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "activityTaskCanceledEventAttributes" ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "activityTaskCanceledEventAttributes" -> (ActivityTaskCanceledEventAttributes -> f ActivityTaskCanceledEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "activityTaskCompletedEventAttributes" ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "activityTaskCompletedEventAttributes" -> (ActivityTaskCompletedEventAttributes -> f ActivityTaskCompletedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "activityTaskFailedEventAttributes" ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "activityTaskFailedEventAttributes" -> (ActivityTaskFailedEventAttributes -> f ActivityTaskFailedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "activityTaskScheduledEventAttributes" ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "activityTaskScheduledEventAttributes" -> (ActivityTaskScheduledEventAttributes -> f ActivityTaskScheduledEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "activityTaskStartedEventAttributes" ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "activityTaskStartedEventAttributes" -> (ActivityTaskStartedEventAttributes -> f ActivityTaskStartedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "activityTaskTimedOutEventAttributes" ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "activityTaskTimedOutEventAttributes" -> (ActivityTaskTimedOutEventAttributes -> f ActivityTaskTimedOutEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "childWorkflowExecutionCanceledEventAttributes" ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "childWorkflowExecutionCompletedEventAttributes" ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "childWorkflowExecutionFailedEventAttributes" ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "childWorkflowExecutionStartedEventAttributes" ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "childWorkflowExecutionTerminatedEventAttributes" ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "childWorkflowExecutionTimedOutEventAttributes" ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "eventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "eventId" -> (Int64 -> f Int64) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "eventTime" Timestamp Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "eventTime" -> (Timestamp -> f Timestamp) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "eventType" EventType Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "eventType" -> (EventType -> f EventType) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "externalWorkflowExecutionCancelRequestedEventAttributes" ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "externalWorkflowExecutionSignaledEventAttributes" ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "markerRecordedEventAttributes" MarkerRecordedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "markerRecordedEventAttributes" -> (MarkerRecordedEventAttributes -> f MarkerRecordedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "nexusOperationCancelRequestedEventAttributes" NexusOperationCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "nexusOperationCanceledEventAttributes" NexusOperationCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "nexusOperationCanceledEventAttributes" -> (NexusOperationCanceledEventAttributes -> f NexusOperationCanceledEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "nexusOperationCompletedEventAttributes" NexusOperationCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "nexusOperationCompletedEventAttributes" -> (NexusOperationCompletedEventAttributes -> f NexusOperationCompletedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "nexusOperationFailedEventAttributes" NexusOperationFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "nexusOperationFailedEventAttributes" -> (NexusOperationFailedEventAttributes -> f NexusOperationFailedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "nexusOperationScheduledEventAttributes" NexusOperationScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "nexusOperationScheduledEventAttributes" -> (NexusOperationScheduledEventAttributes -> f NexusOperationScheduledEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "nexusOperationStartedEventAttributes" NexusOperationStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "nexusOperationStartedEventAttributes" -> (NexusOperationStartedEventAttributes -> f NexusOperationStartedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "nexusOperationTimedOutEventAttributes" NexusOperationTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "nexusOperationTimedOutEventAttributes" -> (NexusOperationTimedOutEventAttributes -> f NexusOperationTimedOutEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "requestCancelExternalWorkflowExecutionFailedEventAttributes" RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "requestCancelExternalWorkflowExecutionInitiatedEventAttributes" RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "signalExternalWorkflowExecutionFailedEventAttributes" SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "signalExternalWorkflowExecutionInitiatedEventAttributes" SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "startChildWorkflowExecutionFailedEventAttributes" StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "startChildWorkflowExecutionInitiatedEventAttributes" StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "taskId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "taskId" -> (Int64 -> f Int64) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "timerCanceledEventAttributes" TimerCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "timerCanceledEventAttributes" -> (TimerCanceledEventAttributes -> f TimerCanceledEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "timerFiredEventAttributes" TimerFiredEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "timerFiredEventAttributes" -> (TimerFiredEventAttributes -> f TimerFiredEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "timerStartedEventAttributes" TimerStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "timerStartedEventAttributes" -> (TimerStartedEventAttributes -> f TimerStartedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "upsertWorkflowSearchAttributesEventAttributes" UpsertWorkflowSearchAttributesEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "version" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "version" -> (Int64 -> f Int64) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "workerMayIgnore" Bool Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workerMayIgnore" -> (Bool -> f Bool) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "workflowExecutionCancelRequestedEventAttributes" WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionCanceledEventAttributes" WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionCompletedEventAttributes" WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionContinuedAsNewEventAttributes" WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionFailedEventAttributes" WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowExecutionFailedEventAttributes" -> (WorkflowExecutionFailedEventAttributes -> f WorkflowExecutionFailedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "workflowExecutionSignaledEventAttributes" WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionStartedEventAttributes" WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowExecutionStartedEventAttributes" -> (WorkflowExecutionStartedEventAttributes -> f WorkflowExecutionStartedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "workflowExecutionTerminatedEventAttributes" WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionTimedOutEventAttributes" WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionUpdateAcceptedEventAttributes" WorkflowExecutionUpdateAcceptedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionUpdateAdmittedEventAttributes" WorkflowExecutionUpdateAdmittedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionUpdateCompletedEventAttributes" WorkflowExecutionUpdateCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionUpdateRejectedEventAttributes" WorkflowExecutionUpdateRejectedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowPropertiesModifiedEventAttributes" WorkflowPropertiesModifiedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowPropertiesModifiedExternallyEventAttributes" WorkflowPropertiesModifiedExternallyEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowTaskCompletedEventAttributes" WorkflowTaskCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowTaskCompletedEventAttributes" -> (WorkflowTaskCompletedEventAttributes -> f WorkflowTaskCompletedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "workflowTaskFailedEventAttributes" WorkflowTaskFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowTaskFailedEventAttributes" -> (WorkflowTaskFailedEventAttributes -> f WorkflowTaskFailedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "workflowTaskScheduledEventAttributes" WorkflowTaskScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowTaskScheduledEventAttributes" -> (WorkflowTaskScheduledEventAttributes -> f WorkflowTaskScheduledEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "workflowTaskStartedEventAttributes" WorkflowTaskStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowTaskStartedEventAttributes" -> (WorkflowTaskStartedEventAttributes -> f WorkflowTaskStartedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "workflowTaskTimedOutEventAttributes" WorkflowTaskTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowTaskTimedOutEventAttributes" -> (WorkflowTaskTimedOutEventAttributes -> f WorkflowTaskTimedOutEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField History "events" [HistoryEvent] Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "events" -> ([HistoryEvent] -> f [HistoryEvent]) -> History -> f History #

HasField History "vec'events" (Vector HistoryEvent) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "vec'events" -> (Vector HistoryEvent -> f (Vector HistoryEvent)) -> History -> f History #

HasField HistoryEvent "maybe'activityPropertiesModifiedExternallyEventAttributes" (Maybe ActivityPropertiesModifiedExternallyEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'activityTaskCancelRequestedEventAttributes" (Maybe ActivityTaskCancelRequestedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'activityTaskCancelRequestedEventAttributes" -> (Maybe ActivityTaskCancelRequestedEventAttributes -> f (Maybe ActivityTaskCancelRequestedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'activityTaskCanceledEventAttributes" (Maybe ActivityTaskCanceledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'activityTaskCanceledEventAttributes" -> (Maybe ActivityTaskCanceledEventAttributes -> f (Maybe ActivityTaskCanceledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'activityTaskCompletedEventAttributes" (Maybe ActivityTaskCompletedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'activityTaskCompletedEventAttributes" -> (Maybe ActivityTaskCompletedEventAttributes -> f (Maybe ActivityTaskCompletedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'activityTaskFailedEventAttributes" (Maybe ActivityTaskFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'activityTaskFailedEventAttributes" -> (Maybe ActivityTaskFailedEventAttributes -> f (Maybe ActivityTaskFailedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'activityTaskScheduledEventAttributes" (Maybe ActivityTaskScheduledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'activityTaskScheduledEventAttributes" -> (Maybe ActivityTaskScheduledEventAttributes -> f (Maybe ActivityTaskScheduledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'activityTaskStartedEventAttributes" (Maybe ActivityTaskStartedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'activityTaskStartedEventAttributes" -> (Maybe ActivityTaskStartedEventAttributes -> f (Maybe ActivityTaskStartedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'activityTaskTimedOutEventAttributes" (Maybe ActivityTaskTimedOutEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'activityTaskTimedOutEventAttributes" -> (Maybe ActivityTaskTimedOutEventAttributes -> f (Maybe ActivityTaskTimedOutEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'attributes" (Maybe HistoryEvent'Attributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'childWorkflowExecutionCanceledEventAttributes" (Maybe ChildWorkflowExecutionCanceledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'childWorkflowExecutionCanceledEventAttributes" -> (Maybe ChildWorkflowExecutionCanceledEventAttributes -> f (Maybe ChildWorkflowExecutionCanceledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'childWorkflowExecutionCompletedEventAttributes" (Maybe ChildWorkflowExecutionCompletedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'childWorkflowExecutionCompletedEventAttributes" -> (Maybe ChildWorkflowExecutionCompletedEventAttributes -> f (Maybe ChildWorkflowExecutionCompletedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'childWorkflowExecutionFailedEventAttributes" (Maybe ChildWorkflowExecutionFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'childWorkflowExecutionFailedEventAttributes" -> (Maybe ChildWorkflowExecutionFailedEventAttributes -> f (Maybe ChildWorkflowExecutionFailedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'childWorkflowExecutionStartedEventAttributes" (Maybe ChildWorkflowExecutionStartedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'childWorkflowExecutionStartedEventAttributes" -> (Maybe ChildWorkflowExecutionStartedEventAttributes -> f (Maybe ChildWorkflowExecutionStartedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'childWorkflowExecutionTerminatedEventAttributes" (Maybe ChildWorkflowExecutionTerminatedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'childWorkflowExecutionTerminatedEventAttributes" -> (Maybe ChildWorkflowExecutionTerminatedEventAttributes -> f (Maybe ChildWorkflowExecutionTerminatedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'childWorkflowExecutionTimedOutEventAttributes" (Maybe ChildWorkflowExecutionTimedOutEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'childWorkflowExecutionTimedOutEventAttributes" -> (Maybe ChildWorkflowExecutionTimedOutEventAttributes -> f (Maybe ChildWorkflowExecutionTimedOutEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'eventTime" (Maybe Timestamp) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'eventTime" -> (Maybe Timestamp -> f (Maybe Timestamp)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'externalWorkflowExecutionCancelRequestedEventAttributes" (Maybe ExternalWorkflowExecutionCancelRequestedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'externalWorkflowExecutionSignaledEventAttributes" (Maybe ExternalWorkflowExecutionSignaledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'externalWorkflowExecutionSignaledEventAttributes" -> (Maybe ExternalWorkflowExecutionSignaledEventAttributes -> f (Maybe ExternalWorkflowExecutionSignaledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'markerRecordedEventAttributes" (Maybe MarkerRecordedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'markerRecordedEventAttributes" -> (Maybe MarkerRecordedEventAttributes -> f (Maybe MarkerRecordedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'nexusOperationCancelRequestedEventAttributes" (Maybe NexusOperationCancelRequestedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'nexusOperationCancelRequestedEventAttributes" -> (Maybe NexusOperationCancelRequestedEventAttributes -> f (Maybe NexusOperationCancelRequestedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'nexusOperationCanceledEventAttributes" (Maybe NexusOperationCanceledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'nexusOperationCanceledEventAttributes" -> (Maybe NexusOperationCanceledEventAttributes -> f (Maybe NexusOperationCanceledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'nexusOperationCompletedEventAttributes" (Maybe NexusOperationCompletedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'nexusOperationCompletedEventAttributes" -> (Maybe NexusOperationCompletedEventAttributes -> f (Maybe NexusOperationCompletedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'nexusOperationFailedEventAttributes" (Maybe NexusOperationFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'nexusOperationFailedEventAttributes" -> (Maybe NexusOperationFailedEventAttributes -> f (Maybe NexusOperationFailedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'nexusOperationScheduledEventAttributes" (Maybe NexusOperationScheduledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'nexusOperationScheduledEventAttributes" -> (Maybe NexusOperationScheduledEventAttributes -> f (Maybe NexusOperationScheduledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'nexusOperationStartedEventAttributes" (Maybe NexusOperationStartedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'nexusOperationStartedEventAttributes" -> (Maybe NexusOperationStartedEventAttributes -> f (Maybe NexusOperationStartedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'nexusOperationTimedOutEventAttributes" (Maybe NexusOperationTimedOutEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'nexusOperationTimedOutEventAttributes" -> (Maybe NexusOperationTimedOutEventAttributes -> f (Maybe NexusOperationTimedOutEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'requestCancelExternalWorkflowExecutionFailedEventAttributes" (Maybe RequestCancelExternalWorkflowExecutionFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'requestCancelExternalWorkflowExecutionInitiatedEventAttributes" (Maybe RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'signalExternalWorkflowExecutionFailedEventAttributes" (Maybe SignalExternalWorkflowExecutionFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'signalExternalWorkflowExecutionInitiatedEventAttributes" (Maybe SignalExternalWorkflowExecutionInitiatedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'startChildWorkflowExecutionFailedEventAttributes" (Maybe StartChildWorkflowExecutionFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'startChildWorkflowExecutionFailedEventAttributes" -> (Maybe StartChildWorkflowExecutionFailedEventAttributes -> f (Maybe StartChildWorkflowExecutionFailedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'startChildWorkflowExecutionInitiatedEventAttributes" (Maybe StartChildWorkflowExecutionInitiatedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'timerCanceledEventAttributes" (Maybe TimerCanceledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'timerCanceledEventAttributes" -> (Maybe TimerCanceledEventAttributes -> f (Maybe TimerCanceledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'timerFiredEventAttributes" (Maybe TimerFiredEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'timerFiredEventAttributes" -> (Maybe TimerFiredEventAttributes -> f (Maybe TimerFiredEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'timerStartedEventAttributes" (Maybe TimerStartedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'timerStartedEventAttributes" -> (Maybe TimerStartedEventAttributes -> f (Maybe TimerStartedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'upsertWorkflowSearchAttributesEventAttributes" (Maybe UpsertWorkflowSearchAttributesEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'upsertWorkflowSearchAttributesEventAttributes" -> (Maybe UpsertWorkflowSearchAttributesEventAttributes -> f (Maybe UpsertWorkflowSearchAttributesEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowExecutionCancelRequestedEventAttributes" (Maybe WorkflowExecutionCancelRequestedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionCancelRequestedEventAttributes" -> (Maybe WorkflowExecutionCancelRequestedEventAttributes -> f (Maybe WorkflowExecutionCancelRequestedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowExecutionCanceledEventAttributes" (Maybe WorkflowExecutionCanceledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionCanceledEventAttributes" -> (Maybe WorkflowExecutionCanceledEventAttributes -> f (Maybe WorkflowExecutionCanceledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowExecutionCompletedEventAttributes" (Maybe WorkflowExecutionCompletedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionCompletedEventAttributes" -> (Maybe WorkflowExecutionCompletedEventAttributes -> f (Maybe WorkflowExecutionCompletedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowExecutionContinuedAsNewEventAttributes" (Maybe WorkflowExecutionContinuedAsNewEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionContinuedAsNewEventAttributes" -> (Maybe WorkflowExecutionContinuedAsNewEventAttributes -> f (Maybe WorkflowExecutionContinuedAsNewEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowExecutionFailedEventAttributes" (Maybe WorkflowExecutionFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionFailedEventAttributes" -> (Maybe WorkflowExecutionFailedEventAttributes -> f (Maybe WorkflowExecutionFailedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowExecutionSignaledEventAttributes" (Maybe WorkflowExecutionSignaledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionSignaledEventAttributes" -> (Maybe WorkflowExecutionSignaledEventAttributes -> f (Maybe WorkflowExecutionSignaledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowExecutionStartedEventAttributes" (Maybe WorkflowExecutionStartedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionStartedEventAttributes" -> (Maybe WorkflowExecutionStartedEventAttributes -> f (Maybe WorkflowExecutionStartedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowExecutionTerminatedEventAttributes" (Maybe WorkflowExecutionTerminatedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionTerminatedEventAttributes" -> (Maybe WorkflowExecutionTerminatedEventAttributes -> f (Maybe WorkflowExecutionTerminatedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowExecutionTimedOutEventAttributes" (Maybe WorkflowExecutionTimedOutEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionTimedOutEventAttributes" -> (Maybe WorkflowExecutionTimedOutEventAttributes -> f (Maybe WorkflowExecutionTimedOutEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowExecutionUpdateAcceptedEventAttributes" (Maybe WorkflowExecutionUpdateAcceptedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionUpdateAcceptedEventAttributes" -> (Maybe WorkflowExecutionUpdateAcceptedEventAttributes -> f (Maybe WorkflowExecutionUpdateAcceptedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowExecutionUpdateAdmittedEventAttributes" (Maybe WorkflowExecutionUpdateAdmittedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionUpdateAdmittedEventAttributes" -> (Maybe WorkflowExecutionUpdateAdmittedEventAttributes -> f (Maybe WorkflowExecutionUpdateAdmittedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowExecutionUpdateCompletedEventAttributes" (Maybe WorkflowExecutionUpdateCompletedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionUpdateCompletedEventAttributes" -> (Maybe WorkflowExecutionUpdateCompletedEventAttributes -> f (Maybe WorkflowExecutionUpdateCompletedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowExecutionUpdateRejectedEventAttributes" (Maybe WorkflowExecutionUpdateRejectedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionUpdateRejectedEventAttributes" -> (Maybe WorkflowExecutionUpdateRejectedEventAttributes -> f (Maybe WorkflowExecutionUpdateRejectedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowPropertiesModifiedEventAttributes" (Maybe WorkflowPropertiesModifiedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowPropertiesModifiedEventAttributes" -> (Maybe WorkflowPropertiesModifiedEventAttributes -> f (Maybe WorkflowPropertiesModifiedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowPropertiesModifiedExternallyEventAttributes" (Maybe WorkflowPropertiesModifiedExternallyEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowTaskCompletedEventAttributes" (Maybe WorkflowTaskCompletedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowTaskCompletedEventAttributes" -> (Maybe WorkflowTaskCompletedEventAttributes -> f (Maybe WorkflowTaskCompletedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowTaskFailedEventAttributes" (Maybe WorkflowTaskFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowTaskFailedEventAttributes" -> (Maybe WorkflowTaskFailedEventAttributes -> f (Maybe WorkflowTaskFailedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowTaskScheduledEventAttributes" (Maybe WorkflowTaskScheduledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowTaskScheduledEventAttributes" -> (Maybe WorkflowTaskScheduledEventAttributes -> f (Maybe WorkflowTaskScheduledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowTaskStartedEventAttributes" (Maybe WorkflowTaskStartedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowTaskStartedEventAttributes" -> (Maybe WorkflowTaskStartedEventAttributes -> f (Maybe WorkflowTaskStartedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField HistoryEvent "maybe'workflowTaskTimedOutEventAttributes" (Maybe WorkflowTaskTimedOutEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowTaskTimedOutEventAttributes" -> (Maybe WorkflowTaskTimedOutEventAttributes -> f (Maybe WorkflowTaskTimedOutEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data HistoryEvent'Attributes Source #

Constructors

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 

Instances

Instances details
NFData HistoryEvent'Attributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

rnf :: HistoryEvent'Attributes -> () #

Show HistoryEvent'Attributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq HistoryEvent'Attributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord HistoryEvent'Attributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'attributes" (Maybe HistoryEvent'Attributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data MarkerRecordedEventAttributes Source #

Fields :

  • markerName :: Lens' MarkerRecordedEventAttributes Data.Text.Text
  • details :: Lens' MarkerRecordedEventAttributes (Data.Map.Map Data.Text.Text Proto.Temporal.Api.Common.V1.Message.Payloads)
  • workflowTaskCompletedEventId :: Lens' MarkerRecordedEventAttributes Data.Int.Int64
  • header :: Lens' MarkerRecordedEventAttributes Proto.Temporal.Api.Common.V1.Message.Header
  • maybe'header :: Lens' MarkerRecordedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)
  • failure :: Lens' MarkerRecordedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'failure :: Lens' MarkerRecordedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)

Instances

Instances details
NFData MarkerRecordedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show MarkerRecordedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq MarkerRecordedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord MarkerRecordedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message MarkerRecordedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "markerRecordedEventAttributes" MarkerRecordedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "markerRecordedEventAttributes" -> (MarkerRecordedEventAttributes -> f MarkerRecordedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField MarkerRecordedEventAttributes "failure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField MarkerRecordedEventAttributes "header" Header Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField MarkerRecordedEventAttributes "markerName" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField MarkerRecordedEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowTaskCompletedEventId" -> (Int64 -> f Int64) -> MarkerRecordedEventAttributes -> f MarkerRecordedEventAttributes #

HasField HistoryEvent "maybe'markerRecordedEventAttributes" (Maybe MarkerRecordedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'markerRecordedEventAttributes" -> (Maybe MarkerRecordedEventAttributes -> f (Maybe MarkerRecordedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField MarkerRecordedEventAttributes "maybe'failure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField MarkerRecordedEventAttributes "maybe'header" (Maybe Header) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField MarkerRecordedEventAttributes "details" (Map Text Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data MarkerRecordedEventAttributes'DetailsEntry Source #

Fields :

  • key :: Lens' MarkerRecordedEventAttributes'DetailsEntry Data.Text.Text
  • value :: Lens' MarkerRecordedEventAttributes'DetailsEntry Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'value :: Lens' MarkerRecordedEventAttributes'DetailsEntry (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)

Instances

Instances details
NFData MarkerRecordedEventAttributes'DetailsEntry Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show MarkerRecordedEventAttributes'DetailsEntry Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq MarkerRecordedEventAttributes'DetailsEntry Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord MarkerRecordedEventAttributes'DetailsEntry Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message MarkerRecordedEventAttributes'DetailsEntry Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField MarkerRecordedEventAttributes'DetailsEntry "key" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField MarkerRecordedEventAttributes'DetailsEntry "value" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField MarkerRecordedEventAttributes'DetailsEntry "maybe'value" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data NexusOperationCancelRequestedEventAttributes Source #

Fields :

Instances

Instances details
NFData NexusOperationCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show NexusOperationCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq NexusOperationCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord NexusOperationCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message NexusOperationCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "nexusOperationCancelRequestedEventAttributes" NexusOperationCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationCancelRequestedEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationCancelRequestedEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'nexusOperationCancelRequestedEventAttributes" (Maybe NexusOperationCancelRequestedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'nexusOperationCancelRequestedEventAttributes" -> (Maybe NexusOperationCancelRequestedEventAttributes -> f (Maybe NexusOperationCancelRequestedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data NexusOperationCanceledEventAttributes Source #

Fields :

  • scheduledEventId :: Lens' NexusOperationCanceledEventAttributes Data.Int.Int64
  • failure :: Lens' NexusOperationCanceledEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'failure :: Lens' NexusOperationCanceledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)

Instances

Instances details
NFData NexusOperationCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show NexusOperationCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq NexusOperationCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord NexusOperationCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message NexusOperationCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "nexusOperationCanceledEventAttributes" NexusOperationCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "nexusOperationCanceledEventAttributes" -> (NexusOperationCanceledEventAttributes -> f NexusOperationCanceledEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField NexusOperationCanceledEventAttributes "failure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationCanceledEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'nexusOperationCanceledEventAttributes" (Maybe NexusOperationCanceledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'nexusOperationCanceledEventAttributes" -> (Maybe NexusOperationCanceledEventAttributes -> f (Maybe NexusOperationCanceledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField NexusOperationCanceledEventAttributes "maybe'failure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data NexusOperationCompletedEventAttributes Source #

Fields :

  • scheduledEventId :: Lens' NexusOperationCompletedEventAttributes Data.Int.Int64
  • result :: Lens' NexusOperationCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payload
  • maybe'result :: Lens' NexusOperationCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payload)

Instances

Instances details
NFData NexusOperationCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show NexusOperationCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq NexusOperationCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord NexusOperationCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message NexusOperationCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "nexusOperationCompletedEventAttributes" NexusOperationCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "nexusOperationCompletedEventAttributes" -> (NexusOperationCompletedEventAttributes -> f NexusOperationCompletedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField NexusOperationCompletedEventAttributes "result" Payload Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationCompletedEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'nexusOperationCompletedEventAttributes" (Maybe NexusOperationCompletedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'nexusOperationCompletedEventAttributes" -> (Maybe NexusOperationCompletedEventAttributes -> f (Maybe NexusOperationCompletedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField NexusOperationCompletedEventAttributes "maybe'result" (Maybe Payload) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data NexusOperationFailedEventAttributes Source #

Fields :

  • scheduledEventId :: Lens' NexusOperationFailedEventAttributes Data.Int.Int64
  • failure :: Lens' NexusOperationFailedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'failure :: Lens' NexusOperationFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)

Instances

Instances details
NFData NexusOperationFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show NexusOperationFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq NexusOperationFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord NexusOperationFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message NexusOperationFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "nexusOperationFailedEventAttributes" NexusOperationFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "nexusOperationFailedEventAttributes" -> (NexusOperationFailedEventAttributes -> f NexusOperationFailedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField NexusOperationFailedEventAttributes "failure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationFailedEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'nexusOperationFailedEventAttributes" (Maybe NexusOperationFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'nexusOperationFailedEventAttributes" -> (Maybe NexusOperationFailedEventAttributes -> f (Maybe NexusOperationFailedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField NexusOperationFailedEventAttributes "maybe'failure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data NexusOperationScheduledEventAttributes Source #

Fields :

  • endpoint :: Lens' NexusOperationScheduledEventAttributes Data.Text.Text
  • service :: Lens' NexusOperationScheduledEventAttributes Data.Text.Text
  • operation :: Lens' NexusOperationScheduledEventAttributes Data.Text.Text
  • input :: Lens' NexusOperationScheduledEventAttributes Proto.Temporal.Api.Common.V1.Message.Payload
  • maybe'input :: Lens' NexusOperationScheduledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payload)
  • scheduleToCloseTimeout :: Lens' NexusOperationScheduledEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'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.Int64
  • requestId :: Lens' NexusOperationScheduledEventAttributes Data.Text.Text

Instances

Instances details
NFData NexusOperationScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show NexusOperationScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq NexusOperationScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord NexusOperationScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message NexusOperationScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "nexusOperationScheduledEventAttributes" NexusOperationScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "nexusOperationScheduledEventAttributes" -> (NexusOperationScheduledEventAttributes -> f NexusOperationScheduledEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField NexusOperationScheduledEventAttributes "endpoint" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationScheduledEventAttributes "input" Payload Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationScheduledEventAttributes "operation" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationScheduledEventAttributes "requestId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationScheduledEventAttributes "scheduleToCloseTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationScheduledEventAttributes "service" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationScheduledEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'nexusOperationScheduledEventAttributes" (Maybe NexusOperationScheduledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'nexusOperationScheduledEventAttributes" -> (Maybe NexusOperationScheduledEventAttributes -> f (Maybe NexusOperationScheduledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField NexusOperationScheduledEventAttributes "maybe'input" (Maybe Payload) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationScheduledEventAttributes "maybe'scheduleToCloseTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationScheduledEventAttributes "nexusHeader" (Map Text Text) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data NexusOperationScheduledEventAttributes'NexusHeaderEntry Source #

Fields :

  • key :: Lens' NexusOperationScheduledEventAttributes'NexusHeaderEntry Data.Text.Text
  • value :: Lens' NexusOperationScheduledEventAttributes'NexusHeaderEntry Data.Text.Text

Instances

Instances details
NFData NexusOperationScheduledEventAttributes'NexusHeaderEntry Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show NexusOperationScheduledEventAttributes'NexusHeaderEntry Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq NexusOperationScheduledEventAttributes'NexusHeaderEntry Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord NexusOperationScheduledEventAttributes'NexusHeaderEntry Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message NexusOperationScheduledEventAttributes'NexusHeaderEntry Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationScheduledEventAttributes'NexusHeaderEntry "key" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationScheduledEventAttributes'NexusHeaderEntry "value" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data NexusOperationStartedEventAttributes Source #

Fields :

  • scheduledEventId :: Lens' NexusOperationStartedEventAttributes Data.Int.Int64
  • operationId :: Lens' NexusOperationStartedEventAttributes Data.Text.Text

Instances

Instances details
NFData NexusOperationStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show NexusOperationStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq NexusOperationStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord NexusOperationStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message NexusOperationStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "nexusOperationStartedEventAttributes" NexusOperationStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "nexusOperationStartedEventAttributes" -> (NexusOperationStartedEventAttributes -> f NexusOperationStartedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField NexusOperationStartedEventAttributes "operationId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationStartedEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'nexusOperationStartedEventAttributes" (Maybe NexusOperationStartedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'nexusOperationStartedEventAttributes" -> (Maybe NexusOperationStartedEventAttributes -> f (Maybe NexusOperationStartedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data NexusOperationTimedOutEventAttributes Source #

Fields :

  • scheduledEventId :: Lens' NexusOperationTimedOutEventAttributes Data.Int.Int64
  • failure :: Lens' NexusOperationTimedOutEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'failure :: Lens' NexusOperationTimedOutEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)

Instances

Instances details
NFData NexusOperationTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show NexusOperationTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq NexusOperationTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord NexusOperationTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message NexusOperationTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "nexusOperationTimedOutEventAttributes" NexusOperationTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "nexusOperationTimedOutEventAttributes" -> (NexusOperationTimedOutEventAttributes -> f NexusOperationTimedOutEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField NexusOperationTimedOutEventAttributes "failure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField NexusOperationTimedOutEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'nexusOperationTimedOutEventAttributes" (Maybe NexusOperationTimedOutEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'nexusOperationTimedOutEventAttributes" -> (Maybe NexusOperationTimedOutEventAttributes -> f (Maybe NexusOperationTimedOutEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField NexusOperationTimedOutEventAttributes "maybe'failure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data RequestCancelExternalWorkflowExecutionFailedEventAttributes Source #

Fields :

  • cause :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Enums.V1.FailedCause.CancelExternalWorkflowExecutionFailedCause
  • workflowTaskCompletedEventId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Data.Int.Int64
  • namespace :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Data.Text.Text
  • namespaceId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Data.Text.Text
  • workflowExecution :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'workflowExecution :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
  • initiatedEventId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Data.Int.Int64
  • control :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Data.Text.Text

Instances

Instances details
NFData RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "requestCancelExternalWorkflowExecutionFailedEventAttributes" RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionFailedEventAttributes "cause" CancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionFailedEventAttributes "control" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionFailedEventAttributes "initiatedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionFailedEventAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionFailedEventAttributes "namespaceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionFailedEventAttributes "workflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionFailedEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'requestCancelExternalWorkflowExecutionFailedEventAttributes" (Maybe RequestCancelExternalWorkflowExecutionFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionFailedEventAttributes "maybe'workflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source #

Fields :

  • workflowTaskCompletedEventId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Data.Int.Int64
  • namespace :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Data.Text.Text
  • namespaceId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Data.Text.Text
  • workflowExecution :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'workflowExecution :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
  • control :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Data.Text.Text
  • childWorkflowOnly :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Prelude.Bool
  • reason :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Data.Text.Text

Instances

Instances details
NFData RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "requestCancelExternalWorkflowExecutionInitiatedEventAttributes" RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionInitiatedEventAttributes "childWorkflowOnly" Bool Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionInitiatedEventAttributes "control" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionInitiatedEventAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionInitiatedEventAttributes "namespaceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionInitiatedEventAttributes "reason" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionInitiatedEventAttributes "workflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionInitiatedEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'requestCancelExternalWorkflowExecutionInitiatedEventAttributes" (Maybe RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField RequestCancelExternalWorkflowExecutionInitiatedEventAttributes "maybe'workflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data SignalExternalWorkflowExecutionFailedEventAttributes Source #

Fields :

  • cause :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Enums.V1.FailedCause.SignalExternalWorkflowExecutionFailedCause
  • workflowTaskCompletedEventId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Data.Int.Int64
  • namespace :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Data.Text.Text
  • namespaceId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Data.Text.Text
  • workflowExecution :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'workflowExecution :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
  • initiatedEventId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Data.Int.Int64
  • control :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Data.Text.Text

Instances

Instances details
NFData SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "signalExternalWorkflowExecutionFailedEventAttributes" SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionFailedEventAttributes "cause" SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionFailedEventAttributes "control" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionFailedEventAttributes "initiatedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionFailedEventAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionFailedEventAttributes "namespaceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionFailedEventAttributes "workflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionFailedEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'signalExternalWorkflowExecutionFailedEventAttributes" (Maybe SignalExternalWorkflowExecutionFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionFailedEventAttributes "maybe'workflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data SignalExternalWorkflowExecutionInitiatedEventAttributes Source #

Fields :

  • workflowTaskCompletedEventId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Data.Int.Int64
  • namespace :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Data.Text.Text
  • namespaceId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Data.Text.Text
  • workflowExecution :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'workflowExecution :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
  • signalName :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Data.Text.Text
  • input :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'input :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • control :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Data.Text.Text
  • childWorkflowOnly :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Prelude.Bool
  • header :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.Header
  • maybe'header :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)

Instances

Instances details
NFData SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "signalExternalWorkflowExecutionInitiatedEventAttributes" SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionInitiatedEventAttributes "childWorkflowOnly" Bool Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionInitiatedEventAttributes "control" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionInitiatedEventAttributes "header" Header Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionInitiatedEventAttributes "input" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionInitiatedEventAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionInitiatedEventAttributes "namespaceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionInitiatedEventAttributes "signalName" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionInitiatedEventAttributes "workflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionInitiatedEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'signalExternalWorkflowExecutionInitiatedEventAttributes" (Maybe SignalExternalWorkflowExecutionInitiatedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionInitiatedEventAttributes "maybe'header" (Maybe Header) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionInitiatedEventAttributes "maybe'input" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField SignalExternalWorkflowExecutionInitiatedEventAttributes "maybe'workflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data StartChildWorkflowExecutionFailedEventAttributes Source #

Fields :

  • namespace :: Lens' StartChildWorkflowExecutionFailedEventAttributes Data.Text.Text
  • namespaceId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Data.Text.Text
  • workflowId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Data.Text.Text
  • workflowType :: Lens' StartChildWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowType
  • maybe'workflowType :: Lens' StartChildWorkflowExecutionFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)
  • cause :: Lens' StartChildWorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Enums.V1.FailedCause.StartChildWorkflowExecutionFailedCause
  • control :: Lens' StartChildWorkflowExecutionFailedEventAttributes Data.Text.Text
  • initiatedEventId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Data.Int.Int64
  • workflowTaskCompletedEventId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Data.Int.Int64

Instances

Instances details
NFData StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "startChildWorkflowExecutionFailedEventAttributes" StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionFailedEventAttributes "cause" StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionFailedEventAttributes "control" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionFailedEventAttributes "initiatedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionFailedEventAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionFailedEventAttributes "namespaceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionFailedEventAttributes "workflowId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionFailedEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionFailedEventAttributes "workflowType" WorkflowType Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'startChildWorkflowExecutionFailedEventAttributes" (Maybe StartChildWorkflowExecutionFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'startChildWorkflowExecutionFailedEventAttributes" -> (Maybe StartChildWorkflowExecutionFailedEventAttributes -> f (Maybe StartChildWorkflowExecutionFailedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField StartChildWorkflowExecutionFailedEventAttributes "maybe'workflowType" (Maybe WorkflowType) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data StartChildWorkflowExecutionInitiatedEventAttributes Source #

Fields :

  • namespace :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Data.Text.Text
  • namespaceId :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Data.Text.Text
  • workflowId :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Data.Text.Text
  • workflowType :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowType
  • maybe'workflowType :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)
  • taskQueue :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue
  • maybe'taskQueue :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)
  • input :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'input :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • workflowExecutionTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'workflowExecutionTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • workflowRunTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'workflowRunTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • workflowTaskTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'workflowTaskTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • parentClosePolicy :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.ParentClosePolicy
  • control :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Data.Text.Text
  • workflowTaskCompletedEventId :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Data.Int.Int64
  • workflowIdReusePolicy :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.WorkflowIdReusePolicy
  • retryPolicy :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.RetryPolicy
  • maybe'retryPolicy :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.RetryPolicy)
  • cronSchedule :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Data.Text.Text
  • header :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.Header
  • maybe'header :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)
  • memo :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.Memo
  • maybe'memo :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Memo)
  • searchAttributes :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Proto.Temporal.Api.Common.V1.Message.SearchAttributes
  • maybe'searchAttributes :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.SearchAttributes)
  • inheritBuildId :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Prelude.Bool

Instances

Instances details
NFData StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "startChildWorkflowExecutionInitiatedEventAttributes" StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "control" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "cronSchedule" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "header" Header Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "inheritBuildId" Bool Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "input" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "memo" Memo Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "namespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "namespaceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "parentClosePolicy" ParentClosePolicy Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "retryPolicy" RetryPolicy Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "searchAttributes" SearchAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "taskQueue" TaskQueue Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "workflowExecutionTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "workflowId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "workflowIdReusePolicy" WorkflowIdReusePolicy Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "workflowRunTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "workflowTaskTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "workflowType" WorkflowType Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'startChildWorkflowExecutionInitiatedEventAttributes" (Maybe StartChildWorkflowExecutionInitiatedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "maybe'header" (Maybe Header) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "maybe'input" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "maybe'memo" (Maybe Memo) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "maybe'retryPolicy" (Maybe RetryPolicy) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "maybe'searchAttributes" (Maybe SearchAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "maybe'taskQueue" (Maybe TaskQueue) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "maybe'workflowExecutionTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "maybe'workflowRunTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "maybe'workflowTaskTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField StartChildWorkflowExecutionInitiatedEventAttributes "maybe'workflowType" (Maybe WorkflowType) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data TimerCanceledEventAttributes Source #

Fields :

Instances

Instances details
NFData TimerCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show TimerCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq TimerCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord TimerCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message TimerCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "timerCanceledEventAttributes" TimerCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "timerCanceledEventAttributes" -> (TimerCanceledEventAttributes -> f TimerCanceledEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField TimerCanceledEventAttributes "identity" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField TimerCanceledEventAttributes "startedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField TimerCanceledEventAttributes "timerId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField TimerCanceledEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowTaskCompletedEventId" -> (Int64 -> f Int64) -> TimerCanceledEventAttributes -> f TimerCanceledEventAttributes #

HasField HistoryEvent "maybe'timerCanceledEventAttributes" (Maybe TimerCanceledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'timerCanceledEventAttributes" -> (Maybe TimerCanceledEventAttributes -> f (Maybe TimerCanceledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data TimerFiredEventAttributes Source #

Fields :

  • timerId :: Lens' TimerFiredEventAttributes Data.Text.Text
  • startedEventId :: Lens' TimerFiredEventAttributes Data.Int.Int64

Instances

Instances details
NFData TimerFiredEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show TimerFiredEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq TimerFiredEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord TimerFiredEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message TimerFiredEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "timerFiredEventAttributes" TimerFiredEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "timerFiredEventAttributes" -> (TimerFiredEventAttributes -> f TimerFiredEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField TimerFiredEventAttributes "startedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "startedEventId" -> (Int64 -> f Int64) -> TimerFiredEventAttributes -> f TimerFiredEventAttributes #

HasField TimerFiredEventAttributes "timerId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'timerFiredEventAttributes" (Maybe TimerFiredEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'timerFiredEventAttributes" -> (Maybe TimerFiredEventAttributes -> f (Maybe TimerFiredEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data TimerStartedEventAttributes Source #

Fields :

Instances

Instances details
NFData TimerStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show TimerStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq TimerStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord TimerStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message TimerStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "timerStartedEventAttributes" TimerStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "timerStartedEventAttributes" -> (TimerStartedEventAttributes -> f TimerStartedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField TimerStartedEventAttributes "startToFireTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "startToFireTimeout" -> (Duration -> f Duration) -> TimerStartedEventAttributes -> f TimerStartedEventAttributes #

HasField TimerStartedEventAttributes "timerId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField TimerStartedEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowTaskCompletedEventId" -> (Int64 -> f Int64) -> TimerStartedEventAttributes -> f TimerStartedEventAttributes #

HasField HistoryEvent "maybe'timerStartedEventAttributes" (Maybe TimerStartedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'timerStartedEventAttributes" -> (Maybe TimerStartedEventAttributes -> f (Maybe TimerStartedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField TimerStartedEventAttributes "maybe'startToFireTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'startToFireTimeout" -> (Maybe Duration -> f (Maybe Duration)) -> TimerStartedEventAttributes -> f TimerStartedEventAttributes #

data UpsertWorkflowSearchAttributesEventAttributes Source #

Fields :

  • workflowTaskCompletedEventId :: Lens' UpsertWorkflowSearchAttributesEventAttributes Data.Int.Int64
  • searchAttributes :: Lens' UpsertWorkflowSearchAttributesEventAttributes Proto.Temporal.Api.Common.V1.Message.SearchAttributes
  • maybe'searchAttributes :: Lens' UpsertWorkflowSearchAttributesEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.SearchAttributes)

Instances

Instances details
NFData UpsertWorkflowSearchAttributesEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show UpsertWorkflowSearchAttributesEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq UpsertWorkflowSearchAttributesEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord UpsertWorkflowSearchAttributesEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message UpsertWorkflowSearchAttributesEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "upsertWorkflowSearchAttributesEventAttributes" UpsertWorkflowSearchAttributesEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField UpsertWorkflowSearchAttributesEventAttributes "searchAttributes" SearchAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField UpsertWorkflowSearchAttributesEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'upsertWorkflowSearchAttributesEventAttributes" (Maybe UpsertWorkflowSearchAttributesEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'upsertWorkflowSearchAttributesEventAttributes" -> (Maybe UpsertWorkflowSearchAttributesEventAttributes -> f (Maybe UpsertWorkflowSearchAttributesEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField UpsertWorkflowSearchAttributesEventAttributes "maybe'searchAttributes" (Maybe SearchAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowExecutionCancelRequestedEventAttributes Source #

Fields :

  • cause :: Lens' WorkflowExecutionCancelRequestedEventAttributes Data.Text.Text
  • externalInitiatedEventId :: Lens' WorkflowExecutionCancelRequestedEventAttributes Data.Int.Int64
  • externalWorkflowExecution :: Lens' WorkflowExecutionCancelRequestedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'externalWorkflowExecution :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
  • identity :: Lens' WorkflowExecutionCancelRequestedEventAttributes Data.Text.Text

Instances

Instances details
NFData WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionCancelRequestedEventAttributes" WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionCancelRequestedEventAttributes "cause" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionCancelRequestedEventAttributes "externalInitiatedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionCancelRequestedEventAttributes "externalWorkflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionCancelRequestedEventAttributes "identity" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowExecutionCancelRequestedEventAttributes" (Maybe WorkflowExecutionCancelRequestedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionCancelRequestedEventAttributes" -> (Maybe WorkflowExecutionCancelRequestedEventAttributes -> f (Maybe WorkflowExecutionCancelRequestedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowExecutionCancelRequestedEventAttributes "maybe'externalWorkflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowExecutionCanceledEventAttributes Source #

Fields :

  • workflowTaskCompletedEventId :: Lens' WorkflowExecutionCanceledEventAttributes Data.Int.Int64
  • details :: Lens' WorkflowExecutionCanceledEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'details :: Lens' WorkflowExecutionCanceledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)

Instances

Instances details
NFData WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionCanceledEventAttributes" WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionCanceledEventAttributes "details" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionCanceledEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowExecutionCanceledEventAttributes" (Maybe WorkflowExecutionCanceledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionCanceledEventAttributes" -> (Maybe WorkflowExecutionCanceledEventAttributes -> f (Maybe WorkflowExecutionCanceledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowExecutionCanceledEventAttributes "maybe'details" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowExecutionCompletedEventAttributes Source #

Fields :

  • result :: Lens' WorkflowExecutionCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'result :: Lens' WorkflowExecutionCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • workflowTaskCompletedEventId :: Lens' WorkflowExecutionCompletedEventAttributes Data.Int.Int64
  • newExecutionRunId :: Lens' WorkflowExecutionCompletedEventAttributes Data.Text.Text

Instances

Instances details
NFData WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionCompletedEventAttributes" WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionCompletedEventAttributes "newExecutionRunId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionCompletedEventAttributes "result" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionCompletedEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowExecutionCompletedEventAttributes" (Maybe WorkflowExecutionCompletedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionCompletedEventAttributes" -> (Maybe WorkflowExecutionCompletedEventAttributes -> f (Maybe WorkflowExecutionCompletedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowExecutionCompletedEventAttributes "maybe'result" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowExecutionContinuedAsNewEventAttributes Source #

Fields :

  • newExecutionRunId :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Data.Text.Text
  • workflowType :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowType
  • maybe'workflowType :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)
  • taskQueue :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue
  • maybe'taskQueue :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)
  • input :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'input :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • workflowRunTimeout :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'workflowRunTimeout :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • workflowTaskTimeout :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'workflowTaskTimeout :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • workflowTaskCompletedEventId :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Data.Int.Int64
  • backoffStartInterval :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'backoffStartInterval :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • initiator :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.ContinueAsNewInitiator
  • failure :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'failure :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)
  • lastCompletionResult :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'lastCompletionResult :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • header :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Common.V1.Message.Header
  • maybe'header :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)
  • memo :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Common.V1.Message.Memo
  • maybe'memo :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Memo)
  • searchAttributes :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Proto.Temporal.Api.Common.V1.Message.SearchAttributes
  • maybe'searchAttributes :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.SearchAttributes)
  • inheritBuildId :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Prelude.Bool

Instances

Instances details
NFData WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionContinuedAsNewEventAttributes" WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "backoffStartInterval" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "failure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "header" Header Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "inheritBuildId" Bool Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "initiator" ContinueAsNewInitiator Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "input" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "lastCompletionResult" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "memo" Memo Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "newExecutionRunId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "searchAttributes" SearchAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "taskQueue" TaskQueue Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "workflowRunTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "workflowTaskTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "workflowType" WorkflowType Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowExecutionContinuedAsNewEventAttributes" (Maybe WorkflowExecutionContinuedAsNewEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionContinuedAsNewEventAttributes" -> (Maybe WorkflowExecutionContinuedAsNewEventAttributes -> f (Maybe WorkflowExecutionContinuedAsNewEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowExecutionContinuedAsNewEventAttributes "maybe'backoffStartInterval" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "maybe'failure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "maybe'header" (Maybe Header) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "maybe'input" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "maybe'lastCompletionResult" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "maybe'memo" (Maybe Memo) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "maybe'searchAttributes" (Maybe SearchAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "maybe'taskQueue" (Maybe TaskQueue) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "maybe'workflowRunTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "maybe'workflowTaskTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionContinuedAsNewEventAttributes "maybe'workflowType" (Maybe WorkflowType) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowExecutionFailedEventAttributes Source #

Fields :

  • failure :: Lens' WorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'failure :: Lens' WorkflowExecutionFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)
  • retryState :: Lens' WorkflowExecutionFailedEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.RetryState
  • workflowTaskCompletedEventId :: Lens' WorkflowExecutionFailedEventAttributes Data.Int.Int64
  • newExecutionRunId :: Lens' WorkflowExecutionFailedEventAttributes Data.Text.Text

Instances

Instances details
NFData WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionFailedEventAttributes" WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowExecutionFailedEventAttributes" -> (WorkflowExecutionFailedEventAttributes -> f WorkflowExecutionFailedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowExecutionFailedEventAttributes "failure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionFailedEventAttributes "newExecutionRunId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionFailedEventAttributes "retryState" RetryState Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionFailedEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowExecutionFailedEventAttributes" (Maybe WorkflowExecutionFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionFailedEventAttributes" -> (Maybe WorkflowExecutionFailedEventAttributes -> f (Maybe WorkflowExecutionFailedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowExecutionFailedEventAttributes "maybe'failure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowExecutionSignaledEventAttributes Source #

Fields :

  • signalName :: Lens' WorkflowExecutionSignaledEventAttributes Data.Text.Text
  • input :: Lens' WorkflowExecutionSignaledEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'input :: Lens' WorkflowExecutionSignaledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • identity :: Lens' WorkflowExecutionSignaledEventAttributes Data.Text.Text
  • header :: Lens' WorkflowExecutionSignaledEventAttributes Proto.Temporal.Api.Common.V1.Message.Header
  • maybe'header :: Lens' WorkflowExecutionSignaledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)
  • skipGenerateWorkflowTask :: Lens' WorkflowExecutionSignaledEventAttributes Prelude.Bool
  • externalWorkflowExecution :: Lens' WorkflowExecutionSignaledEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'externalWorkflowExecution :: Lens' WorkflowExecutionSignaledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)

Instances

Instances details
NFData WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionSignaledEventAttributes" WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionSignaledEventAttributes "externalWorkflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionSignaledEventAttributes "header" Header Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionSignaledEventAttributes "identity" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionSignaledEventAttributes "input" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionSignaledEventAttributes "signalName" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionSignaledEventAttributes "skipGenerateWorkflowTask" Bool Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowExecutionSignaledEventAttributes" (Maybe WorkflowExecutionSignaledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionSignaledEventAttributes" -> (Maybe WorkflowExecutionSignaledEventAttributes -> f (Maybe WorkflowExecutionSignaledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowExecutionSignaledEventAttributes "maybe'externalWorkflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionSignaledEventAttributes "maybe'header" (Maybe Header) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionSignaledEventAttributes "maybe'input" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowExecutionStartedEventAttributes Source #

Fields :

  • workflowType :: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowType
  • maybe'workflowType :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowType)
  • parentWorkflowNamespace :: Lens' WorkflowExecutionStartedEventAttributes Data.Text.Text
  • parentWorkflowNamespaceId :: Lens' WorkflowExecutionStartedEventAttributes Data.Text.Text
  • parentWorkflowExecution :: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkflowExecution
  • maybe'parentWorkflowExecution :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
  • parentInitiatedEventId :: Lens' WorkflowExecutionStartedEventAttributes Data.Int.Int64
  • taskQueue :: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue
  • maybe'taskQueue :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)
  • input :: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'input :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • workflowExecutionTimeout :: Lens' WorkflowExecutionStartedEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'workflowExecutionTimeout :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • workflowRunTimeout :: Lens' WorkflowExecutionStartedEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'workflowRunTimeout :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • workflowTaskTimeout :: Lens' WorkflowExecutionStartedEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'workflowTaskTimeout :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • continuedExecutionRunId :: Lens' WorkflowExecutionStartedEventAttributes Data.Text.Text
  • initiator :: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.ContinueAsNewInitiator
  • continuedFailure :: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'continuedFailure :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)
  • lastCompletionResult :: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'lastCompletionResult :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • originalExecutionRunId :: Lens' WorkflowExecutionStartedEventAttributes Data.Text.Text
  • identity :: Lens' WorkflowExecutionStartedEventAttributes Data.Text.Text
  • firstExecutionRunId :: Lens' WorkflowExecutionStartedEventAttributes Data.Text.Text
  • retryPolicy :: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.RetryPolicy
  • maybe'retryPolicy :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.RetryPolicy)
  • attempt :: Lens' WorkflowExecutionStartedEventAttributes Data.Int.Int32
  • workflowExecutionExpirationTime :: Lens' WorkflowExecutionStartedEventAttributes Proto.Google.Protobuf.Timestamp.Timestamp
  • maybe'workflowExecutionExpirationTime :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Timestamp.Timestamp)
  • cronSchedule :: Lens' WorkflowExecutionStartedEventAttributes Data.Text.Text
  • firstWorkflowTaskBackoff :: Lens' WorkflowExecutionStartedEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'firstWorkflowTaskBackoff :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • memo :: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.Memo
  • maybe'memo :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Memo)
  • searchAttributes :: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.SearchAttributes
  • maybe'searchAttributes :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.SearchAttributes)
  • prevAutoResetPoints :: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Workflow.V1.Message.ResetPoints
  • maybe'prevAutoResetPoints :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Workflow.V1.Message.ResetPoints)
  • header :: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.Header
  • maybe'header :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Header)
  • parentInitiatedEventVersion :: Lens' WorkflowExecutionStartedEventAttributes Data.Int.Int64
  • workflowId :: Lens' WorkflowExecutionStartedEventAttributes Data.Text.Text
  • sourceVersionStamp :: Lens' WorkflowExecutionStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp
  • maybe'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.WorkflowExecution
  • maybe'rootWorkflowExecution :: Lens' WorkflowExecutionStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkflowExecution)
  • inheritedBuildId :: Lens' WorkflowExecutionStartedEventAttributes Data.Text.Text

Instances

Instances details
NFData WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionStartedEventAttributes" WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowExecutionStartedEventAttributes" -> (WorkflowExecutionStartedEventAttributes -> f WorkflowExecutionStartedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowExecutionStartedEventAttributes "attempt" Int32 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "continuedExecutionRunId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "continuedFailure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "cronSchedule" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "firstExecutionRunId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "firstWorkflowTaskBackoff" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "header" Header Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "identity" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "inheritedBuildId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "initiator" ContinueAsNewInitiator Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "input" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "lastCompletionResult" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "memo" Memo Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "originalExecutionRunId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "parentInitiatedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "parentInitiatedEventVersion" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "parentWorkflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "parentWorkflowNamespace" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "parentWorkflowNamespaceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "prevAutoResetPoints" ResetPoints Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "retryPolicy" RetryPolicy Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "rootWorkflowExecution" WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "searchAttributes" SearchAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "sourceVersionStamp" WorkerVersionStamp Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "taskQueue" TaskQueue Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "workflowExecutionExpirationTime" Timestamp Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "workflowExecutionTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "workflowId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "workflowRunTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "workflowTaskTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "workflowType" WorkflowType Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowExecutionStartedEventAttributes" (Maybe WorkflowExecutionStartedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionStartedEventAttributes" -> (Maybe WorkflowExecutionStartedEventAttributes -> f (Maybe WorkflowExecutionStartedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowExecutionStartedEventAttributes "completionCallbacks" [Callback] Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'continuedFailure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'firstWorkflowTaskBackoff" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'header" (Maybe Header) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'input" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'lastCompletionResult" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'memo" (Maybe Memo) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'parentWorkflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'prevAutoResetPoints" (Maybe ResetPoints) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'retryPolicy" (Maybe RetryPolicy) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'rootWorkflowExecution" (Maybe WorkflowExecution) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'searchAttributes" (Maybe SearchAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'sourceVersionStamp" (Maybe WorkerVersionStamp) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'taskQueue" (Maybe TaskQueue) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'workflowExecutionExpirationTime" (Maybe Timestamp) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'workflowExecutionTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'workflowRunTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'workflowTaskTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "maybe'workflowType" (Maybe WorkflowType) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionStartedEventAttributes "vec'completionCallbacks" (Vector Callback) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowExecutionTerminatedEventAttributes Source #

Fields :

  • reason :: Lens' WorkflowExecutionTerminatedEventAttributes Data.Text.Text
  • details :: Lens' WorkflowExecutionTerminatedEventAttributes Proto.Temporal.Api.Common.V1.Message.Payloads
  • maybe'details :: Lens' WorkflowExecutionTerminatedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Payloads)
  • identity :: Lens' WorkflowExecutionTerminatedEventAttributes Data.Text.Text

Instances

Instances details
NFData WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionTerminatedEventAttributes" WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionTerminatedEventAttributes "details" Payloads Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionTerminatedEventAttributes "identity" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionTerminatedEventAttributes "reason" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowExecutionTerminatedEventAttributes" (Maybe WorkflowExecutionTerminatedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionTerminatedEventAttributes" -> (Maybe WorkflowExecutionTerminatedEventAttributes -> f (Maybe WorkflowExecutionTerminatedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowExecutionTerminatedEventAttributes "maybe'details" (Maybe Payloads) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowExecutionTimedOutEventAttributes Source #

Fields :

  • retryState :: Lens' WorkflowExecutionTimedOutEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.RetryState
  • newExecutionRunId :: Lens' WorkflowExecutionTimedOutEventAttributes Data.Text.Text

Instances

Instances details
NFData WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionTimedOutEventAttributes" WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionTimedOutEventAttributes "newExecutionRunId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionTimedOutEventAttributes "retryState" RetryState Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowExecutionTimedOutEventAttributes" (Maybe WorkflowExecutionTimedOutEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionTimedOutEventAttributes" -> (Maybe WorkflowExecutionTimedOutEventAttributes -> f (Maybe WorkflowExecutionTimedOutEventAttributes)) -> HistoryEvent -> f HistoryEvent #

data WorkflowExecutionUpdateAcceptedEventAttributes Source #

Fields :

Instances

Instances details
NFData WorkflowExecutionUpdateAcceptedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowExecutionUpdateAcceptedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowExecutionUpdateAcceptedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowExecutionUpdateAcceptedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowExecutionUpdateAcceptedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionUpdateAcceptedEventAttributes" WorkflowExecutionUpdateAcceptedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateAcceptedEventAttributes "acceptedRequest" Request Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateAcceptedEventAttributes "acceptedRequestMessageId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateAcceptedEventAttributes "acceptedRequestSequencingEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateAcceptedEventAttributes "protocolInstanceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowExecutionUpdateAcceptedEventAttributes" (Maybe WorkflowExecutionUpdateAcceptedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionUpdateAcceptedEventAttributes" -> (Maybe WorkflowExecutionUpdateAcceptedEventAttributes -> f (Maybe WorkflowExecutionUpdateAcceptedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowExecutionUpdateAcceptedEventAttributes "maybe'acceptedRequest" (Maybe Request) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowExecutionUpdateAdmittedEventAttributes Source #

Fields :

  • request :: Lens' WorkflowExecutionUpdateAdmittedEventAttributes Proto.Temporal.Api.Update.V1.Message.Request
  • maybe'request :: Lens' WorkflowExecutionUpdateAdmittedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Update.V1.Message.Request)
  • origin :: Lens' WorkflowExecutionUpdateAdmittedEventAttributes Proto.Temporal.Api.Enums.V1.Update.UpdateAdmittedEventOrigin

Instances

Instances details
NFData WorkflowExecutionUpdateAdmittedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowExecutionUpdateAdmittedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowExecutionUpdateAdmittedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowExecutionUpdateAdmittedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowExecutionUpdateAdmittedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionUpdateAdmittedEventAttributes" WorkflowExecutionUpdateAdmittedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateAdmittedEventAttributes "origin" UpdateAdmittedEventOrigin Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateAdmittedEventAttributes "request" Request Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowExecutionUpdateAdmittedEventAttributes" (Maybe WorkflowExecutionUpdateAdmittedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionUpdateAdmittedEventAttributes" -> (Maybe WorkflowExecutionUpdateAdmittedEventAttributes -> f (Maybe WorkflowExecutionUpdateAdmittedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowExecutionUpdateAdmittedEventAttributes "maybe'request" (Maybe Request) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowExecutionUpdateCompletedEventAttributes Source #

Fields :

  • meta :: Lens' WorkflowExecutionUpdateCompletedEventAttributes Proto.Temporal.Api.Update.V1.Message.Meta
  • maybe'meta :: Lens' WorkflowExecutionUpdateCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Update.V1.Message.Meta)
  • acceptedEventId :: Lens' WorkflowExecutionUpdateCompletedEventAttributes Data.Int.Int64
  • outcome :: Lens' WorkflowExecutionUpdateCompletedEventAttributes Proto.Temporal.Api.Update.V1.Message.Outcome
  • maybe'outcome :: Lens' WorkflowExecutionUpdateCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Update.V1.Message.Outcome)

Instances

Instances details
NFData WorkflowExecutionUpdateCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowExecutionUpdateCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowExecutionUpdateCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowExecutionUpdateCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowExecutionUpdateCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionUpdateCompletedEventAttributes" WorkflowExecutionUpdateCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateCompletedEventAttributes "acceptedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateCompletedEventAttributes "meta" Meta Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateCompletedEventAttributes "outcome" Outcome Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowExecutionUpdateCompletedEventAttributes" (Maybe WorkflowExecutionUpdateCompletedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionUpdateCompletedEventAttributes" -> (Maybe WorkflowExecutionUpdateCompletedEventAttributes -> f (Maybe WorkflowExecutionUpdateCompletedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowExecutionUpdateCompletedEventAttributes "maybe'meta" (Maybe Meta) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateCompletedEventAttributes "maybe'outcome" (Maybe Outcome) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowExecutionUpdateRejectedEventAttributes Source #

Fields :

  • protocolInstanceId :: Lens' WorkflowExecutionUpdateRejectedEventAttributes Data.Text.Text
  • rejectedRequestMessageId :: Lens' WorkflowExecutionUpdateRejectedEventAttributes Data.Text.Text
  • rejectedRequestSequencingEventId :: Lens' WorkflowExecutionUpdateRejectedEventAttributes Data.Int.Int64
  • rejectedRequest :: Lens' WorkflowExecutionUpdateRejectedEventAttributes Proto.Temporal.Api.Update.V1.Message.Request
  • maybe'rejectedRequest :: Lens' WorkflowExecutionUpdateRejectedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Update.V1.Message.Request)
  • failure :: Lens' WorkflowExecutionUpdateRejectedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'failure :: Lens' WorkflowExecutionUpdateRejectedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)

Instances

Instances details
NFData WorkflowExecutionUpdateRejectedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowExecutionUpdateRejectedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowExecutionUpdateRejectedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowExecutionUpdateRejectedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowExecutionUpdateRejectedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowExecutionUpdateRejectedEventAttributes" WorkflowExecutionUpdateRejectedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateRejectedEventAttributes "failure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateRejectedEventAttributes "protocolInstanceId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateRejectedEventAttributes "rejectedRequest" Request Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateRejectedEventAttributes "rejectedRequestMessageId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateRejectedEventAttributes "rejectedRequestSequencingEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowExecutionUpdateRejectedEventAttributes" (Maybe WorkflowExecutionUpdateRejectedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowExecutionUpdateRejectedEventAttributes" -> (Maybe WorkflowExecutionUpdateRejectedEventAttributes -> f (Maybe WorkflowExecutionUpdateRejectedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowExecutionUpdateRejectedEventAttributes "maybe'failure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowExecutionUpdateRejectedEventAttributes "maybe'rejectedRequest" (Maybe Request) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowPropertiesModifiedEventAttributes Source #

Fields :

  • workflowTaskCompletedEventId :: Lens' WorkflowPropertiesModifiedEventAttributes Data.Int.Int64
  • upsertedMemo :: Lens' WorkflowPropertiesModifiedEventAttributes Proto.Temporal.Api.Common.V1.Message.Memo
  • maybe'upsertedMemo :: Lens' WorkflowPropertiesModifiedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Memo)

Instances

Instances details
NFData WorkflowPropertiesModifiedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowPropertiesModifiedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowPropertiesModifiedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowPropertiesModifiedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowPropertiesModifiedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowPropertiesModifiedEventAttributes" WorkflowPropertiesModifiedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowPropertiesModifiedEventAttributes "upsertedMemo" Memo Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowPropertiesModifiedEventAttributes "workflowTaskCompletedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowPropertiesModifiedEventAttributes" (Maybe WorkflowPropertiesModifiedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowPropertiesModifiedEventAttributes" -> (Maybe WorkflowPropertiesModifiedEventAttributes -> f (Maybe WorkflowPropertiesModifiedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowPropertiesModifiedEventAttributes "maybe'upsertedMemo" (Maybe Memo) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowPropertiesModifiedExternallyEventAttributes Source #

Fields :

  • newTaskQueue :: Lens' WorkflowPropertiesModifiedExternallyEventAttributes Data.Text.Text
  • newWorkflowTaskTimeout :: Lens' WorkflowPropertiesModifiedExternallyEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'newWorkflowTaskTimeout :: Lens' WorkflowPropertiesModifiedExternallyEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • newWorkflowRunTimeout :: Lens' WorkflowPropertiesModifiedExternallyEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'newWorkflowRunTimeout :: Lens' WorkflowPropertiesModifiedExternallyEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • newWorkflowExecutionTimeout :: Lens' WorkflowPropertiesModifiedExternallyEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'newWorkflowExecutionTimeout :: Lens' WorkflowPropertiesModifiedExternallyEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • upsertedMemo :: Lens' WorkflowPropertiesModifiedExternallyEventAttributes Proto.Temporal.Api.Common.V1.Message.Memo
  • maybe'upsertedMemo :: Lens' WorkflowPropertiesModifiedExternallyEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.Memo)

Instances

Instances details
NFData WorkflowPropertiesModifiedExternallyEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowPropertiesModifiedExternallyEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowPropertiesModifiedExternallyEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowPropertiesModifiedExternallyEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowPropertiesModifiedExternallyEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowPropertiesModifiedExternallyEventAttributes" WorkflowPropertiesModifiedExternallyEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowPropertiesModifiedExternallyEventAttributes "newTaskQueue" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowPropertiesModifiedExternallyEventAttributes "newWorkflowExecutionTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowPropertiesModifiedExternallyEventAttributes "newWorkflowRunTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowPropertiesModifiedExternallyEventAttributes "newWorkflowTaskTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowPropertiesModifiedExternallyEventAttributes "upsertedMemo" Memo Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowPropertiesModifiedExternallyEventAttributes" (Maybe WorkflowPropertiesModifiedExternallyEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowPropertiesModifiedExternallyEventAttributes "maybe'newWorkflowExecutionTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowPropertiesModifiedExternallyEventAttributes "maybe'newWorkflowRunTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowPropertiesModifiedExternallyEventAttributes "maybe'newWorkflowTaskTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowPropertiesModifiedExternallyEventAttributes "maybe'upsertedMemo" (Maybe Memo) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowTaskCompletedEventAttributes Source #

Fields :

  • scheduledEventId :: Lens' WorkflowTaskCompletedEventAttributes Data.Int.Int64
  • startedEventId :: Lens' WorkflowTaskCompletedEventAttributes Data.Int.Int64
  • identity :: Lens' WorkflowTaskCompletedEventAttributes Data.Text.Text
  • binaryChecksum :: Lens' WorkflowTaskCompletedEventAttributes Data.Text.Text
  • workerVersion :: Lens' WorkflowTaskCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp
  • maybe'workerVersion :: Lens' WorkflowTaskCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp)
  • sdkMetadata :: Lens' WorkflowTaskCompletedEventAttributes Proto.Temporal.Api.Sdk.V1.TaskCompleteMetadata.WorkflowTaskCompletedMetadata
  • maybe'sdkMetadata :: Lens' WorkflowTaskCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Sdk.V1.TaskCompleteMetadata.WorkflowTaskCompletedMetadata)
  • meteringMetadata :: Lens' WorkflowTaskCompletedEventAttributes Proto.Temporal.Api.Common.V1.Message.MeteringMetadata
  • maybe'meteringMetadata :: Lens' WorkflowTaskCompletedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.MeteringMetadata)

Instances

Instances details
NFData WorkflowTaskCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowTaskCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowTaskCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowTaskCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowTaskCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowTaskCompletedEventAttributes" WorkflowTaskCompletedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowTaskCompletedEventAttributes" -> (WorkflowTaskCompletedEventAttributes -> f WorkflowTaskCompletedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowTaskCompletedEventAttributes "binaryChecksum" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskCompletedEventAttributes "identity" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskCompletedEventAttributes "meteringMetadata" MeteringMetadata Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskCompletedEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskCompletedEventAttributes "sdkMetadata" WorkflowTaskCompletedMetadata Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskCompletedEventAttributes "startedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskCompletedEventAttributes "workerVersion" WorkerVersionStamp Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowTaskCompletedEventAttributes" (Maybe WorkflowTaskCompletedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowTaskCompletedEventAttributes" -> (Maybe WorkflowTaskCompletedEventAttributes -> f (Maybe WorkflowTaskCompletedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowTaskCompletedEventAttributes "maybe'meteringMetadata" (Maybe MeteringMetadata) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskCompletedEventAttributes "maybe'sdkMetadata" (Maybe WorkflowTaskCompletedMetadata) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskCompletedEventAttributes "maybe'workerVersion" (Maybe WorkerVersionStamp) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowTaskFailedEventAttributes Source #

Fields :

  • scheduledEventId :: Lens' WorkflowTaskFailedEventAttributes Data.Int.Int64
  • startedEventId :: Lens' WorkflowTaskFailedEventAttributes Data.Int.Int64
  • cause :: Lens' WorkflowTaskFailedEventAttributes Proto.Temporal.Api.Enums.V1.FailedCause.WorkflowTaskFailedCause
  • failure :: Lens' WorkflowTaskFailedEventAttributes Proto.Temporal.Api.Failure.V1.Message.Failure
  • maybe'failure :: Lens' WorkflowTaskFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Failure.V1.Message.Failure)
  • identity :: Lens' WorkflowTaskFailedEventAttributes Data.Text.Text
  • baseRunId :: Lens' WorkflowTaskFailedEventAttributes Data.Text.Text
  • newRunId :: Lens' WorkflowTaskFailedEventAttributes Data.Text.Text
  • forkEventVersion :: Lens' WorkflowTaskFailedEventAttributes Data.Int.Int64
  • binaryChecksum :: Lens' WorkflowTaskFailedEventAttributes Data.Text.Text
  • workerVersion :: Lens' WorkflowTaskFailedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp
  • maybe'workerVersion :: Lens' WorkflowTaskFailedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp)

Instances

Instances details
NFData WorkflowTaskFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowTaskFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowTaskFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowTaskFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowTaskFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowTaskFailedEventAttributes" WorkflowTaskFailedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowTaskFailedEventAttributes" -> (WorkflowTaskFailedEventAttributes -> f WorkflowTaskFailedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowTaskFailedEventAttributes "baseRunId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskFailedEventAttributes "binaryChecksum" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskFailedEventAttributes "cause" WorkflowTaskFailedCause Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskFailedEventAttributes "failure" Failure Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskFailedEventAttributes "forkEventVersion" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskFailedEventAttributes "identity" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskFailedEventAttributes "newRunId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskFailedEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskFailedEventAttributes "startedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskFailedEventAttributes "workerVersion" WorkerVersionStamp Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowTaskFailedEventAttributes" (Maybe WorkflowTaskFailedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowTaskFailedEventAttributes" -> (Maybe WorkflowTaskFailedEventAttributes -> f (Maybe WorkflowTaskFailedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowTaskFailedEventAttributes "maybe'failure" (Maybe Failure) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskFailedEventAttributes "maybe'workerVersion" (Maybe WorkerVersionStamp) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowTaskScheduledEventAttributes Source #

Fields :

  • taskQueue :: Lens' WorkflowTaskScheduledEventAttributes Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue
  • maybe'taskQueue :: Lens' WorkflowTaskScheduledEventAttributes (Prelude.Maybe Proto.Temporal.Api.Taskqueue.V1.Message.TaskQueue)
  • startToCloseTimeout :: Lens' WorkflowTaskScheduledEventAttributes Proto.Google.Protobuf.Duration.Duration
  • maybe'startToCloseTimeout :: Lens' WorkflowTaskScheduledEventAttributes (Prelude.Maybe Proto.Google.Protobuf.Duration.Duration)
  • attempt :: Lens' WorkflowTaskScheduledEventAttributes Data.Int.Int32

Instances

Instances details
NFData WorkflowTaskScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowTaskScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowTaskScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowTaskScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowTaskScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowTaskScheduledEventAttributes" WorkflowTaskScheduledEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowTaskScheduledEventAttributes" -> (WorkflowTaskScheduledEventAttributes -> f WorkflowTaskScheduledEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowTaskScheduledEventAttributes "attempt" Int32 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskScheduledEventAttributes "startToCloseTimeout" Duration Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskScheduledEventAttributes "taskQueue" TaskQueue Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowTaskScheduledEventAttributes" (Maybe WorkflowTaskScheduledEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowTaskScheduledEventAttributes" -> (Maybe WorkflowTaskScheduledEventAttributes -> f (Maybe WorkflowTaskScheduledEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowTaskScheduledEventAttributes "maybe'startToCloseTimeout" (Maybe Duration) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskScheduledEventAttributes "maybe'taskQueue" (Maybe TaskQueue) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowTaskStartedEventAttributes Source #

Fields :

  • scheduledEventId :: Lens' WorkflowTaskStartedEventAttributes Data.Int.Int64
  • identity :: Lens' WorkflowTaskStartedEventAttributes Data.Text.Text
  • requestId :: Lens' WorkflowTaskStartedEventAttributes Data.Text.Text
  • suggestContinueAsNew :: Lens' WorkflowTaskStartedEventAttributes Prelude.Bool
  • historySizeBytes :: Lens' WorkflowTaskStartedEventAttributes Data.Int.Int64
  • workerVersion :: Lens' WorkflowTaskStartedEventAttributes Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp
  • maybe'workerVersion :: Lens' WorkflowTaskStartedEventAttributes (Prelude.Maybe Proto.Temporal.Api.Common.V1.Message.WorkerVersionStamp)
  • buildIdRedirectCounter :: Lens' WorkflowTaskStartedEventAttributes Data.Int.Int64

Instances

Instances details
NFData WorkflowTaskStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowTaskStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowTaskStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowTaskStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowTaskStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowTaskStartedEventAttributes" WorkflowTaskStartedEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowTaskStartedEventAttributes" -> (WorkflowTaskStartedEventAttributes -> f WorkflowTaskStartedEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowTaskStartedEventAttributes "buildIdRedirectCounter" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskStartedEventAttributes "historySizeBytes" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskStartedEventAttributes "identity" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskStartedEventAttributes "requestId" Text Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskStartedEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskStartedEventAttributes "suggestContinueAsNew" Bool Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskStartedEventAttributes "workerVersion" WorkerVersionStamp Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowTaskStartedEventAttributes" (Maybe WorkflowTaskStartedEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowTaskStartedEventAttributes" -> (Maybe WorkflowTaskStartedEventAttributes -> f (Maybe WorkflowTaskStartedEventAttributes)) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowTaskStartedEventAttributes "maybe'workerVersion" (Maybe WorkerVersionStamp) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

data WorkflowTaskTimedOutEventAttributes Source #

Fields :

  • scheduledEventId :: Lens' WorkflowTaskTimedOutEventAttributes Data.Int.Int64
  • startedEventId :: Lens' WorkflowTaskTimedOutEventAttributes Data.Int.Int64
  • timeoutType :: Lens' WorkflowTaskTimedOutEventAttributes Proto.Temporal.Api.Enums.V1.Workflow.TimeoutType

Instances

Instances details
NFData WorkflowTaskTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Show WorkflowTaskTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Eq WorkflowTaskTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Ord WorkflowTaskTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Message WorkflowTaskTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "workflowTaskTimedOutEventAttributes" WorkflowTaskTimedOutEventAttributes Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "workflowTaskTimedOutEventAttributes" -> (WorkflowTaskTimedOutEventAttributes -> f WorkflowTaskTimedOutEventAttributes) -> HistoryEvent -> f HistoryEvent #

HasField WorkflowTaskTimedOutEventAttributes "scheduledEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskTimedOutEventAttributes "startedEventId" Int64 Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField WorkflowTaskTimedOutEventAttributes "timeoutType" TimeoutType Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

HasField HistoryEvent "maybe'workflowTaskTimedOutEventAttributes" (Maybe WorkflowTaskTimedOutEventAttributes) Source # 
Instance details

Defined in Proto.Temporal.Api.History.V1.Message

Methods

fieldOf :: Functor f => Proxy# "maybe'workflowTaskTimedOutEventAttributes" -> (Maybe WorkflowTaskTimedOutEventAttributes -> f (Maybe WorkflowTaskTimedOutEventAttributes)) -> HistoryEvent -> f HistoryEvent #