Class ExecutionDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.runtime.ExecutionDto

public class ExecutionDto extends Object
  • Constructor Details

    • ExecutionDto

      public ExecutionDto()
  • Method Details

    • fromExecution

      public static ExecutionDto fromExecution(Execution execution)
    • getId

      public String getId()
    • getProcessInstanceId

      public String getProcessInstanceId()
    • isEnded

      public boolean isEnded()
    • getTenantId

      public String getTenantId()