Skip to content

This rule set not work. I dont understand the principle of Workflows #1111

Open
@tceydeliler

Description

What I want:
-Only OPERATON group members ISO and EXE files tagged as OPERATIONAL. If OPERATIONAL group upload any other files tagged as DELETE_X_DAYS
-IDEA group members upload file tagged as IDEA no any other tag will be applied
-Any other user upload file tagged as DELETE_X_DAYS

Then:
OPERATIONAL tagged file delete 6 month later
IDEA tagged file delete 6 month later
DELETE _X_DAYS tagged file delete. X DAYS

What I do:

  1. if a file upload by a user that member of OPERATION
    AND
    File MIME type matches ^application/(x-msdownload|x-dosexec|x-msdos-program|vnd.microsoft.portable-executable|x-iso9660-image)$
    (altough I control the string in regext101.com this regular expression in not work in flow)
    THEN
    Tag file as OPERATIONAL

  2. If group membership is not OPERATION
    AND
    File system tag is not OPERATIONAL
    THEN
    Tag file as DELETE_X_DAYS

  3. if group membership is IDEA
    THEN
    Tag file. as IDEA

  4. Group membership is not IDEA
    AND file system tag is not IDEA
    Tag file as DELETE_X_DAYS

Dont know what is wrong

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions