Module categories and improved debugging

Module categories and improved debugging

Release Note
Crosser Control Center

Module Categories

A new module browser is introduced in the Flow Studio to make it easier to find the right modules. All modules are added to one or several of the available categories. It is now also possible to switch between a list view and a panel based view using the  toggle in the upper-right corner of the module panel. Modules added by users in your organization, like Universal Connectors or modules developed with the SDK, will end up in the 'Custom' category.



The previous display is still available by selecting "Module Types" in the menu above the module list. Search also works just like before.

Improved Debugging

The formatting of debug messages have been improved to allow more information to be visible without having to open the messages in a separate window. They are now also interactive: By clicking on the opening parenthesis on an object or an array it can be collapsed and expanded. When collapsed the number of hidden items is shown. When clicking on a property name the path to that property is copied to the clipboard, so that it can be pasted into property settings on modules.
    • Related Articles

    • Module Updates

      This document contains a history of module updates in Crosser Control Center. 2024–05-31 Updates: CSV Reader [5.0.0] [New] Option to ignore blank lines. [New] Option to Auto Convert to the best data type. [New] Option to ignore rows starting with a ...
    • Node 2.6 support, Flow Annotations and FlowApp categories

      Release Note Crosser Control Center Release date: 2023-06-29 Node 2.6 Support Control Center now supports the new Node version 2.6, see here for more information on the new Node. To use version 2.6 Nodes your Flows must be configured to use version ...
    • The Data Trigger Module

      With the Data Trigger module you can monitor any number of data sources and trigger actions based on the data. The module uses a list of trigger definitions to analyze the data. When new data is received the trigger conditions are validated and when ...
    • Crosser Module Library

      Crosser Module Library This document presents the currently available standard modules for use with the Crosser Edge Node. The module library is constantly expanded with new modules. New modules are typically developed in a time frame of days to ...
    • Using the Python Bridge module

      Introduction Crosser offers two ways to run Python code from within a flow: the IronPython and the Python Bridge modules. The Crosser flow engine is built in .NET and Python is not a native .NET language. The IronPython module uses a Python ...