Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space PRINERGYTWK and version Current
  1. What do you expect will happen when you drop an XML file in your job's hot folder?
    The Read XML action will make the intent from the dropped XML file available to the rule set via it's success resulting event. Action parameters from this point on can be populated with intent from this event.
  2. What will happen if you drop an input file (instead of an XML file) in your job's hot folder? 
    The Read XML action will fail and the rule set processing will stop. This is not the expected file type for this action.
  3. What will happen if you drop multiple XML files in your job's hot folder?
    To process multiple XML files you need to use the Split action and handle each XML file separately. This is a valid use of XML hot folders and you might do this if you expect to get multiple file drops from external sources.