Anchorage API reference
    Preparing search index...

    Interface CrossWorkflowIsolationOptions

    Configuration for crossWorkflowIsolation.

    interface CrossWorkflowIsolationOptions {
        name?: string;
        targetScopeOf: (call: ToolCallContext) => string | undefined;
    }
    Index

    Properties

    Properties

    name?: string

    Policy name used in denials and audit records.

    targetScopeOf: (call: ToolCallContext) => string | undefined

    Extract the workflow scope this call TARGETS (connector-specific — e.g. an input field naming a workflowId). undefined = the call does not address workflow state and passes untouched.