Elixir Ensemble 2.0 includes the following new features:
FileSystem DataSource - allows records to be built from filesystem information, either for direct processing, or for identifying files containing data to be processed.
Tabular DataSource - allows records to be embedded within the datasource definition allowing for fast, efficient access with no external dependencies
Processor - a new Composite construct that allows a variety of specific tasks to be performed, including data cleansing and data inversion.
Split-Merge - a new Composite construct that allows SubFlows to be defined, that can act as switch statements - routing records into different parallel flows, or as a subroutine to simplify a complex flow.
Abort - the ability to cancel long operations. Right-click on the progress indicator to see a list of operations that can be cancelled.