data class ProcessStartedEvent<C>
Event that is executed when a new process is started in a workflow
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 |
val description: String
Description of this step |
|
val process: Process<C>
Process that is started |
|
val router: Router<C>
Router for this step |
|
val step: String
Name of step that was started |