Page 1 of 1

delete all flows with a specific name

Posted: 08 Mar 2019 09:48
by stefanprivat
Hi all

Like to configure an action: delete all flows with "Test*"
Unfortunately, glob patterns are not supported.

Therefore I thought:
1: Action/script: store all flows with name "Test*" in a variable {del}
2: Action: delete flows {del}

Unfortunately I cannot find an action/script to get all flows with name "Test*"

Best regards

Stefan

Re: delete all flows with a specific name

Posted: 08 Mar 2019 12:29
by anuraag
Use script function getFlowNames()

Re: delete all flows with a specific name

Posted: 08 Mar 2019 15:00
by stefanprivat
@anuraag

Thank you, exactly what I searched!