Details
-
Feature
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
Feature
- Users can create Java jobs that are running in a Standalone Agent or in a Subagent of an Agent Cluster.
- Java jobs share the JVM of the Agent.
- Java jobs are implemented from a base class offered by JS7.
- The base class offers the js7OrderStep object and includes methods
- to access order variables, workflow variables and variables from job resources.
- to access job related information items such as the job name, the job label etc.
- to access the order's outcome that can be use to pass variables to subsequent jobs and to specify a return code.
- Users have to implement the processOrder() method that is called by the JS7 Agent when an order passes the job.
- The base class offers the js7OrderStep object and includes methods
Attachments
Issue Links
- Wiki Page
-
Wiki Page Loading...