Class ExternalTaskDto

java.lang.Object
org.eximeebpms.bpm.engine.rest.dto.externaltask.ExternalTaskDto

public class ExternalTaskDto extends Object
Author:
Thorben Lindhauer
  • Field Details

    • activityId

      protected String activityId
    • activityInstanceId

      protected String activityInstanceId
    • errorMessage

      protected String errorMessage
    • executionId

      protected String executionId
    • id

      protected String id
    • lockExpirationTime

      protected Date lockExpirationTime
    • processDefinitionId

      protected String processDefinitionId
    • processDefinitionKey

      protected String processDefinitionKey
    • processDefinitionVersionTag

      protected String processDefinitionVersionTag
    • processInstanceId

      protected String processInstanceId
    • retries

      protected Integer retries
    • suspended

      protected boolean suspended
    • workerId

      protected String workerId
    • topicName

      protected String topicName
    • tenantId

      protected String tenantId
    • priority

      protected long priority
    • businessKey

      protected String businessKey
  • Constructor Details

    • ExternalTaskDto

      public ExternalTaskDto()
  • Method Details