Getting started

In the section we will show you how to build a typical treatment connector using a connection.

Building this connector however does require some programming skills.

We will show you how to create a connection:

  • Define a connection;
    • Create a category for a connection
    • Associate a category and the runtime class to the SMTP connection;
    • Create the runtime class for the SMTP connection;
    • Set the configuration and the editor class of the SMTP connection;
    • Create the editor class for the SMTP connection;
    • Set up and test the connection from the administration section;

and how to create a treatment connector:

  • Define a treatment connector;
    • Create a category for a treatment connector
    • Associate a category and the runtime class to the Sending mail treatment connector;
    • Create the runtime class for the mail treatment connector;
    • Set the configuration of the Sending mail treatment connector;
    • Create the editor class for the mail treatment connector;
    • Use the Sending mail treatment connector into a process diagram;
    • Test the Sending mail treatment connector using a process document.

and how to create a service connector:

  • Define a service connector;
    • Associate a runtime class to the service connector;
    • Create the runtime class for the service connector;
    • Set the configuration of the service connector;
    • Create the editor class for the service connector;
    • Make some result values available to the Studio;
    • Make some result values available for the next service execution;
    • Use the service connector into a form;
    • Test the service connector using a process document.