data class WorkflowEvent<C>
Generic workflow event
workflow - workflow that emitted this event
workflow
<init>
WorkflowEvent(workflow: Workflow<C>)
val workflow: Workflow<C>
workflow that emitted this event