@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias UserTaskResult

    type UserTaskResult = {
        assignee?: string;
        candidateGroups?: string[];
        candidateUsers?: string[];
        completionDate?: string;
        creationDate?: string;
        customHeaders?: { [key: string]: string };
        dueDate?: string;
        elementId?: ElementId;
        elementInstanceKey?: ElementInstanceKey;
        externalFormReference?: string;
        followUpDate?: string;
        formKey?: FormKey;
        name?: string;
        priority?: number;
        processDefinitionId?: ProcessDefinitionId;
        processDefinitionKey?: ProcessDefinitionKey;
        processDefinitionVersion?: number;
        processInstanceKey?: ProcessInstanceKey;
        processName?: string;
        state?: UserTaskStateEnum;
        tenantId?: TenantId;
        userTaskKey: UserTaskKey;
    }
    Index

    Properties

    assignee?: string

    The assignee of the user task.

    candidateGroups?: string[]

    The candidate groups for this user task.

    candidateUsers?: string[]

    The candidate users for this user task.

    completionDate?: string

    The completion date of a user task.

    creationDate?: string

    The creation date of a user task.

    customHeaders?: { [key: string]: string }

    Custom headers for the user task.

    dueDate?: string

    The due date of a user task.

    elementId?: ElementId

    The element ID of the user task.

    elementInstanceKey?: ElementInstanceKey

    The key of the element instance.

    externalFormReference?: string

    The external form reference.

    followUpDate?: string

    The follow date of a user task.

    formKey?: FormKey

    The key of the form.

    name?: string

    The name for this user task.

    priority?: number

    The priority of a user task. The higher the value the higher the priority.

    processDefinitionId?: ProcessDefinitionId

    The ID of the process definition.

    processDefinitionKey?: ProcessDefinitionKey

    The key of the process definition.

    processDefinitionVersion?: number

    The version of the process definition.

    processInstanceKey?: ProcessInstanceKey

    The key of the process instance.

    processName?: string

    The name of the process definition.

    tenantId?: TenantId
    userTaskKey: UserTaskKey

    The key of the user task.