We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338a42f commit ff98055Copy full SHA for ff98055
packages/core/types/src/workflows-sdk/common.ts
@@ -19,4 +19,6 @@ export interface FilterableWorkflowExecutionProps
19
workflow_id?: string | string[] | OperatorMap<string>
20
transaction_id?: string | string[] | OperatorMap<string>
21
state?: string | string[] | OperatorMap<string>
22
+ created_at?: string | OperatorMap<string>
23
+ updated_at?: string | OperatorMap<string>
24
}
0 commit comments