Class TraceConfigurationForRuleflow

java.lang.Object
com.ibm.decision.run.trace.TraceConfigurationForRuleflow

public class TraceConfigurationForRuleflow extends Object
TraceConfigurationForRuleflow allows user to configure which information about ruleflows should be recorded in the trace.
See Also:
  • Field Details

    • inputParameters

      public ObjectSerializationKind inputParameters
      According to the value set, add in the trace the input parameters of the tasks and ruleflows. Default value is ObjectSerializationKind.Object.
    • outputParameters

      public ObjectSerializationKind outputParameters
      According to the value set, add in the trace the out parameters of the tasks and ruleflows. Default value is ObjectSerializationKind.Object.
    • allTasks

      public boolean allTasks
      If true, add in the trace the name of all tasks that can be executed by the engine. Default value is false.
    • executedTasks

      public boolean executedTasks
      According to the value set, add in the trace a record for each task executed. Default value is true.
    • notExecutedTasks

      public boolean notExecutedTasks
      If true, add in the trace the name of all tasks that were not executed by the engine. Default value is false.
    • selectedRules

      public boolean selectedRules
  • Constructor Details

    • TraceConfigurationForRuleflow

      public TraceConfigurationForRuleflow()