fix: Add created_at to workflow execution filtering typings (#13295)
This commit is contained in:
@@ -19,4 +19,6 @@ export interface FilterableWorkflowExecutionProps
|
||||
workflow_id?: string | string[] | OperatorMap<string>
|
||||
transaction_id?: string | string[] | OperatorMap<string>
|
||||
state?: string | string[] | OperatorMap<string>
|
||||
created_at?: string | OperatorMap<string>
|
||||
updated_at?: string | OperatorMap<string>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user