Class ExecutionDto


  • public class ExecutionDto
    extends Object
    • Constructor Detail

      • ExecutionDto

        public ExecutionDto()
    • Method Detail

      • fromExecution

        public static ExecutionDto fromExecution​(org.camunda.bpm.engine.runtime.Execution execution)
      • getId

        public String getId()
      • getProcessInstanceId

        public String getProcessInstanceId()
      • isEnded

        public boolean isEnded()
      • getTenantId

        public String getTenantId()