Adding Business Logic
You can add your own logic for each activity.
Prerequisites
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.
Copyright © Cloud Software Group, Inc. All Rights Reserved.