Rules
Rules are defined based on conditions such as file type, directory path, or validation requirements. These criteria ensure that only eligible files are processed.
Example - A rule might specify that only .xml
files larger than 1 MB should trigger the upload process.
Action Configuration - It specify what occurs when a rule evaluates to True or False
-
True Action - It executes dependent jobs and marks the file processing as successful.
-
False Action - It initiates retry mechanisms or alternative workflows and sends notifications for failures to stakeholders.