Anchorage API reference
    Preparing search index...
    ConnectorExecutionIdentity:
        | {
            isolationScope?: string;
            kind: "start";
            runId: string;
            workflowId: string;
        }
        | {
            isolationScope?: string;
            kind: "resume";
            runId: string;
            suspension: ConnectorApprovalSuspension;
            workflowId: string;
        }

    Runtime-owned identity of the leg currently executing the connector.