Interface GMIAgencyContextOptions

Options supplied when instantiating a GMI for an Agency seat.

interface GMIAgencyContextOptions {
    agencyId: string;
    roleId: string;
    workflowId?: string;
    evolutionRules?: PersonaEvolutionRule[];
    evolutionContext?: PersonaEvolutionContext;
}

Properties

agencyId: string
roleId: string
workflowId?: string
evolutionRules?: PersonaEvolutionRule[]
evolutionContext?: PersonaEvolutionContext