In the context of the REFramework, if the OrchestratorQueueName key is present in both the Settings and Assets sheets, but an asset with the corresponding name is not present in Orchestrator, what will be the behavior at run time?
In the context of the REFramework, if the OrchestratorQueueName key is present in both the Settings and Assets sheets, but an asset with the corresponding name is not present in Orchestrator, what will be the behavior at run time?
In the context of the REFramework, if an asset is missing in Orchestrator but referenced in the Settings and Assets sheets, an exception will typically be thrown during the initialization phase. Specifically, the InitAllSettings workflow would throw an exception because it cannot find the specified asset in Orchestrator, preventing the workflow from proceeding further.
C is the correct one
C is the correct one
An exception will be thrown Get Orchestrator asset: Could not find the asset 'OrchestratorQueueName'. Error code: 1002; Asset name: OrchestratorQueueName