diff --git a/v1_apache-hop dash mapping/job_general.hwf b/v1_apache-hop dash mapping/job_general.hwf
index c8a8cfb..92a16a3 100644
--- a/v1_apache-hop dash mapping/job_general.hwf
+++ b/v1_apache-hop dash mapping/job_general.hwf
@@ -26,7 +26,7 @@
0
1
N
- 320
+ 144
240
@@ -60,8 +60,8 @@
N
Y
N
- 512
- 240
+ 560
+ 368
@@ -86,8 +86,8 @@
N
Y
N
- 720
- 240
+ 768
+ 368
@@ -110,7 +110,7 @@
N
Y
N
- 1088
+ 336
240
@@ -134,47 +134,79 @@
N
Y
N
- 896
+ 944
368
+
+ SQL.update_last_recording_date
+
+ SQL
+
+ ervu-dashboard
+ N
+ update public.last_recording_date
+set last_recording_date = start_time
+where entry = '1'
+
+ N
+ N
+ N
+ 1152
+ 240
+
+
job_pack.pub_recruitment
job_recruitments_all
- Y
+ N
Y
N
- Start
- job_pack.pub_recruitment
- Y
+ job_recruitments_all
+ job_info_recruits.hwf
+ N
Y
- Y
+ N
- job_last_recording_date
+ job_info_recruits.hwf
+ SQL.update_last_recording_date
+ N
+ Y
+ N
+
+
+ SQL.update_last_recording_date
Success
Y
N
Y
- job_recruitments_all
- job_info_recruits.hwf
- Y
+ job_last_recording_date
+ job_pack.pub_recruitment
+ N
N
Y
- job_info_recruits.hwf
+ Start
job_last_recording_date
Y
- N
+ Y
Y
+
+ job_last_recording_date
+ SQL.update_last_recording_date
+ Y
+ Y
+ N
+
diff --git a/v1_apache-hop dash mapping/recording_date/job_last_recording_date.hwf b/v1_apache-hop dash mapping/recording_date/job_last_recording_date.hwf
index 32a6c9f..cccb4cb 100644
--- a/v1_apache-hop dash mapping/recording_date/job_last_recording_date.hwf
+++ b/v1_apache-hop dash mapping/recording_date/job_last_recording_date.hwf
@@ -52,8 +52,6 @@
N
N
${Internal.Entry.Current.Folder}/last_recording_date.hpl
-
-
Basic
Y
@@ -64,8 +62,8 @@
N
Y
N
- 512
- 240
+ 496
+ 368
@@ -75,7 +73,13 @@
ervu-dashboard
N
- delete from public.last_recording_date
+ update public.last_recording_date
+set entry = '1',
+start_time = now()
+
+
+
+
N
N
N
@@ -95,12 +99,19 @@
SQL.delete
last_recording_date
- Y
+ N
+ N
+ Y
+
+
+ last_recording_date
+ Success
+ N
Y
N
- last_recording_date
+ SQL.delete
Success
Y
Y