Class BranchAnalysisResponseDto

java.lang.Object
io.camunda.optimize.dto.optimize.query.analysis.BranchAnalysisResponseDto

public class BranchAnalysisResponseDto extends Object
  • Field Details

    • endEvent

      protected String endEvent
      The end event the branch analysis is referred to.
    • total

      protected Long total
      The total amount of tokens that went from the gateway to the end event.
    • followingNodes

      protected Map<String,BranchAnalysisOutcomeDto> followingNodes
      All branch analysis information of the flow nodes from the gateway to the end event.
  • Constructor Details

    • BranchAnalysisResponseDto

      public BranchAnalysisResponseDto()
  • Method Details