emo / me.eater.emo.utils / WorkflowEvent

WorkflowEvent

data class WorkflowEvent<C>

Generic workflow event

Parameters

workflow - workflow that emitted this event

Constructors

<init>

WorkflowEvent(workflow: Workflow<C>)

Generic workflow event

Properties

workflow

val workflow: Workflow<C>

workflow that emitted this event