Conditional Logic Output Parameters
- Condition: The condition to evaluate (e.g., if a value is greater than a threshold).
- True Path: The output or action to take if the condition is true.
- False Path: The output or action to take if the condition is false.
- Comparison Operator: The operator to use for the condition (e.g., equals, greater than, less than).
- Value to Compare: The value to compare against the condition.
- Logical Operators: Any logical operators to combine multiple conditions (e.g., AND, OR).
- Nested Conditions: Whether to include nested conditions for more complex logic.
- Error Handling: How to handle errors during the evaluation of the condition.
- Logging: Whether to log the evaluation process and results.
- Output Format: The format of the output data (e.g., JSON, XML, Text).