Interface NamedDescribedWorkflowStartEventType


public interface NamedDescribedWorkflowStartEventType
Workflow start event with human readable and translated name and description.
  • Method Details

    • getEventType

      WorkflowStartEventType getEventType()
      Returns WorkflowStartEventType which identifies the object.
      Returns:
      the event type.
    • getName

      String getName()
      Returns the name of the event.
      Returns:
      the name of the event.
    • getDescription

      String getDescription()
      Return the description of the event.
      Returns:
      the description of the event.