OrchestratorConfig
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / OrchestratorConfig
Interface: OrchestratorConfig
Section titled “Interface: OrchestratorConfig”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1893
Orchestrator configuration
Properties
Section titled “Properties”maxRetries
Section titled “maxRetries”maxRetries:
number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1895
Maximum retries for failed operations
baseDelayMs
Section titled “baseDelayMs”baseDelayMs:
number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1897
Base delay for exponential backoff (ms)
maxDelayMs
Section titled “maxDelayMs”maxDelayMs:
number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1899
Maximum delay between retries (ms)
timeoutMs
Section titled “timeoutMs”timeoutMs:
number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1901
Overall composition timeout (ms)
enableAuditLog
Section titled “enableAuditLog”enableAuditLog:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1903
Enable audit logging
dryRunDefault
Section titled “dryRunDefault”dryRunDefault:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1905
Enable dry-run mode by default
validateBeforeCompose
Section titled “validateBeforeCompose”validateBeforeCompose:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1907
Validate proofs before composition
strictValidation
Section titled “strictValidation”strictValidation:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1909
Strict validation mode
parallelInit
Section titled “parallelInit”parallelInit:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1911
Enable parallel provider initialization