Adding Business Logic

You can add your own logic for each activity.

Prerequisites

Ensure that you have added Java global instance shared resource, as described in Adding Java Global Instance Shared Resource.

Procedure

  • Complete the steps in Adding Business Logic.

    Java global instance shared resource is added to the runtime classes of your created activity.

    /**
     * 
     *
     * 
     * @generated
     */
    @Property(name = "JavaGlobalInstanceName")
    public JavaGlobalInstanceResource javaGlobalInstanceResource;

    You can also invoke methods to get the classes information that you configured.

What to do next

Creating a Process