Class HistoricExternalTaskLogDto


  • public class HistoricExternalTaskLogDto
    extends Object
    HistoricExternalTaskLogDto
    • Constructor Detail

      • HistoricExternalTaskLogDto

        public HistoricExternalTaskLogDto()
    • Method Detail

      • getId

        public String getId()
        The id of the log entry.
        Returns:
        id
      • setId

        public void setId​(String id)
      • getExternalTaskId

        public String getExternalTaskId()
        The id of the external task.
        Returns:
        externalTaskId
      • setExternalTaskId

        public void setExternalTaskId​(String externalTaskId)
      • getTimestamp

        public Date getTimestamp()
        The time when the log entry has been written.
        Returns:
        timestamp
      • setTimestamp

        public void setTimestamp​(Date timestamp)
      • getTopicName

        public String getTopicName()
        The topic name of the associated external task.
        Returns:
        topicName
      • setTopicName

        public void setTopicName​(String topicName)
      • getWorkerId

        public String getWorkerId()
        The id of the worker that posessed the most recent lock.
        Returns:
        workerId
      • setWorkerId

        public void setWorkerId​(String workerId)
      • getRetries

        public Integer getRetries()
        The number of retries the associated external task has left.
        Returns:
        retries
      • setRetries

        public void setRetries​(Integer retries)
      • getPriority

        public Long getPriority()
        The execution priority the external task had when the log entry was created.
        Returns:
        priority
      • setPriority

        public void setPriority​(Long priority)
      • getErrorMessage

        public String getErrorMessage()
        The message of the error that occurred by executing the associated external task.
        Returns:
        errorMessage
      • setErrorMessage

        public void setErrorMessage​(String errorMessage)
      • getActivityId

        public String getActivityId()
        The id of the activity on which the associated external task was created.
        Returns:
        activityId
      • setActivityId

        public void setActivityId​(String activityId)
      • getActivityInstanceId

        public String getActivityInstanceId()
        The id of the activity instance on which the associated external task was created.
        Returns:
        activityInstanceId
      • setActivityInstanceId

        public void setActivityInstanceId​(String activityInstanceId)
      • getExecutionId

        public String getExecutionId()
        The execution id on which the associated external task was created.
        Returns:
        executionId
      • setExecutionId

        public void setExecutionId​(String executionId)
      • getProcessInstanceId

        public String getProcessInstanceId()
        The id of the process instance on which the associated external task was created.
        Returns:
        processInstanceId
      • setProcessInstanceId

        public void setProcessInstanceId​(String processInstanceId)
      • getProcessDefinitionId

        public String getProcessDefinitionId()
        The id of the process definition which the associated external task belongs to.
        Returns:
        processDefinitionId
      • setProcessDefinitionId

        public void setProcessDefinitionId​(String processDefinitionId)
      • getProcessDefinitionKey

        public String getProcessDefinitionKey()
        The key of the process definition which the associated external task belongs to.
        Returns:
        processDefinitionKey
      • setProcessDefinitionKey

        public void setProcessDefinitionKey​(String processDefinitionKey)
      • getTenantId

        public String getTenantId()
        The id of the tenant that this historic external task log entry belongs to.
        Returns:
        tenantId
      • setTenantId

        public void setTenantId​(String tenantId)
      • getCreationLog

        public Boolean getCreationLog()
        A flag indicating whether this log represents the creation of the associated external task.
        Returns:
        creationLog
      • setCreationLog

        public void setCreationLog​(Boolean creationLog)
      • getFailureLog

        public Boolean getFailureLog()
        A flag indicating whether this log represents the failed execution of the associated external task.
        Returns:
        failureLog
      • setFailureLog

        public void setFailureLog​(Boolean failureLog)
      • getSuccessLog

        public Boolean getSuccessLog()
        A flag indicating whether this log represents the successful execution of the associated external task.
        Returns:
        successLog
      • setSuccessLog

        public void setSuccessLog​(Boolean successLog)
      • getDeletionLog

        public Boolean getDeletionLog()
        A flag indicating whether this log represents the deletion of the associated external task.
        Returns:
        deletionLog
      • setDeletionLog

        public void setDeletionLog​(Boolean deletionLog)
      • getRemovalTime

        public Date getRemovalTime()
        The time after which this log should be removed by the History Cleanup job. Default format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. For further information, please see the [documentation](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/)
        Returns:
        removalTime
      • setRemovalTime

        public void setRemovalTime​(Date removalTime)
      • getRootProcessInstanceId

        public String getRootProcessInstanceId()
        The process instance id of the root process instance that initiated the process containing this log.
        Returns:
        rootProcessInstanceId
      • setRootProcessInstanceId

        public void setRootProcessInstanceId​(String rootProcessInstanceId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object