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

    Type Alias UserTaskCompletionRequest

    type UserTaskCompletionRequest = {
        action?: string | null;
        variables?: { [key: string]: unknown } | null;
    }
    Index

    Properties

    Properties

    action?: string | null

    A custom action value that will be accessible from user task events resulting from this endpoint invocation. If not provided, it will default to "complete".

    variables?: { [key: string]: unknown } | null

    The variables to complete the user task with.