removed debug print statement w/ burnettk
This commit is contained in:
parent
224ff3efa2
commit
66e4c2718b
|
@ -0,0 +1 @@
|
|||
(B)0[?1049h[1;46r[m[4l[H[JEvery 1.0s: mysql -uroot spiffworkflow_backend_local_development -e 'select * from process_instance_queue where locked_by is not NULL;'[1;150Hjason-Gazelle: Fri Aug 11 14:01:09 2023[46;188H[1;182H10[46;188H[H[JEvery 1.0s: mysql -uroot spiffworkflow_backend_local_development -e 'select * from process_instance_queue where locked_by is not NULL;'[1;150Hjason-Gazelle: Fri Aug 11 14:01:10 2023[23;188H[1;183H1[23;188H[1;183H2[23;188H[1;183H3[23;188H[1;183H4[23;188H[1;183H5[23;188H[1;183H6[23;188H[1;183H7[23;188H[1;183H8[23;188H[1;183H9[23;188H[1;182H20[23;188H[1;183H1[23;188H[1;183H2[23;188H[1;183H3[23;188H[1;183H4[23;188H[1;183H5[23;188H[1;183H6[23;188H[1;183H7[23;188H[1;183H8[23;188H[1;183H9[23;188H[1;182H30[23;188H[1;183H1[23;188H[1;183H2[23;188H[1;183H3[23;188H[1;183H4[23;188H[1;183H5[23;188H[1;183H6[23;188H[1;183H7[23;188H[1;183H8[23;188H[H[JEvery 1.0s: mysql -uroot spiffworkflow_backend_local_development -e 'select * from process_instance_queue where locked_by is not NULL;'[1;150Hjason-Gazelle: Fri Aug 11 14:01:38 2023[46;188H[46;1H[?1049l
[?1l>
|
|
@ -447,10 +447,6 @@ def _interstitial_stream(
|
|||
for spiff_task in tasks:
|
||||
# ignore the instructions if they are on the EndEvent for the top level process
|
||||
if not TaskService.is_main_process_end_event(spiff_task):
|
||||
print(
|
||||
"TaskService.get_task_type_from_spiff_task:"
|
||||
f" {TaskService.get_task_type_from_spiff_task(spiff_task)}"
|
||||
)
|
||||
try:
|
||||
instructions = render_instructions(spiff_task)
|
||||
except Exception as e:
|
||||
|
|
Loading…
Reference in New Issue