fix(core): Fix Filtering of Workflow by Tags (#5570)

This commit is contained in:
Csaba Tuncsik
2023-02-27 12:25:45 +01:00
committed by GitHub
parent 1942fd8232
commit ea2035b510
3 changed files with 12 additions and 1 deletions

View File

@@ -401,6 +401,7 @@ export async function createManyWorkflows(
/**
* Store a workflow in the DB (without a trigger) and optionally assign it to a user.
* @param attributes workflow attributes
* @param user user to assign the workflow to
*/
export async function createWorkflow(attributes: Partial<WorkflowEntity> = {}, user?: User) {