This site has moved to the integrated Appfire documentation and information site for our apps.

From February 2024 this site is no longer updated.

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Users

When using the user parameter in a JSON trigger, It is only possible to include the userID, not the UserName.

Example:

"triggers:"
[
    {"event": "on-change-state",
    "conditions":
    [
        {"state": "Draft"}
    ],
    "actions":
    [
        {"action": "remove-restrictions", "view": {"user": ["8876348538457834"]}}
    ]}
]

Groups

When using the group parameter in a JSON trigger, you can include either the groupName and/or the groupID.

Example:

"triggers:"
[
    {"event": "on-change-state",
    "conditions":
    [
        {"state": "Draft"}
    ],
    "actions":
    [
        {"action": "remove-restrictions", "view": {"group": ["thisIsMyGroupName", "87128762348792347839284"]}}
    ]}
]

(info)  user also accepts valid user type workflow parameters and group also accepts valid group type workflow parameters.

  • No labels