How does the class for a process work ?How do you access the attributes of the class in JavaScript?
book
Article ID: KB0091249
calendar_today
Updated On:
Products
Versions
TIBCO IntegrationManager
-
Not Applicable
-
Description
Resolution: The class for a process is a template for placing data in the instance attribute of the Job. It restricts the values placed under the instance attribute to those defined by the class definition.
You can access attributes of a Job using the get() and put() method of the Job in the scripts or by accessing the attribute directly. For example, to access attribute A on the job, you could use job.A or job.get(A)
Issue/Introduction
How does the class for a process work ?How do you access the attributes of the class in JavaScript?
Environment
Product: TIBCO IntegrationManager
Version: 4.1.0, 4.5.0
OS: All
--------------------