Interface HistoricActivityInstance

    • Method Detail

      • getId

        java.lang.String getId()
        The unique identifier of this historic activity instance.
      • getActivityId

        java.lang.String getActivityId()
        The unique identifier of the activity in the process
      • getActivityName

        java.lang.String getActivityName()
        The display name for the activity
      • getActivityType

        java.lang.String getActivityType()
        The XML tag of the activity as in the process file
      • getProcessDefinitionId

        java.lang.String getProcessDefinitionId()
        Process definition reference
      • getProcessInstanceId

        java.lang.String getProcessInstanceId()
        Process instance reference
      • getExecutionId

        java.lang.String getExecutionId()
        Execution reference
      • getTaskId

        java.lang.String getTaskId()
        The corresponding task in case of task activity
      • getCalledProcessInstanceId

        java.lang.String getCalledProcessInstanceId()
        The called process instance in case of call activity
      • getAssignee

        java.lang.String getAssignee()
        Assignee in case of user task activity
      • getStartTime

        java.util.Date getStartTime()
        Time when the activity instance started
      • getEndTime

        java.util.Date getEndTime()
        Time when the activity instance ended
      • getDeleteReason

        java.lang.String getDeleteReason()
        Returns the delete reason for this activity, if any was set (if completed normally, no delete reason is set)
      • getTenantId

        java.lang.String getTenantId()
        Returns the tenant identifier for the historic activity