Class GetHistoricExternalTaskLogErrorDetailsCmd

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

public class GetHistoricExternalTaskLogErrorDetailsCmd extends Object implements Command<String>
  • Field Details

    • historicExternalTaskLogId

      protected String historicExternalTaskLogId
  • Constructor Details

    • GetHistoricExternalTaskLogErrorDetailsCmd

      public GetHistoricExternalTaskLogErrorDetailsCmd(String historicExternalTaskLogId)
  • Method Details