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

    Type Alias UserTaskUpdateRequest

    type UserTaskUpdateRequest = {
        action?: string | null;
        changeset?: Changeset;
    }
    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 "update".

    changeset?: Changeset