some fixes

This commit is contained in:
Fusionshh 2025-10-20 14:59:53 +03:00
parent ce59a53f7b
commit 019b76b8c2
4 changed files with 19 additions and 14 deletions

View file

@ -82,7 +82,7 @@ FROM ervu_dashboard.minobr_doc_type;
<limit>0</limit>
<sql>SELECT
max(update_date) as max_update_date
FROM minprosv_doc_type;
FROM ervu_dashboard.minprosv_doc_type;
</sql>
<variables_active>N</variables_active>
<attributes/>

View file

@ -42,8 +42,6 @@
<create_parent_folder>N</create_parent_folder>
<exec_per_row>N</exec_per_row>
<filename>${PROJECT_HOME}/info_recruits/citizen_tables/support/check_if_job_execution_exists.hpl</filename>
<logext/>
<logfile/>
<loglevel>Basic</loglevel>
<parameters>
<pass_all_parameters>Y</pass_all_parameters>
@ -59,11 +57,16 @@
<attributes_hac/>
</action>
<action>
<name>employer_job_execution_exists_check</name>
<name>job_execution_exists_check</name>
<description/>
<type>SIMPLE_EVAL</type>
<attributes/>
<comparevalue/>
<fieldname/>
<fieldtype>boolean</fieldtype>
<mask/>
<maxvalue/>
<minvalue/>
<successbooleancondition>false</successbooleancondition>
<successcondition>equal</successcondition>
<successnumbercondition>equal</successnumbercondition>
@ -139,8 +142,6 @@
<create_parent_folder>N</create_parent_folder>
<exec_per_row>N</exec_per_row>
<filename>${PROJECT_HOME}/info_recruits/citizen_tables/support/check_if_need_to_repeat.hpl</filename>
<logext/>
<logfile/>
<loglevel>Basic</loglevel>
<parameters>
<pass_all_parameters>Y</pass_all_parameters>
@ -221,20 +222,20 @@
<hops>
<hop>
<from>check_if_job_execution_exists.hpl</from>
<to>employer_job_execution_exists_check</to>
<to>job_execution_exists_check</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>employer_job_execution_exists_check</from>
<from>job_execution_exists_check</from>
<to>recruitment_five_flow.hpl</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>employer_job_execution_exists_check</from>
<from>job_execution_exists_check</from>
<to>check_if_need_to_repeat.hpl</to>
<enabled>Y</enabled>
<evaluation>N</evaluation>

View file

@ -108,7 +108,7 @@ where je.status in ('DELTA_ERROR', 'DELTA_PROCESSING')
<execute_each_row>N</execute_each_row>
<limit>0</limit>
<sql>select max(source_update_date) as max_source_update_date
FROM ervu_dashboard.citizen_work_activity;</sql>
FROM ervu_dashboard.work_activity;</sql>
<variables_active>N</variables_active>
<attributes/>
<GUI>

View file

@ -157,7 +157,7 @@
<attributes_hac/>
</action>
<action>
<name>job4_info_from_json.hwf</name>
<name>job1_info_from_json.hwf</name>
<description/>
<type>WORKFLOW</type>
<attributes/>
@ -165,15 +165,19 @@
<add_time>N</add_time>
<create_parent_folder>N</create_parent_folder>
<exec_per_row>N</exec_per_row>
<filename>${PROJECT_HOME}/info_recruits/supportive_jobs/job4_info_from_json.hwf</filename>
<filename>${PROJECT_HOME}/info_recruits/supportive_jobs/job1_info_from_json.hwf</filename>
<logext/>
<logfile/>
<loglevel>Nothing</loglevel>
<parameters>
<parameter>
<name>M_R_UP_DATE</name>
<stream_name/>
<value>${M_R_UP_DATE}</value>
</parameter>
<parameter>
<name>M_R_CR_DATE</name>
<stream_name/>
<value>${M_R_CR_DATE}</value>
</parameter>
<pass_all_parameters>Y</pass_all_parameters>
@ -328,13 +332,13 @@
</hop>
<hop>
<from>Start</from>
<to>job4_info_from_json.hwf</to>
<to>job1_info_from_json.hwf</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>Y</unconditional>
</hop>
<hop>
<from>job4_info_from_json.hwf</from>
<from>job1_info_from_json.hwf</from>
<to>Success job4_info_from_json.hwf</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>