Configure for shutdown of session after execution
parent
98830cb0ff
commit
76e9014173
|
@ -41,6 +41,8 @@ async function startApplication() {
|
||||||
// Initialize and start your workflow
|
// Initialize and start your workflow
|
||||||
const workflowOrchestrator = new WorkflowOrchestrator();
|
const workflowOrchestrator = new WorkflowOrchestrator();
|
||||||
await workflowOrchestrator.executeWorkflow();
|
await workflowOrchestrator.executeWorkflow();
|
||||||
|
|
||||||
|
await rDramaSessionManager.shutdown()
|
||||||
}
|
}
|
||||||
|
|
||||||
startApplication()
|
startApplication()
|
||||||
|
|
Loading…
Reference in New Issue