temporal-api-protos
Safe HaskellNone
LanguageHaskell2010

Proto.Temporal.Api.Export.V1.Message

Synopsis

Documentation

data WorkflowExecution Source #

Fields :

  • history :: Lens' WorkflowExecution Proto.Temporal.Api.History.V1.Message.History
  • maybe'history :: Lens' WorkflowExecution (Prelude.Maybe Proto.Temporal.Api.History.V1.Message.History)

Instances

Instances details
NFData WorkflowExecution Source # 
Instance details

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

Methods

rnf :: WorkflowExecution -> () #

Show WorkflowExecution Source # 
Instance details

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

Eq WorkflowExecution Source # 
Instance details

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

Ord WorkflowExecution Source # 
Instance details

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

Message WorkflowExecution Source # 
Instance details

Defined in Proto.Temporal.Api.Export.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 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 WorkflowExecutions "items" [WorkflowExecution] Source # 
Instance details

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

HasField WorkflowExecutions "vec'items" (Vector WorkflowExecution) Source # 
Instance details

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

data WorkflowExecutions Source #

Fields :

  • items :: Lens' WorkflowExecutions [WorkflowExecution]
  • vec'items :: Lens' WorkflowExecutions (Data.Vector.Vector WorkflowExecution)

Instances

Instances details
NFData WorkflowExecutions Source # 
Instance details

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

Methods

rnf :: WorkflowExecutions -> () #

Show WorkflowExecutions Source # 
Instance details

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

Eq WorkflowExecutions Source # 
Instance details

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

Ord WorkflowExecutions Source # 
Instance details

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

Message WorkflowExecutions Source # 
Instance details

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

HasField WorkflowExecutions "items" [WorkflowExecution] Source # 
Instance details

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

HasField WorkflowExecutions "vec'items" (Vector WorkflowExecution) Source # 
Instance details

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