on Session Started
open override fun onSessionStarted(workflowScope: <Error class: unknown class>, session: WorkflowInterceptor.WorkflowSession)(source)
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.