emo / me.eater.emo.utils / ProcessStartedEvent

ProcessStartedEvent

data class ProcessStartedEvent<C>

Event that is executed when a new process is started in a workflow

Constructors

<init>

ProcessStartedEvent(step: String, process: Process<C>, router: Router<C>, description: String = process.getDescription())

Event that is executed when a new process is started in a workflow

Properties

description

val description: String

Description of this step

process

val process: Process<C>

Process that is started

router

val router: Router<C>

Router for this step

step

val step: String

Name of step that was started