Interface WorkflowInformation

All Known Implementing Classes:
WorkflowInformationDTO

public interface WorkflowInformation
Reference information about the currently executing workflow
  • Method Details

    • getWorkflowId

      String getWorkflowId()
      The unique identifier for the workflow. Usually the primary key of the workflow entity.
      Returns:
      the workflow id
    • getWorkflowName

      String getWorkflowName()
      The name of the workflow. See SimpleWorkflow.getName().
      Returns:
      the workflow name
    • getWorkflowDescription

      String getWorkflowDescription()
      The description of the workflow. See SimpleWorkflow.getDescription().
      Returns:
      the workflow description
    • getHistory

      History getHistory()
      The history of the workflow. See SimpleWorkflow.getHistory().
      Returns:
      the workflow history