Frodo Library - v4.0.0-24
    Preparing search index...

    Interface WorkflowActor

    interface WorkflowActor {
        id: string | WorkflowExpression;
        permissions?: {
            allow?: boolean;
            approve?: boolean;
            comment: boolean;
            deny?: boolean;
            exception?: boolean;
            fulfill?: boolean;
            modify?: boolean;
            reassign: boolean;
            reject?: boolean;
            remediate?: boolean;
        };
        type?: | "user"
        | "role"
        | "manager"
        | "applicationOwner"
        | "entitlementOwner"
        | "roleOwner";
    }
    Index

    Properties

    Properties

    id: string | WorkflowExpression
    permissions?: {
        allow?: boolean;
        approve?: boolean;
        comment: boolean;
        deny?: boolean;
        exception?: boolean;
        fulfill?: boolean;
        modify?: boolean;
        reassign: boolean;
        reject?: boolean;
        remediate?: boolean;
    }
    type?:
        | "user"
        | "role"
        | "manager"
        | "applicationOwner"
        | "entitlementOwner"
        | "roleOwner"