Package com.ibm.decision.run.trace
Class TraceConfigurationForRuleflow
java.lang.Object
com.ibm.decision.run.trace.TraceConfigurationForRuleflow
TraceConfigurationForRuleflow allows user to configure which information about ruleflows should be recorded in the trace.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIf true, add in the trace the name of all tasks that can be executed by the engine.booleanAccording to the value set, add in the trace a record for each task executed.According to the value set, add in the trace the input parameters of the tasks and ruleflows.booleanIf true, add in the trace the name of all tasks that were not executed by the engine.According to the value set, add in the trace the out parameters of the tasks and ruleflows.boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
inputParameters
According to the value set, add in the trace the input parameters of the tasks and ruleflows. Default value isObjectSerializationKind.Object. -
outputParameters
According to the value set, add in the trace the out parameters of the tasks and ruleflows. Default value isObjectSerializationKind.Object. -
allTasks
public boolean allTasksIf true, add in the trace the name of all tasks that can be executed by the engine. Default value is false. -
executedTasks
public boolean executedTasksAccording to the value set, add in the trace a record for each task executed. Default value is true. -
notExecutedTasks
public boolean notExecutedTasksIf 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()
-