Class WorkflowInfo


  • public class WorkflowInfo
    extends Object
    This structure represents an entire workflow with multiple steps. The steps are by definition sequential. Every step has more detailed info in it's own data object.
    • Field Detail

      • dataMap

        public Map<String,​Object> dataMap
        Extra data that is generated and filled by the workflow formula (optionally) to be used e.g. in email templates
      • selectedStepOnDeny

        public String selectedStepOnDeny
        In case that the workflow was denied, and user selected any step (happens when WorkflowDTO.withSelectStepOnDeny(true) and user selected some state. Semantics of this is given by logic, system treats it as arbitratry data.
    • Constructor Detail

      • WorkflowInfo

        public WorkflowInfo()