Running the HelloWorld Plug-in
To check whether the HelloWorld plug-in works as expected, you can create a business process using the created SayHello activity.
Before you begin
Ensure that you have added business logic, as described in Adding Business Logic.
- Procedure
- In the child TIBCO Business Studio, click from the menu.
- In the "Select a wizard" dialog box, click BusinessWorks Application Module. Click Next.
- In the Project dialog box, enter HelloWorld in the Project name field. Click Finish to create a HelloWorld project.
- From the General Activities palette, select and drop a Timer activity to the process editor. From the HelloWorld palette, select and drop a SayHello activity to the process editor.
- Drag the
icon to create a transition between the Timer activity and the SayHello activity.
- In the process editor, double-click the SayHello activity:
- In the General tab, enter AAA in the YourName field.
- In the Input tab, enter AAA as the value of the YourInput element.
- On the toolbar, click
to save your configurations.
- From the menu, click . In the "Create, manage, and run configurations" dialog box, click in the left panel, and then select HelloWorld.application in the Applications tab.
- Click Debug to start the HelloWorld process.
ResultIn the Debug perspective, click the
BusinessWorks Jobs tab, and then click
. Click the
Output tab in the Job Data view.
Hello World is displayed in the Output tab.
What to do next