Executions: Configuration¶
TL;DR — This page mirrors the
Configurationsection from Executions as a focused reference.
When to use¶
Use this page when you need the focused member list, signatures, and source notes for this section without scanning the full parent reference.
C# (CAC) usage¶
WithGlobalDict¶
Source file, signature, and docstring
Member ExecutionBuilder.WithGlobalDict(Dictionary<string, object?> globalDict)
Kind function
Declaring Type ExecutionBuilder
Source File QaaS.Runner/ExecutionBuilder.cs
Signature
public ExecutionBuilder WithGlobalDict(Dictionary<string, object?> globalDict)
Docstring
Replaces the global dictionary stored on the runner execution context.
SetCase¶
Source file, signature, and docstring
Member ExecutionBuilder.SetCase(string caseName)
Kind function
Declaring Type ExecutionBuilder
Source File QaaS.Runner/ExecutionBuilder.cs
Signature
public ExecutionBuilder SetCase(string caseName)
Docstring
Sets the case file applied by the context builder.
Case files are used as the final scenario-specific overlay that shapes the runtime configuration for a specific execution.
WithMetadata¶
Source file, signature, and docstring
Member ExecutionBuilder.WithMetadata(MetaDataConfig metaDataConfig)
Kind function
Declaring Type ExecutionBuilder
Source File QaaS.Runner/ExecutionBuilder.cs
Signature
public ExecutionBuilder WithMetadata(MetaDataConfig metaDataConfig)
Docstring
Sets the metadata configuration stored on the execution.
Edge cases¶
- This page is generated from the parent reference section; edit the source XML docs or generator when content needs to change.
- If a linked source member is renamed, regenerate the reference docs before changing prose by hand.