Adding Business Logic
At run time, you can add your own logic for each activity.
- For a synchronous activity, add your business logic in the [ActivityName]SynchronousActivity class.
- For an asynchronous activity, add your business logic in the [ActivityName]AsynchronousActivity class.
- For a process starter activity or a signal-in activity, add your business logic in the [ActivityName]EventSource class.
Prerequisites
Ensure that you have generated a palette and activities of the plug-in, as described in Defining a Palette and Adding and Configuring Activities.
Procedure
Copyright © TIBCO Software Inc. All Rights Reserved.