@mendix/extensions-api - v0.9.0
    Preparing search index...

    Interface MultiUserTaskActivityCreationOptions

    interface MultiUserTaskActivityCreationOptions {
        awaitAllUsers: boolean;
        boundaryEvents: BoundaryEvent[];
        caption: string;
        completionCriteria:
            | "Microflow"
            | "Consensus"
            | "Majority"
            | "Threshold"
            | "Veto";
        fallbackOutcome?: string;
        majorityType?: "MoreThanHalf"
        | "MostChosen";
        microflow?: string;
        name: string;
        onCreatedEvent: UserTaskEvent;
        outcomes: string[];
        pageReference: string;
        participiantInput: "Percentage" | "AbsoluteNumber" | "AllTargetUsers";
        participiantValue?: number;
        thresholdType?: "Percentage" | "AbsoluteNumber";
        thresholdValue?: number;
        userTargeting: UserTargeting;
        vetoOutcome?: string;
    }
    Index

    Properties

    awaitAllUsers: boolean
    boundaryEvents: BoundaryEvent[]
    caption: string
    completionCriteria:
        | "Microflow"
        | "Consensus"
        | "Majority"
        | "Threshold"
        | "Veto"
    fallbackOutcome?: string
    majorityType?: "MoreThanHalf" | "MostChosen"
    microflow?: string
    name: string
    onCreatedEvent: UserTaskEvent
    outcomes: string[]
    pageReference: string
    participiantInput: "Percentage" | "AbsoluteNumber" | "AllTargetUsers"
    participiantValue?: number
    thresholdType?: "Percentage" | "AbsoluteNumber"
    thresholdValue?: number
    userTargeting: UserTargeting
    vetoOutcome?: string