Safe Haskell | None |
---|---|
Language | Haskell2010 |
Proto.Temporal.Api.Filter.V1.Message
Synopsis
- data StartTimeFilter
- data StatusFilter
- data WorkflowExecutionFilter
- data WorkflowTypeFilter
Documentation
data StartTimeFilter Source #
Fields :
earliestTime
:: Lens' StartTimeFilter Proto.Google.Protobuf.Timestamp.Timestamp
maybe'earliestTime
:: Lens' StartTimeFilter (Prelude.Maybe Proto.Google.Protobuf.Timestamp.Timestamp)
latestTime
:: Lens' StartTimeFilter Proto.Google.Protobuf.Timestamp.Timestamp
maybe'latestTime
:: Lens' StartTimeFilter (Prelude.Maybe Proto.Google.Protobuf.Timestamp.Timestamp)
Instances
data StatusFilter Source #
Fields :
status
:: Lens' StatusFilter Proto.Temporal.Api.Enums.V1.Workflow.WorkflowExecutionStatus
Instances
data WorkflowExecutionFilter Source #
Fields :
workflowId
:: Lens' WorkflowExecutionFilter Data.Text.Text
runId
:: Lens' WorkflowExecutionFilter Data.Text.Text
Instances
data WorkflowTypeFilter Source #
Fields :
name
:: Lens' WorkflowTypeFilter Data.Text.Text