OrchestrationFilter interface

Options object passed to DurableClient APIs to filter orchestrations on which to perform actions

Properties

createdTimeFrom

Select orchestration instances which were created after this Date.

createdTimeTo

Select orchestration instances which were created before this DateTime.

runtimeStatus

Select orchestration instances which match any of the runtimeStatus values in this array

Property Details

createdTimeFrom

Select orchestration instances which were created after this Date.

createdTimeFrom?: Date

Property Value

Date

createdTimeTo

Select orchestration instances which were created before this DateTime.

createdTimeTo?: Date

Property Value

Date

runtimeStatus

Select orchestration instances which match any of the runtimeStatus values in this array

runtimeStatus?: OrchestrationRuntimeStatus[]

Property Value