onRenderAndSnapshot
open fun <P, R> onRenderAndSnapshot(renderProps: P, proceed: (P) -> RenderingAndSnapshot<R>, session: WorkflowInterceptor.WorkflowSession): RenderingAndSnapshot<R>(source)
Intercept a full rendering pass which involves rendering then snapshotting the workflow tree. This is useful for tracing purposes.