Class CreateIncidentCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.CreateIncidentCmd
All Implemented Interfaces:
Command<Incident>

public class CreateIncidentCmd extends Object implements Command<Incident>
Author:
Anna Pazola
  • Field Details

    • incidentType

      protected String incidentType
    • executionId

      protected String executionId
    • configuration

      protected String configuration
    • message

      protected String message
  • Constructor Details

    • CreateIncidentCmd

      public CreateIncidentCmd(String incidentType, String executionId, String configuration, String message)
  • Method Details