Class ProcessEvent

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ProcessEvent
All Implemented Interfaces:
Serializable

public class ProcessEvent extends MorpheusModel
Represents an event (or step) within a Process.

Extends MorpheusModel to inherit the id field. When used as a parameter for MorpheusProcessService.runProcessStep(com.morpheusdata.model.process.RunProcessStepRequest), the id should be set to the value returned by InsertProcessStepResponse.getProcessEventId() so the platform can locate the persisted event to dispatch.

See Also: