@archastro/sdk
    Preparing search index...

    Interface WorkflowWorkItemLease

    A claimed workflow work item and its caller-held lease token.

    interface WorkflowWorkItemLease {
        lease_owner: string;
        work_item: WorkflowWorkItem;
    }
    Index

    Properties

    lease_owner: string

    Opaque lease token that must be persisted and presented for later transitions.

    work_item: WorkflowWorkItem

    The claimed, resumed, started, or heartbeated work item.