delete all flows with a specific name

Post your questions and help other users.

Moderator: Martin

Post Reply
stefanprivat
Posts: 24
Joined: 28 Jan 2019 12:42

delete all flows with a specific name

Post by stefanprivat » 08 Mar 2019 09:48

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

anuraag
Posts: 371
Joined: 24 Jan 2015 02:06

Re: delete all flows with a specific name

Post by anuraag » 08 Mar 2019 12:29

Use script function getFlowNames()

stefanprivat
Posts: 24
Joined: 28 Jan 2019 12:42

Re: delete all flows with a specific name

Post by stefanprivat » 08 Mar 2019 15:00

@anuraag

Thank you, exactly what I searched!

Post Reply