diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2025-03-03 08:49:40 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2025-03-03 08:49:40 +0700 |
| commit | 09d200d4332ba3933350e8ff90bac3e51dbe1b15 (patch) | |
| tree | 5ce0fb8e71dfbb465042561cb3413f0c2afc0f34 /run_scheduled_action_job.kjb | |
| parent | 171269ca6093b051ace4c7b18958a515959fdf5a (diff) | |
add bug reserve to job
Diffstat (limited to 'run_scheduled_action_job.kjb')
| -rw-r--r-- | run_scheduled_action_job.kjb | 52 |
1 files changed, 50 insertions, 2 deletions
diff --git a/run_scheduled_action_job.kjb b/run_scheduled_action_job.kjb index b8857e1..8350c2a 100644 --- a/run_scheduled_action_job.kjb +++ b/run_scheduled_action_job.kjb @@ -434,8 +434,8 @@ <parallel>N</parallel> <draw>Y</draw> <nr>0</nr> - <xloc>1360</xloc> - <yloc>192</yloc> + <xloc>1168</xloc> + <yloc>208</yloc> <attributes_kjc/> </entry> <entry> @@ -555,6 +555,45 @@ <yloc>80</yloc> <attributes_kjc/> </entry> + <entry> + <name>bug fix reserve</name> + <description/> + <type>TRANS</type> + <attributes/> + <specification_method>filename</specification_method> + <trans_object_id/> + <filename>/home/stephan/transformation-job-bi/bug_fix_reserved_stock.ktr</filename> + <transname/> + <arg_from_previous>N</arg_from_previous> + <params_from_previous>N</params_from_previous> + <exec_per_row>N</exec_per_row> + <clear_rows>N</clear_rows> + <clear_files>N</clear_files> + <set_logfile>N</set_logfile> + <logfile/> + <logext/> + <add_date>N</add_date> + <add_time>N</add_time> + <loglevel>Basic</loglevel> + <cluster>N</cluster> + <slave_server_name/> + <set_append_logfile>N</set_append_logfile> + <wait_until_finished>Y</wait_until_finished> + <follow_abort_remote>N</follow_abort_remote> + <create_parent_folder>N</create_parent_folder> + <logging_remote_work>N</logging_remote_work> + <run_configuration>Pentaho local</run_configuration> + <suppress_result_data>N</suppress_result_data> + <parameters> + <pass_all_parameters>Y</pass_all_parameters> + </parameters> + <parallel>N</parallel> + <draw>Y</draw> + <nr>0</nr> + <xloc>1360</xloc> + <yloc>208</yloc> + <attributes_kjc/> + </entry> </entries> <hops> <hop> @@ -613,6 +652,15 @@ </hop> <hop> <from>update reserved status</from> + <to>bug fix reserve</to> + <from_nr>0</from_nr> + <to_nr>0</to_nr> + <enabled>Y</enabled> + <evaluation>Y</evaluation> + <unconditional>N</unconditional> + </hop> + <hop> + <from>bug fix reserve</from> <to>Success</to> <from_nr>0</from_nr> <to_nr>0</to_nr> |
