Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Beantwortet
Schrittdefinitionen in der Datenbank

Hallo zusammen,

vielleicht kann mir jemand hier einen Tipp geben. Wir generieren unsere Prozess-XML selbst und importieren diese dann in den JobRouter. Das funktioniert soweit auch bisher ganz gut, allerdings meckert der JobRouter im Bereich "Schritte" darüber, dass wir eine veraltete Einstellung mit drin haben:
file

Mir geht es um die alten Eskalationseinstellungen. Weiß jemand, wo die stehen, wo sie besser nicht mehr stehen oder was drin stehen muss?

Vielen Dank für's Lesen!

Daniel

  
  
Gepostet vor einem Jahr
Stimmen Neuste

Antworten 3


Moin,

zweierlei:

die Zeitüberwachung ist jetzt bei den Weiterleitungsregeln
file

Und die Eskalationen sind Rechte Maustaste auf dem Schritt --> Eskalationen
file

EDIT:
Teil 1 steht in JRRULES

file
übersetzt sich zu

processname	version	step	rule_id	parent_id	label	category	always	nextstep	nextuser	nextjob	no_notification	db_field	db_field_value	connection_name	sql_string	file_fieldname	fileaction	destination	file_option	escalation	shell	escalation_value	escalation_type	mail_to_name	mail_to_email	mail_subject	mail_emailtext	mail_attachment	xml_export	txt_export	csv_export	resubmission	resubmission_type	pdf_dialog	pdf_process_info	pdf_filename	pdf_file_fieldname	escalation_time_unit	field1a	field1b	operator1	operation1	field2a	field2b	operator2	operation2	field3a	field3b	operator3	submit_info_subject	submit_info_text	ordernum	sql_db_field	active	source_type	exec_in_simulate	documentation	abort	abort_text	stop_rule_execution	export_function	condition_function	condition_ret_value	condition_string	condition_case_sensitive	process_escalation_time	process_escalation_time_unit	priority	pool	in_stepgroup	sql_in_transaction	sql_return_affected_rows	pdf_process_details	end_step	type	execution_type	php_function	subtable	subtable_option	unique_recipients	convert_to_tiff	current_values	settings	modify_date	modified_by	create_date	created_by
AA_Spielwiese	1	13	1	NULL	-->14	NULL	1	14			NULL	NULL	NULL	NULL	NULL	NULL	NULL	NULL	NULL	100	NULL	NULL	NULL	NULL	NULL	NULL	NULL	NULL	NULL	NULL	NULL		s	NULL	NULL	NULL	NULL	m			0	0			0	0			0	NULL	NULL	1	NULL	1	3	NULL		NULL	NULL	NULL	NULL		1		0	NULL	NULL	NULL		NULL	NULL	NULL	NULL	NULL	1	NULL	NULL		0	NULL	NULL	NULL	<?xml version="1.0"?>
<settings><executionFunctionParameters/><conditionFunctionParameters/><properties><open_next_step_directly>0</open_next_step_directly></properties></settings>
	2023-04-24 16:27:53.000	x@y.de	2020-08-12 12:09:12.000	x@y.de

file

zu

processname	version	step	rule_id	parent_id	label	category	always	nextstep	nextuser	nextjob	no_notification	db_field	db_field_value	connection_name	sql_string	file_fieldname	fileaction	destination	file_option	escalation	shell	escalation_value	escalation_type	mail_to_name	mail_to_email	mail_subject	mail_emailtext	mail_attachment	xml_export	txt_export	csv_export	resubmission	resubmission_type	pdf_dialog	pdf_process_info	pdf_filename	pdf_file_fieldname	escalation_time_unit	field1a	field1b	operator1	operation1	field2a	field2b	operator2	operation2	field3a	field3b	operator3	submit_info_subject	submit_info_text	ordernum	sql_db_field	active	source_type	exec_in_simulate	documentation	abort	abort_text	stop_rule_execution	export_function	condition_function	condition_ret_value	condition_string	condition_case_sensitive	process_escalation_time	process_escalation_time_unit	priority	pool	in_stepgroup	sql_in_transaction	sql_return_affected_rows	pdf_process_details	end_step	type	execution_type	php_function	subtable	subtable_option	unique_recipients	convert_to_tiff	current_values	settings	modify_date	modified_by	create_date	created_by
AA_Spielwiese	1	13	1	NULL	-->14	NULL	1	14			NULL	NULL	NULL	NULL	NULL	NULL	NULL	NULL	NULL	(datumsFeld)	NULL	NULL	NULL	NULL	NULL	NULL	NULL	NULL	NULL	NULL	NULL		s	NULL	NULL	NULL	NULL	date			0	0			0	0			0	NULL	NULL	1	NULL	1	3	NULL		NULL	NULL	NULL	NULL		1		0	NULL	NULL	NULL		NULL	NULL	NULL	NULL	NULL	1	NULL	NULL		0	NULL	NULL	NULL	<?xml version="1.0"?>
<settings><executionFunctionParameters/><conditionFunctionParameters/><properties><open_next_step_directly>0</open_next_step_directly></properties></settings>
	2023-04-24 16:32:58.000	x@y.de	2020-08-12 12:09:12.000	x@y.de

Teil 2 steht in JRSTEPESCALATIONS

file

übersetzt sich zu

processname	version	step	escalation_id	type	active	escalation_time	escalation_time_unit	escalation_type	escalation_value	step_username	step_jobfunction	subject	emailtext	label	ordernum	description	orientation	sender	attachment	condition_type	condition_xml	repeat_action	repeat_interval_time	repeat_interval_time_unit	modify_date	modified_by	create_date	created_by
AA_Spielwiese	1	13	1	NULL	1	2	d	1	x@y.de			NULL	NULL	Test	NULL	NULL	2	NULL	NULL	NULL	NULL	0	0		NULL	NULL	NULL	NULL
  
  
Gepostet vor einem Jahr
Bearbeitet vor einem Jahr
Stefan Köngeter
309 × 7 Administrator

Servus,

erst einmal danke für die schnelle Reaktion. Mir ging es mehr um die Datenbank. Also, bei uns läuft es so ab, dass wir nicht im Prozessdesigner arbeiten, sondern über einen Compiler die JobRouter XML erstellen.
file

Dabei werden aber wohl für die Schritte nicht alle Einstellungen so gesetzt, wie sie sein sollten, dass er diesen Hinweis mit Verison 4.2 nicht macht. Ich vermute, dass man das in der Datenbank sehen müsste. Hier hat nicht noch jemand einen Prozess aus Version <4.2 zur Hand, oder?

Danke

Daniel

  
  
Gepostet vor einem Jahr
  
  

@<1547332911710081024|Daniel Winkels> Siehe erweiterte Antwort

Stefan Köngeter   vor einem Jahr Melden

Hallo zusammen,

für die, die die Lösung interessiert:

In meiner XML-Datei fehlte der Knoten:

Wenn dieser Teil nicht vorhanden ist, geht JobRouter wohl davon aus, dass der alte Mechanismus für Eskalationen in der Prozessdefinition verwendet wird.

  
  
Gepostet vor einem Jahr
3K Ansichten
3 Antworten
vor einem Jahr
vor einem Jahr
Stichwörter