on Session Started
open override fun onSessionStarted(workflowScope: CoroutineScope, session: WorkflowInterceptor.WorkflowSession)
Content copied to clipboard
Called when the session is starting, before onInitialState.
Parameters
workflow Scope
The CoroutineScope that will be used for any side effects the workflow runs, as well as the parent for any workflows it renders.