@archastro/sdk
    Preparing search index...

    Interface WorkflowWorkItemClaim

    Result of polling an agent's durable workflow work queue.

    interface WorkflowWorkItemClaim {
        data?: WorkflowWorkItemLease;
    }
    Index

    Properties

    Properties

    Claimed or resumed work and its lease; null when no eligible item exists.