One member of a resolveAllOrNone() batch — its own resolverPayload is stored as that row's resolver_payload and delivered to that row's waiting workflow as condition()'s return value.

interface ResolveAllOrNoneItem {
    id: string;
    resolverPayload?: Record<string, unknown>;
}

Properties

Properties

id: string
resolverPayload?: Record<string, unknown>