Skip to main content
Version: 5.2.0.1

Documentation

ParameterDescriptionValues / Default
write.snapshotEnables or disables generating a snapshot of the documentation whenever a scenario is deployed or modified.true = snapshots enabled

false = no snapshots
snapshot.pathDirectory path where Orchestra writes documentation snapshots. Has no effect if write.snapshot=false.–
external_url_pattern.Defines URL patterns pointing to external content (e.g., hosted docs). Variables inside the pattern (e.g., $(scenarioname)) are replaced with contextual values. Empty = no URL displayed.–

Recognized Pattern Suffixes​

SuffixAvailable VariablesWhere URL Appears
.scenarionodeid, scenarioname, scenarioidScenario overview (table column), Scenario detail dialog
.landscapenodeid, scenarioname, scenarioid, landscapenameLandscape overview (table column)
.channelnodeid, scenarioname, scenarioid, channelnameChannel overview (table column), Channel detail dialog
.signalnodeid, signalnameSignal overview
.servicenodeid, scenarioname, scenarioid, servicenameService registry

Available Variables​

VariableExpanded Value
nodeidIdentifier of the current Orchestra Node
scenarionameName of the scenario (e.g., sc_client)
scenarioidUnique identifier of the scenario (e.g., 57aa913e-3b2c-40a8-8c6d-f26595cdef44)
landscapenameName of the environment/landscape entry
channelnameName of the channel
signalnameName of the signal
servicenameName of the SOAP or REST service

Example​

Documentation.external_url_pattern.scenario=https://docuhost.local/orchestra/$(scenarioname)