Interface IProcessEventStartDefinition

All Superinterfaces:
IMessageEventMapping
All Known Implementing Classes:
ProcessEventStartDefinition

public interface IProcessEventStartDefinition extends IMessageEventMapping
This interface defines the start definition of a process by an message event.
Since:
9.1
Author:
a.pragt
  • Method Details

    • getProcess

      IProcessDefinition getProcess()
      This method returns the definition of the process it belongs to, may not be null.
      Returns:
      The process definition, never null.
    • getStartNode

      IProcessNodeDefinition getStartNode()
      This method returns the startnode for this event, may not be null.
      Returns:
      The node definition of the start node, never null.