diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-11-20 09:33:48 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-11-20 09:33:48 +0700 |
| commit | 88911da7b24709cc7764b2910cb30d52cb4ea4c5 (patch) | |
| tree | 35d9d369f81612aac2ff8a86230ab6884f3241c0 /run_scheduled_action_job.kjb | |
| parent | 53cf22e7d348dc0e8fa58d0ad2ca43dfa3ce99f4 (diff) | |
update reserve status
Diffstat (limited to 'run_scheduled_action_job.kjb')
| -rw-r--r-- | run_scheduled_action_job.kjb | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/run_scheduled_action_job.kjb b/run_scheduled_action_job.kjb index e05a4f3..b8857e1 100644 --- a/run_scheduled_action_job.kjb +++ b/run_scheduled_action_job.kjb @@ -434,7 +434,7 @@ <parallel>N</parallel> <draw>Y</draw> <nr>0</nr> - <xloc>1168</xloc> + <xloc>1360</xloc> <yloc>192</yloc> <attributes_kjc/> </entry> @@ -516,6 +516,45 @@ <yloc>80</yloc> <attributes_kjc/> </entry> + <entry> + <name>update reserved status</name> + <description/> + <type>TRANS</type> + <attributes/> + <specification_method>filename</specification_method> + <trans_object_id/> + <filename>/home/stephan/transformation-job-bi/update_reserved_status.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>80</yloc> + <attributes_kjc/> + </entry> </entries> <hops> <hop> @@ -565,6 +604,15 @@ </hop> <hop> <from>calculate status so</from> + <to>update reserved status</to> + <from_nr>0</from_nr> + <to_nr>0</to_nr> + <enabled>Y</enabled> + <evaluation>Y</evaluation> + <unconditional>N</unconditional> + </hop> + <hop> + <from>update reserved status</from> <to>Success</to> <from_nr>0</from_nr> <to_nr>0</to_nr> |
