Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.9
-
None
Description
The default process class for a job chain can be handled by JOE. JOE will read configuration files that contain the definition of the default process class and provides an input field to edit the value.
Configuration example
<job_chain orders_recoverable="yes" process_class="/FOLDER_NAME/JS-1301" visible="yes"> <job_chain_node error_state="ERROR" job="Test_JS-1301" next_state="SUCCESS" state="TEST"/> <job_chain_node state="SUCCESS"/> <job_chain_node state="ERROR"/> </job_chain>
Attachments
Issue Links
- relates to
-
JS-1301 Job chain with default process class (default agent)
- Released