Products | Versions |
---|---|
TIBCO IntegrationManager | - |
Not Applicable | - |
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)