Configuring a Process

After creating a project, an empty process is created. You can add activities to the empty process to complete a task, such as sending a message.

Prerequisites

Ensure that you have created an empty process when creating a project. See Creating a Project for more details.

Procedure

  1. In the Project Explorer view, click the created project and open the empty process from the Processes folder.
  2. Select activities from the Palette view and drop them in the Process editor. For example, select and drop the Timer activity from the General Activities palette, and the AMQPSendMessage activity from the AMQP palette.

  3. Drag the icon to create a transition between the added activities.
  4. Configure the added AMQP activity, as described in AMQP Palette.
    Note: An AMQP connection is required when configuring the AMQP activities. See Creating an AMQP Connection for more details on how to create an AMQP connection.
  5. Click File > Save to save the process.