onSessionStarted

open fun onSessionStarted(workflowScope: CoroutineScope, session: WorkflowInterceptor.WorkflowSession)(source)

Called when the session is starting, before onInitialState.

Parameters

workflowScope

The CoroutineScope that will be used for any side effects the workflow runs, as well as the parent for any workflows it renders.