-- -- PostgreSQL database dump -- -- Dumped from database version 9.5.7 -- Dumped by pg_dump version 9.5.7 -- Started on 2019-07-01 10:55:30 SET statement_timeout = 0; SET lock_timeout = 0; SET client_encoding = 'UTF8'; SET standard_conforming_strings = on; SET check_function_bodies = false; SET client_min_messages = warning; SET row_security = off; -- -- TOC entry 1 (class 3079 OID 12355) -- Name: plpgsql; Type: EXTENSION; Schema: -; Owner: -- CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog; -- -- TOC entry 2726 (class 0 OID 0) -- Dependencies: 1 -- Name: EXTENSION plpgsql; Type: COMMENT; Schema: -; Owner: -- COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language'; SET search_path = public, pg_catalog; SET default_tablespace = ''; SET default_with_oids = false; -- -- TOC entry 182 (class 1259 OID 1198870) -- Name: act_ge_bytearray; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ge_bytearray ( id_ character varying(64) NOT NULL, rev_ integer, name_ character varying(255), deployment_id_ character varying(64), bytes_ bytea, generated_ boolean, tenant_id_ character varying(64), type_ integer, create_time_ timestamp without time zone, root_proc_inst_id_ character varying(64), removal_time_ timestamp without time zone ); ALTER TABLE act_ge_bytearray OWNER TO postgres; -- -- TOC entry 181 (class 1259 OID 1198865) -- Name: act_ge_property; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ge_property ( name_ character varying(64) NOT NULL, value_ character varying(300), rev_ integer ); ALTER TABLE act_ge_property OWNER TO postgres; -- -- TOC entry 204 (class 1259 OID 1199318) -- Name: act_hi_actinst; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_actinst ( id_ character varying(64) NOT NULL, parent_act_inst_id_ character varying(64), proc_def_key_ character varying(255), proc_def_id_ character varying(64) NOT NULL, root_proc_inst_id_ character varying(64), proc_inst_id_ character varying(64) NOT NULL, execution_id_ character varying(64) NOT NULL, act_id_ character varying(255) NOT NULL, task_id_ character varying(64), call_proc_inst_id_ character varying(64), call_case_inst_id_ character varying(64), act_name_ character varying(255), act_type_ character varying(255) NOT NULL, assignee_ character varying(64), start_time_ timestamp without time zone NOT NULL, end_time_ timestamp without time zone, duration_ bigint, act_inst_state_ integer, sequence_counter_ bigint, tenant_id_ character varying(64), removal_time_ timestamp without time zone ); ALTER TABLE act_hi_actinst OWNER TO postgres; -- -- TOC entry 210 (class 1259 OID 1199366) -- Name: act_hi_attachment; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_attachment ( id_ character varying(64) NOT NULL, rev_ integer, user_id_ character varying(255), name_ character varying(255), description_ character varying(4000), type_ character varying(255), task_id_ character varying(64), root_proc_inst_id_ character varying(64), proc_inst_id_ character varying(64), url_ character varying(4000), content_id_ character varying(64), tenant_id_ character varying(64), create_time_ timestamp without time zone, removal_time_ timestamp without time zone ); ALTER TABLE act_hi_attachment OWNER TO postgres; -- -- TOC entry 214 (class 1259 OID 1199399) -- Name: act_hi_batch; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_batch ( id_ character varying(64) NOT NULL, type_ character varying(255), total_jobs_ integer, jobs_per_seed_ integer, invocations_per_job_ integer, seed_job_def_id_ character varying(64), monitor_job_def_id_ character varying(64), batch_job_def_id_ character varying(64), tenant_id_ character varying(64), create_user_id_ character varying(255), start_time_ timestamp without time zone NOT NULL, end_time_ timestamp without time zone, removal_time_ timestamp without time zone ); ALTER TABLE act_hi_batch OWNER TO postgres; -- -- TOC entry 217 (class 1259 OID 1199516) -- Name: act_hi_caseactinst; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_caseactinst ( id_ character varying(64) NOT NULL, parent_act_inst_id_ character varying(64), case_def_id_ character varying(64) NOT NULL, case_inst_id_ character varying(64) NOT NULL, case_act_id_ character varying(255) NOT NULL, task_id_ character varying(64), call_proc_inst_id_ character varying(64), call_case_inst_id_ character varying(64), case_act_name_ character varying(255), case_act_type_ character varying(255), create_time_ timestamp without time zone NOT NULL, end_time_ timestamp without time zone, duration_ bigint, state_ integer, required_ boolean, tenant_id_ character varying(64) ); ALTER TABLE act_hi_caseactinst OWNER TO postgres; -- -- TOC entry 216 (class 1259 OID 1199506) -- Name: act_hi_caseinst; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_caseinst ( id_ character varying(64) NOT NULL, case_inst_id_ character varying(64) NOT NULL, business_key_ character varying(255), case_def_id_ character varying(64) NOT NULL, create_time_ timestamp without time zone NOT NULL, close_time_ timestamp without time zone, duration_ bigint, state_ integer, create_user_id_ character varying(255), super_case_instance_id_ character varying(64), super_process_instance_id_ character varying(64), tenant_id_ character varying(64) ); ALTER TABLE act_hi_caseinst OWNER TO postgres; -- -- TOC entry 209 (class 1259 OID 1199358) -- Name: act_hi_comment; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_comment ( id_ character varying(64) NOT NULL, type_ character varying(255), time_ timestamp without time zone NOT NULL, user_id_ character varying(255), task_id_ character varying(64), root_proc_inst_id_ character varying(64), proc_inst_id_ character varying(64), action_ character varying(255), message_ character varying(4000), full_msg_ bytea, tenant_id_ character varying(64), removal_time_ timestamp without time zone ); ALTER TABLE act_hi_comment OWNER TO postgres; -- -- TOC entry 219 (class 1259 OID 1199539) -- Name: act_hi_dec_in; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_dec_in ( id_ character varying(64) NOT NULL, dec_inst_id_ character varying(64) NOT NULL, clause_id_ character varying(64), clause_name_ character varying(255), var_type_ character varying(100), bytearray_id_ character varying(64), double_ double precision, long_ bigint, text_ character varying(4000), text2_ character varying(4000), tenant_id_ character varying(64), create_time_ timestamp without time zone, root_proc_inst_id_ character varying(64), removal_time_ timestamp without time zone ); ALTER TABLE act_hi_dec_in OWNER TO postgres; -- -- TOC entry 220 (class 1259 OID 1199547) -- Name: act_hi_dec_out; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_dec_out ( id_ character varying(64) NOT NULL, dec_inst_id_ character varying(64) NOT NULL, clause_id_ character varying(64), clause_name_ character varying(255), rule_id_ character varying(64), rule_order_ integer, var_name_ character varying(255), var_type_ character varying(100), bytearray_id_ character varying(64), double_ double precision, long_ bigint, text_ character varying(4000), text2_ character varying(4000), tenant_id_ character varying(64), create_time_ timestamp without time zone, root_proc_inst_id_ character varying(64), removal_time_ timestamp without time zone ); ALTER TABLE act_hi_dec_out OWNER TO postgres; -- -- TOC entry 218 (class 1259 OID 1199531) -- Name: act_hi_decinst; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_decinst ( id_ character varying(64) NOT NULL, dec_def_id_ character varying(64) NOT NULL, dec_def_key_ character varying(255) NOT NULL, dec_def_name_ character varying(255), proc_def_key_ character varying(255), proc_def_id_ character varying(64), proc_inst_id_ character varying(64), case_def_key_ character varying(255), case_def_id_ character varying(64), case_inst_id_ character varying(64), act_inst_id_ character varying(64), act_id_ character varying(255), eval_time_ timestamp without time zone NOT NULL, removal_time_ timestamp without time zone, collect_value_ double precision, user_id_ character varying(255), root_dec_inst_id_ character varying(64), root_proc_inst_id_ character varying(64), dec_req_id_ character varying(64), dec_req_key_ character varying(255), tenant_id_ character varying(64) ); ALTER TABLE act_hi_decinst OWNER TO postgres; -- -- TOC entry 207 (class 1259 OID 1199342) -- Name: act_hi_detail; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_detail ( id_ character varying(64) NOT NULL, type_ character varying(255) NOT NULL, proc_def_key_ character varying(255), proc_def_id_ character varying(64), root_proc_inst_id_ character varying(64), proc_inst_id_ character varying(64), execution_id_ character varying(64), case_def_key_ character varying(255), case_def_id_ character varying(64), case_inst_id_ character varying(64), case_execution_id_ character varying(64), task_id_ character varying(64), act_inst_id_ character varying(64), var_inst_id_ character varying(64), name_ character varying(255) NOT NULL, var_type_ character varying(64), rev_ integer, time_ timestamp without time zone NOT NULL, bytearray_id_ character varying(64), double_ double precision, long_ bigint, text_ character varying(4000), text2_ character varying(4000), sequence_counter_ bigint, tenant_id_ character varying(64), operation_id_ character varying(64), removal_time_ timestamp without time zone ); ALTER TABLE act_hi_detail OWNER TO postgres; -- -- TOC entry 215 (class 1259 OID 1199407) -- Name: act_hi_ext_task_log; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_ext_task_log ( id_ character varying(64) NOT NULL, timestamp_ timestamp without time zone NOT NULL, ext_task_id_ character varying(64) NOT NULL, retries_ integer, topic_name_ character varying(255), worker_id_ character varying(255), priority_ bigint DEFAULT 0 NOT NULL, error_msg_ character varying(4000), error_details_id_ character varying(64), act_id_ character varying(255), act_inst_id_ character varying(64), execution_id_ character varying(64), proc_inst_id_ character varying(64), root_proc_inst_id_ character varying(64), proc_def_id_ character varying(64), proc_def_key_ character varying(255), tenant_id_ character varying(64), state_ integer, removal_time_ timestamp without time zone ); ALTER TABLE act_hi_ext_task_log OWNER TO postgres; -- -- TOC entry 208 (class 1259 OID 1199350) -- Name: act_hi_identitylink; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_identitylink ( id_ character varying(64) NOT NULL, timestamp_ timestamp without time zone NOT NULL, type_ character varying(255), user_id_ character varying(255), group_id_ character varying(255), task_id_ character varying(64), root_proc_inst_id_ character varying(64), proc_def_id_ character varying(64), operation_type_ character varying(64), assigner_id_ character varying(64), proc_def_key_ character varying(255), tenant_id_ character varying(64), removal_time_ timestamp without time zone ); ALTER TABLE act_hi_identitylink OWNER TO postgres; -- -- TOC entry 212 (class 1259 OID 1199382) -- Name: act_hi_incident; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_incident ( id_ character varying(64) NOT NULL, proc_def_key_ character varying(255), proc_def_id_ character varying(64), root_proc_inst_id_ character varying(64), proc_inst_id_ character varying(64), execution_id_ character varying(64), create_time_ timestamp without time zone NOT NULL, end_time_ timestamp without time zone, incident_msg_ character varying(4000), incident_type_ character varying(255) NOT NULL, activity_id_ character varying(255), cause_incident_id_ character varying(64), root_cause_incident_id_ character varying(64), configuration_ character varying(255), incident_state_ integer, tenant_id_ character varying(64), job_def_id_ character varying(64), removal_time_ timestamp without time zone ); ALTER TABLE act_hi_incident OWNER TO postgres; -- -- TOC entry 213 (class 1259 OID 1199390) -- Name: act_hi_job_log; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_job_log ( id_ character varying(64) NOT NULL, timestamp_ timestamp without time zone NOT NULL, job_id_ character varying(64) NOT NULL, job_duedate_ timestamp without time zone, job_retries_ integer, job_priority_ bigint DEFAULT 0 NOT NULL, job_exception_msg_ character varying(4000), job_exception_stack_id_ character varying(64), job_state_ integer, job_def_id_ character varying(64), job_def_type_ character varying(255), job_def_configuration_ character varying(255), act_id_ character varying(255), execution_id_ character varying(64), root_proc_inst_id_ character varying(64), process_instance_id_ character varying(64), process_def_id_ character varying(64), process_def_key_ character varying(255), deployment_id_ character varying(64), sequence_counter_ bigint, tenant_id_ character varying(64), removal_time_ timestamp without time zone ); ALTER TABLE act_hi_job_log OWNER TO postgres; -- -- TOC entry 211 (class 1259 OID 1199374) -- Name: act_hi_op_log; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_op_log ( id_ character varying(64) NOT NULL, deployment_id_ character varying(64), proc_def_id_ character varying(64), proc_def_key_ character varying(255), root_proc_inst_id_ character varying(64), proc_inst_id_ character varying(64), execution_id_ character varying(64), case_def_id_ character varying(64), case_inst_id_ character varying(64), case_execution_id_ character varying(64), task_id_ character varying(64), job_id_ character varying(64), job_def_id_ character varying(64), batch_id_ character varying(64), user_id_ character varying(255), timestamp_ timestamp without time zone NOT NULL, operation_type_ character varying(64), operation_id_ character varying(64), entity_type_ character varying(30), property_ character varying(64), org_value_ character varying(4000), new_value_ character varying(4000), tenant_id_ character varying(64), removal_time_ timestamp without time zone ); ALTER TABLE act_hi_op_log OWNER TO postgres; -- -- TOC entry 203 (class 1259 OID 1199308) -- Name: act_hi_procinst; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_procinst ( id_ character varying(64) NOT NULL, proc_inst_id_ character varying(64) NOT NULL, business_key_ character varying(255), proc_def_key_ character varying(255), proc_def_id_ character varying(64) NOT NULL, start_time_ timestamp without time zone NOT NULL, end_time_ timestamp without time zone, removal_time_ timestamp without time zone, duration_ bigint, start_user_id_ character varying(255), start_act_id_ character varying(255), end_act_id_ character varying(255), super_process_instance_id_ character varying(64), root_proc_inst_id_ character varying(64), super_case_instance_id_ character varying(64), case_inst_id_ character varying(64), delete_reason_ character varying(4000), tenant_id_ character varying(64), state_ character varying(255) ); ALTER TABLE act_hi_procinst OWNER TO postgres; -- -- TOC entry 205 (class 1259 OID 1199326) -- Name: act_hi_taskinst; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_taskinst ( id_ character varying(64) NOT NULL, task_def_key_ character varying(255), proc_def_key_ character varying(255), proc_def_id_ character varying(64), root_proc_inst_id_ character varying(64), proc_inst_id_ character varying(64), execution_id_ character varying(64), case_def_key_ character varying(255), case_def_id_ character varying(64), case_inst_id_ character varying(64), case_execution_id_ character varying(64), act_inst_id_ character varying(64), name_ character varying(255), parent_task_id_ character varying(64), description_ character varying(4000), owner_ character varying(255), assignee_ character varying(255), start_time_ timestamp without time zone NOT NULL, end_time_ timestamp without time zone, duration_ bigint, delete_reason_ character varying(4000), priority_ integer, due_date_ timestamp without time zone, follow_up_date_ timestamp without time zone, tenant_id_ character varying(64), removal_time_ timestamp without time zone ); ALTER TABLE act_hi_taskinst OWNER TO postgres; -- -- TOC entry 206 (class 1259 OID 1199334) -- Name: act_hi_varinst; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_hi_varinst ( id_ character varying(64) NOT NULL, proc_def_key_ character varying(255), proc_def_id_ character varying(64), root_proc_inst_id_ character varying(64), proc_inst_id_ character varying(64), execution_id_ character varying(64), act_inst_id_ character varying(64), case_def_key_ character varying(255), case_def_id_ character varying(64), case_inst_id_ character varying(64), case_execution_id_ character varying(64), task_id_ character varying(64), name_ character varying(255) NOT NULL, var_type_ character varying(100), create_time_ timestamp without time zone, rev_ integer, bytearray_id_ character varying(64), double_ double precision, long_ bigint, text_ character varying(4000), text2_ character varying(4000), tenant_id_ character varying(64), state_ character varying(20), removal_time_ timestamp without time zone ); ALTER TABLE act_hi_varinst OWNER TO postgres; -- -- TOC entry 221 (class 1259 OID 1199577) -- Name: act_id_group; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_id_group ( id_ character varying(64) NOT NULL, rev_ integer, name_ character varying(255), type_ character varying(255) ); ALTER TABLE act_id_group OWNER TO postgres; -- -- TOC entry 224 (class 1259 OID 1199598) -- Name: act_id_info; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_id_info ( id_ character varying(64) NOT NULL, rev_ integer, user_id_ character varying(64), type_ character varying(64), key_ character varying(255), value_ character varying(255), password_ bytea, parent_id_ character varying(255) ); ALTER TABLE act_id_info OWNER TO postgres; -- -- TOC entry 222 (class 1259 OID 1199585) -- Name: act_id_membership; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_id_membership ( user_id_ character varying(64) NOT NULL, group_id_ character varying(64) NOT NULL ); ALTER TABLE act_id_membership OWNER TO postgres; -- -- TOC entry 225 (class 1259 OID 1199606) -- Name: act_id_tenant; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_id_tenant ( id_ character varying(64) NOT NULL, rev_ integer, name_ character varying(255) ); ALTER TABLE act_id_tenant OWNER TO postgres; -- -- TOC entry 226 (class 1259 OID 1199611) -- Name: act_id_tenant_member; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_id_tenant_member ( id_ character varying(64) NOT NULL, tenant_id_ character varying(64) NOT NULL, user_id_ character varying(64), group_id_ character varying(64) ); ALTER TABLE act_id_tenant_member OWNER TO postgres; -- -- TOC entry 223 (class 1259 OID 1199590) -- Name: act_id_user; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_id_user ( id_ character varying(64) NOT NULL, rev_ integer, first_ character varying(255), last_ character varying(255), email_ character varying(255), pwd_ character varying(255), salt_ character varying(255), lock_exp_time_ timestamp without time zone, attempts_ integer, picture_id_ character varying(64) ); ALTER TABLE act_id_user OWNER TO postgres; -- -- TOC entry 198 (class 1259 OID 1199203) -- Name: act_re_case_def; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_re_case_def ( id_ character varying(64) NOT NULL, rev_ integer, category_ character varying(255), name_ character varying(255), key_ character varying(255) NOT NULL, version_ integer NOT NULL, deployment_id_ character varying(64), resource_name_ character varying(4000), dgrm_resource_name_ character varying(4000), tenant_id_ character varying(64), history_ttl_ integer ); ALTER TABLE act_re_case_def OWNER TO postgres; -- -- TOC entry 201 (class 1259 OID 1199284) -- Name: act_re_decision_def; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_re_decision_def ( id_ character varying(64) NOT NULL, rev_ integer, category_ character varying(255), name_ character varying(255), key_ character varying(255) NOT NULL, version_ integer NOT NULL, deployment_id_ character varying(64), resource_name_ character varying(4000), dgrm_resource_name_ character varying(4000), dec_req_id_ character varying(64), dec_req_key_ character varying(255), tenant_id_ character varying(64), history_ttl_ integer, version_tag_ character varying(64) ); ALTER TABLE act_re_decision_def OWNER TO postgres; -- -- TOC entry 202 (class 1259 OID 1199292) -- Name: act_re_decision_req_def; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_re_decision_req_def ( id_ character varying(64) NOT NULL, rev_ integer, category_ character varying(255), name_ character varying(255), key_ character varying(255) NOT NULL, version_ integer NOT NULL, deployment_id_ character varying(64), resource_name_ character varying(4000), dgrm_resource_name_ character varying(4000), tenant_id_ character varying(64) ); ALTER TABLE act_re_decision_req_def OWNER TO postgres; -- -- TOC entry 183 (class 1259 OID 1198878) -- Name: act_re_deployment; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_re_deployment ( id_ character varying(64) NOT NULL, name_ character varying(255), deploy_time_ timestamp without time zone, source_ character varying(255), tenant_id_ character varying(64) ); ALTER TABLE act_re_deployment OWNER TO postgres; -- -- TOC entry 187 (class 1259 OID 1198912) -- Name: act_re_procdef; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_re_procdef ( id_ character varying(64) NOT NULL, rev_ integer, category_ character varying(255), name_ character varying(255), key_ character varying(255) NOT NULL, version_ integer NOT NULL, deployment_id_ character varying(64), resource_name_ character varying(4000), dgrm_resource_name_ character varying(4000), has_start_form_key_ boolean, suspension_state_ integer, tenant_id_ character varying(64), version_tag_ character varying(64), history_ttl_ integer, startable_ boolean DEFAULT true NOT NULL ); ALTER TABLE act_re_procdef OWNER TO postgres; -- -- TOC entry 193 (class 1259 OID 1198961) -- Name: act_ru_authorization; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ru_authorization ( id_ character varying(64) NOT NULL, rev_ integer NOT NULL, type_ integer NOT NULL, group_id_ character varying(255), user_id_ character varying(255), resource_type_ integer NOT NULL, resource_id_ character varying(255), perms_ integer ); ALTER TABLE act_ru_authorization OWNER TO postgres; -- -- TOC entry 197 (class 1259 OID 1198992) -- Name: act_ru_batch; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ru_batch ( id_ character varying(64) NOT NULL, rev_ integer NOT NULL, type_ character varying(255), total_jobs_ integer, jobs_created_ integer, jobs_per_seed_ integer, invocations_per_job_ integer, seed_job_def_id_ character varying(64), batch_job_def_id_ character varying(64), monitor_job_def_id_ character varying(64), suspension_state_ integer, configuration_ character varying(255), tenant_id_ character varying(64), create_user_id_ character varying(255) ); ALTER TABLE act_ru_batch OWNER TO postgres; -- -- TOC entry 199 (class 1259 OID 1199211) -- Name: act_ru_case_execution; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ru_case_execution ( id_ character varying(64) NOT NULL, rev_ integer, case_inst_id_ character varying(64), super_case_exec_ character varying(64), super_exec_ character varying(64), business_key_ character varying(255), parent_id_ character varying(64), case_def_id_ character varying(64), act_id_ character varying(255), prev_state_ integer, current_state_ integer, required_ boolean, tenant_id_ character varying(64) ); ALTER TABLE act_ru_case_execution OWNER TO postgres; -- -- TOC entry 200 (class 1259 OID 1199219) -- Name: act_ru_case_sentry_part; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ru_case_sentry_part ( id_ character varying(64) NOT NULL, rev_ integer, case_inst_id_ character varying(64), case_exec_id_ character varying(64), sentry_id_ character varying(255), type_ character varying(255), source_case_exec_id_ character varying(64), standard_event_ character varying(255), source_ character varying(255), variable_event_ character varying(255), variable_name_ character varying(255), satisfied_ boolean, tenant_id_ character varying(64) ); ALTER TABLE act_ru_case_sentry_part OWNER TO postgres; -- -- TOC entry 191 (class 1259 OID 1198945) -- Name: act_ru_event_subscr; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ru_event_subscr ( id_ character varying(64) NOT NULL, rev_ integer, event_type_ character varying(255) NOT NULL, event_name_ character varying(255), execution_id_ character varying(64), proc_inst_id_ character varying(64), activity_id_ character varying(255), configuration_ character varying(255), created_ timestamp without time zone NOT NULL, tenant_id_ character varying(64) ); ALTER TABLE act_ru_event_subscr OWNER TO postgres; -- -- TOC entry 184 (class 1259 OID 1198886) -- Name: act_ru_execution; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ru_execution ( id_ character varying(64) NOT NULL, rev_ integer, root_proc_inst_id_ character varying(64), proc_inst_id_ character varying(64), business_key_ character varying(255), parent_id_ character varying(64), proc_def_id_ character varying(64), super_exec_ character varying(64), super_case_exec_ character varying(64), case_inst_id_ character varying(64), act_id_ character varying(255), act_inst_id_ character varying(64), is_active_ boolean, is_concurrent_ boolean, is_scope_ boolean, is_event_scope_ boolean, suspension_state_ integer, cached_ent_state_ integer, sequence_counter_ bigint, tenant_id_ character varying(64) ); ALTER TABLE act_ru_execution OWNER TO postgres; -- -- TOC entry 196 (class 1259 OID 1198983) -- Name: act_ru_ext_task; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ru_ext_task ( id_ character varying(64) NOT NULL, rev_ integer NOT NULL, worker_id_ character varying(255), topic_name_ character varying(255), retries_ integer, error_msg_ character varying(4000), error_details_id_ character varying(64), lock_exp_time_ timestamp without time zone, suspension_state_ integer, execution_id_ character varying(64), proc_inst_id_ character varying(64), proc_def_id_ character varying(64), proc_def_key_ character varying(255), act_id_ character varying(255), act_inst_id_ character varying(64), tenant_id_ character varying(64), priority_ bigint DEFAULT 0 NOT NULL ); ALTER TABLE act_ru_ext_task OWNER TO postgres; -- -- TOC entry 194 (class 1259 OID 1198969) -- Name: act_ru_filter; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ru_filter ( id_ character varying(64) NOT NULL, rev_ integer NOT NULL, resource_type_ character varying(255) NOT NULL, name_ character varying(255) NOT NULL, owner_ character varying(255), query_ text NOT NULL, properties_ text ); ALTER TABLE act_ru_filter OWNER TO postgres; -- -- TOC entry 189 (class 1259 OID 1198929) -- Name: act_ru_identitylink; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ru_identitylink ( id_ character varying(64) NOT NULL, rev_ integer, group_id_ character varying(255), type_ character varying(255), user_id_ character varying(255), task_id_ character varying(64), proc_def_id_ character varying(64), tenant_id_ character varying(64) ); ALTER TABLE act_ru_identitylink OWNER TO postgres; -- -- TOC entry 192 (class 1259 OID 1198953) -- Name: act_ru_incident; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ru_incident ( id_ character varying(64) NOT NULL, rev_ integer NOT NULL, incident_timestamp_ timestamp without time zone NOT NULL, incident_msg_ character varying(4000), incident_type_ character varying(255) NOT NULL, execution_id_ character varying(64), activity_id_ character varying(255), proc_inst_id_ character varying(64), proc_def_id_ character varying(64), cause_incident_id_ character varying(64), root_cause_incident_id_ character varying(64), configuration_ character varying(255), tenant_id_ character varying(64), job_def_id_ character varying(64) ); ALTER TABLE act_ru_incident OWNER TO postgres; -- -- TOC entry 185 (class 1259 OID 1198894) -- Name: act_ru_job; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ru_job ( id_ character varying(64) NOT NULL, rev_ integer, type_ character varying(255) NOT NULL, lock_exp_time_ timestamp without time zone, lock_owner_ character varying(255), exclusive_ boolean, execution_id_ character varying(64), process_instance_id_ character varying(64), process_def_id_ character varying(64), process_def_key_ character varying(255), retries_ integer, exception_stack_id_ character varying(64), exception_msg_ character varying(4000), duedate_ timestamp without time zone, repeat_ character varying(255), handler_type_ character varying(255), handler_cfg_ character varying(4000), deployment_id_ character varying(64), suspension_state_ integer DEFAULT 1 NOT NULL, job_def_id_ character varying(64), priority_ bigint DEFAULT 0 NOT NULL, sequence_counter_ bigint, tenant_id_ character varying(64), create_time_ timestamp without time zone ); ALTER TABLE act_ru_job OWNER TO postgres; -- -- TOC entry 186 (class 1259 OID 1198904) -- Name: act_ru_jobdef; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ru_jobdef ( id_ character varying(64) NOT NULL, rev_ integer, proc_def_id_ character varying(64), proc_def_key_ character varying(255), act_id_ character varying(255), job_type_ character varying(255) NOT NULL, job_configuration_ character varying(255), suspension_state_ integer, job_priority_ bigint, tenant_id_ character varying(64) ); ALTER TABLE act_ru_jobdef OWNER TO postgres; -- -- TOC entry 195 (class 1259 OID 1198977) -- Name: act_ru_meter_log; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ru_meter_log ( id_ character varying(64) NOT NULL, name_ character varying(64) NOT NULL, reporter_ character varying(255), value_ bigint, timestamp_ timestamp without time zone, milliseconds_ bigint DEFAULT 0 ); ALTER TABLE act_ru_meter_log OWNER TO postgres; -- -- TOC entry 188 (class 1259 OID 1198921) -- Name: act_ru_task; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ru_task ( id_ character varying(64) NOT NULL, rev_ integer, execution_id_ character varying(64), proc_inst_id_ character varying(64), proc_def_id_ character varying(64), case_execution_id_ character varying(64), case_inst_id_ character varying(64), case_def_id_ character varying(64), name_ character varying(255), parent_task_id_ character varying(64), description_ character varying(4000), task_def_key_ character varying(255), owner_ character varying(255), assignee_ character varying(255), delegation_ character varying(64), priority_ integer, create_time_ timestamp without time zone, due_date_ timestamp without time zone, follow_up_date_ timestamp without time zone, suspension_state_ integer, tenant_id_ character varying(64) ); ALTER TABLE act_ru_task OWNER TO postgres; -- -- TOC entry 190 (class 1259 OID 1198937) -- Name: act_ru_variable; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE act_ru_variable ( id_ character varying(64) NOT NULL, rev_ integer, type_ character varying(255) NOT NULL, name_ character varying(255) NOT NULL, execution_id_ character varying(64), proc_inst_id_ character varying(64), case_execution_id_ character varying(64), case_inst_id_ character varying(64), task_id_ character varying(64), bytearray_id_ character varying(64), double_ double precision, long_ bigint, text_ character varying(4000), text2_ character varying(4000), var_scope_ character varying(64), sequence_counter_ bigint, is_concurrent_local_ boolean, tenant_id_ character varying(64) ); ALTER TABLE act_ru_variable OWNER TO postgres; -- -- TOC entry 2674 (class 0 OID 1198870) -- Dependencies: 182 -- Data for Name: act_ge_bytearray; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_ge_bytearray (id_, rev_, name_, deployment_id_, bytes_, generated_, tenant_id_, type_, create_time_, root_proc_inst_id_, removal_time_) VALUES ('748e0a87-98e1-11e9-a1d1-6c2b59e8786e', 1, 'example.bpmn', '748de376-98e1-11e9-a1d1-6c2b59e8786e', '\x3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d225554462d38223f3e0a3c62706d6e3a646566696e6974696f6e7320786d6c6e733a62706d6e3d22687474703a2f2f7777772e6f6d672e6f72672f737065632f42504d4e2f32303130303532342f4d4f44454c2220786d6c6e733a62706d6e64693d22687474703a2f2f7777772e6f6d672e6f72672f737065632f42504d4e2f32303130303532342f44492220786d6c6e733a64633d22687474703a2f2f7777772e6f6d672e6f72672f737065632f44442f32303130303532342f44432220786d6c6e733a63616d756e64613d22687474703a2f2f63616d756e64612e6f72672f736368656d612f312e302f62706d6e2220786d6c6e733a62696f633d22687474703a2f2f62706d6e2e696f2f736368656d612f62706d6e2f62696f636f6c6f722f312e302220786d6c6e733a64693d22687474703a2f2f7777772e6f6d672e6f72672f737065632f44442f32303130303532342f4449222069643d22446566696e6974696f6e735f3069726673706f22207461726765744e616d6573706163653d22687474703a2f2f62706d6e2e696f2f736368656d612f62706d6e22206578706f727465723d2243616d756e6461204d6f64656c657222206578706f7274657256657273696f6e3d22332e312e30223e0a20203c62706d6e3a70726f636573732069643d2270726f636573735f6578616d706c6522206e616d653d2250726f63657373206578616d706c652220697345786563757461626c653d2274727565223e0a202020203c62706d6e3a73746172744576656e742069643d2253746172744576656e745f31223e0a2020202020203c62706d6e3a6f7574676f696e673e53657175656e6365466c6f775f316678666977733c2f62706d6e3a6f7574676f696e673e0a202020203c2f62706d6e3a73746172744576656e743e0a202020203c62706d6e3a73657175656e6365466c6f772069643d2253657175656e6365466c6f775f316678666977732220736f757263655265663d2253746172744576656e745f3122207461726765745265663d22757365725461736b5f6578616d706c6522202f3e0a202020203c62706d6e3a757365725461736b2069643d22757365725461736b5f6578616d706c6522206e616d653d22557365725461736b223e0a2020202020203c62706d6e3a657874656e73696f6e456c656d656e74733e0a20202020202020203c63616d756e64613a696e7075744f75747075743e0a202020202020202020203c63616d756e64613a696e707574506172616d65746572206e616d653d2261223e623c2f63616d756e64613a696e707574506172616d657465723e0a20202020202020203c2f63616d756e64613a696e7075744f75747075743e0a2020202020203c2f62706d6e3a657874656e73696f6e456c656d656e74733e0a2020202020203c62706d6e3a696e636f6d696e673e53657175656e6365466c6f775f316678666977733c2f62706d6e3a696e636f6d696e673e0a2020202020203c62706d6e3a6f7574676f696e673e53657175656e6365466c6f775f303530626b62393c2f62706d6e3a6f7574676f696e673e0a202020203c2f62706d6e3a757365725461736b3e0a202020203c62706d6e3a656e644576656e742069643d22456e644576656e745f30306634663761223e0a2020202020203c62706d6e3a696e636f6d696e673e53657175656e6365466c6f775f303530626b62393c2f62706d6e3a696e636f6d696e673e0a202020203c2f62706d6e3a656e644576656e743e0a202020203c62706d6e3a73657175656e6365466c6f772069643d2253657175656e6365466c6f775f303530626b62392220736f757263655265663d22757365725461736b5f6578616d706c6522207461726765745265663d22456e644576656e745f3030663466376122202f3e0a20203c2f62706d6e3a70726f636573733e0a20203c62706d6e64693a42504d4e4469616772616d2069643d2242504d4e4469616772616d5f31223e0a202020203c62706d6e64693a42504d4e506c616e652069643d2242504d4e506c616e655f31222062706d6e456c656d656e743d2270726f636573735f6578616d706c65223e0a2020202020203c62706d6e64693a42504d4e53686170652069643d225f42504d4e53686170655f53746172744576656e745f32222062706d6e456c656d656e743d2253746172744576656e745f31222062696f633a7374726f6b653d227267622836372c203136302c20373129222062696f633a66696c6c3d22726762283230302c203233302c2032303129223e0a20202020202020203c64633a426f756e647320783d223137392220793d22313033222077696474683d22333622206865696768743d22333622202f3e0a2020202020203c2f62706d6e64693a42504d4e53686170653e0a2020202020203c62706d6e64693a42504d4e456467652069643d2253657175656e6365466c6f775f316678666977735f6469222062706d6e456c656d656e743d2253657175656e6365466c6f775f31667866697773223e0a20202020202020203c64693a776179706f696e7420783d223231352220793d2231323122202f3e0a20202020202020203c64693a776179706f696e7420783d223239322220793d2231323122202f3e0a2020202020203c2f62706d6e64693a42504d4e456467653e0a2020202020203c62706d6e64693a42504d4e53686170652069643d22557365725461736b5f316736613939375f6469222062706d6e456c656d656e743d22757365725461736b5f6578616d706c65223e0a20202020202020203c64633a426f756e647320783d223239322220793d223831222077696474683d2231303022206865696768743d22383022202f3e0a2020202020203c2f62706d6e64693a42504d4e53686170653e0a2020202020203c62706d6e64693a42504d4e53686170652069643d22456e644576656e745f303066346637615f6469222062706d6e456c656d656e743d22456e644576656e745f30306634663761222062696f633a7374726f6b653d22726762283232392c2035372c20353329222062696f633a66696c6c3d22726762283235352c203230352c2032313029223e0a20202020202020203c64633a426f756e647320783d223436392220793d22313033222077696474683d22333622206865696768743d22333622202f3e0a2020202020203c2f62706d6e64693a42504d4e53686170653e0a2020202020203c62706d6e64693a42504d4e456467652069643d2253657175656e6365466c6f775f303530626b62395f6469222062706d6e456c656d656e743d2253657175656e6365466c6f775f303530626b6239223e0a20202020202020203c64693a776179706f696e7420783d223339322220793d2231323122202f3e0a20202020202020203c64693a776179706f696e7420783d223436392220793d2231323122202f3e0a2020202020203c2f62706d6e64693a42504d4e456467653e0a202020203c2f62706d6e64693a42504d4e506c616e653e0a20203c2f62706d6e64693a42504d4e4469616772616d3e0a3c2f62706d6e3a646566696e6974696f6e733e0a', false, NULL, NULL, NULL, NULL, NULL); -- -- TOC entry 2673 (class 0 OID 1198865) -- Dependencies: 181 -- Data for Name: act_ge_property; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_ge_property (name_, value_, rev_) VALUES ('schema.version', 'fox', 1); INSERT INTO act_ge_property (name_, value_, rev_) VALUES ('schema.history', 'create(fox)', 1); INSERT INTO act_ge_property (name_, value_, rev_) VALUES ('deployment.lock', '0', 1); INSERT INTO act_ge_property (name_, value_, rev_) VALUES ('history.cleanup.job.lock', '0', 1); INSERT INTO act_ge_property (name_, value_, rev_) VALUES ('startup.lock', '0', 1); INSERT INTO act_ge_property (name_, value_, rev_) VALUES ('historyLevel', '3', 1); INSERT INTO act_ge_property (name_, value_, rev_) VALUES ('next.dbid', '10101', 102); -- -- TOC entry 2696 (class 0 OID 1199318) -- Dependencies: 204 -- Data for Name: act_hi_actinst; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_hi_actinst (id_, parent_act_inst_id_, proc_def_key_, proc_def_id_, root_proc_inst_id_, proc_inst_id_, execution_id_, act_id_, task_id_, call_proc_inst_id_, call_case_inst_id_, act_name_, act_type_, assignee_, start_time_, end_time_, duration_, act_inst_state_, sequence_counter_, tenant_id_, removal_time_) VALUES ('StartEvent_1:985c4d0b-98e1-11e9-a1d1-6c2b59e8786e', '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', 'process_example', 'process_example:1:7493fdf8-98e1-11e9-a1d1-6c2b59e8786e', NULL, '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', 'StartEvent_1', NULL, NULL, NULL, NULL, 'startEvent', NULL, '2019-06-27 15:43:50.276', '2019-06-27 15:43:50.28', 4, 4, 1, NULL, NULL); INSERT INTO act_hi_actinst (id_, parent_act_inst_id_, proc_def_key_, proc_def_id_, root_proc_inst_id_, proc_inst_id_, execution_id_, act_id_, task_id_, call_proc_inst_id_, call_case_inst_id_, act_name_, act_type_, assignee_, start_time_, end_time_, duration_, act_inst_state_, sequence_counter_, tenant_id_, removal_time_) VALUES ('userTask_example:985d376e-98e1-11e9-a1d1-6c2b59e8786e', '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', 'process_example', 'process_example:1:7493fdf8-98e1-11e9-a1d1-6c2b59e8786e', NULL, '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', '985d105d-98e1-11e9-a1d1-6c2b59e8786e', 'userTask_example', '985dd3b1-98e1-11e9-a1d1-6c2b59e8786e', NULL, NULL, 'UserTask', 'userTask', NULL, '2019-06-27 15:43:50.285', NULL, NULL, 0, 3, NULL, NULL); INSERT INTO act_hi_actinst (id_, parent_act_inst_id_, proc_def_key_, proc_def_id_, root_proc_inst_id_, proc_inst_id_, execution_id_, act_id_, task_id_, call_proc_inst_id_, call_case_inst_id_, act_name_, act_type_, assignee_, start_time_, end_time_, duration_, act_inst_state_, sequence_counter_, tenant_id_, removal_time_) VALUES ('start_first_process:949149b3-8e9d-11e9-926a-baad20524153', '94905f52-8e9d-11e9-926a-baad20524153', 'TROISIEME_PROCESS', 'TROISIEME_PROCESS:1:5ff34961-8e9d-11e9-926a-baad20524153', NULL, '94905f52-8e9d-11e9-926a-baad20524153', '94905f52-8e9d-11e9-926a-baad20524153', 'start_first_process', NULL, NULL, NULL, NULL, 'startEvent', NULL, '2019-06-14 14:11:46.507', '2019-06-14 14:11:46.509', 2, 4, 1, NULL, NULL); INSERT INTO act_hi_actinst (id_, parent_act_inst_id_, proc_def_key_, proc_def_id_, root_proc_inst_id_, proc_inst_id_, execution_id_, act_id_, task_id_, call_proc_inst_id_, call_case_inst_id_, act_name_, act_type_, assignee_, start_time_, end_time_, duration_, act_inst_state_, sequence_counter_, tenant_id_, removal_time_) VALUES ('EndEvent_1lh38wg:c24a9c37-8e9d-11e9-926a-baad20524153', '94905f52-8e9d-11e9-926a-baad20524153', 'TROISIEME_PROCESS', 'TROISIEME_PROCESS:1:5ff34961-8e9d-11e9-926a-baad20524153', NULL, '94905f52-8e9d-11e9-926a-baad20524153', '94905f52-8e9d-11e9-926a-baad20524153', 'EndEvent_1lh38wg', NULL, NULL, NULL, NULL, 'noneEndEvent', NULL, '2019-06-14 14:13:03.219', '2019-06-14 14:13:03.219', 0, 1, 7, NULL, NULL); INSERT INTO act_hi_actinst (id_, parent_act_inst_id_, proc_def_key_, proc_def_id_, root_proc_inst_id_, proc_inst_id_, execution_id_, act_id_, task_id_, call_proc_inst_id_, call_case_inst_id_, act_name_, act_type_, assignee_, start_time_, end_time_, duration_, act_inst_state_, sequence_counter_, tenant_id_, removal_time_) VALUES ('tache_2:c24a2706-8e9d-11e9-926a-baad20524153', '94905f52-8e9d-11e9-926a-baad20524153', 'TROISIEME_PROCESS', 'TROISIEME_PROCESS:1:5ff34961-8e9d-11e9-926a-baad20524153', NULL, '94905f52-8e9d-11e9-926a-baad20524153', '94905f52-8e9d-11e9-926a-baad20524153', 'tache_2', NULL, NULL, NULL, 'tache 2 ter', 'serviceTask', NULL, '2019-06-14 14:13:03.216', '2019-06-14 14:13:03.219', 3, 4, 5, NULL, NULL); INSERT INTO act_hi_actinst (id_, parent_act_inst_id_, proc_def_key_, proc_def_id_, root_proc_inst_id_, proc_inst_id_, execution_id_, act_id_, task_id_, call_proc_inst_id_, call_case_inst_id_, act_name_, act_type_, assignee_, start_time_, end_time_, duration_, act_inst_state_, sequence_counter_, tenant_id_, removal_time_) VALUES ('tache_1:949197d4-8e9d-11e9-926a-baad20524153', '94905f52-8e9d-11e9-926a-baad20524153', 'TROISIEME_PROCESS', 'TROISIEME_PROCESS:1:5ff34961-8e9d-11e9-926a-baad20524153', NULL, '94905f52-8e9d-11e9-926a-baad20524153', '94905f52-8e9d-11e9-926a-baad20524153', 'tache_1', '9491bee5-8e9d-11e9-926a-baad20524153', NULL, NULL, 'Tache 1 ter', 'userTask', NULL, '2019-06-14 14:11:46.509', '2019-06-14 14:13:03.214', 76705, 4, 3, NULL, NULL); -- -- TOC entry 2702 (class 0 OID 1199366) -- Dependencies: 210 -- Data for Name: act_hi_attachment; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2706 (class 0 OID 1199399) -- Dependencies: 214 -- Data for Name: act_hi_batch; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2709 (class 0 OID 1199516) -- Dependencies: 217 -- Data for Name: act_hi_caseactinst; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2708 (class 0 OID 1199506) -- Dependencies: 216 -- Data for Name: act_hi_caseinst; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2701 (class 0 OID 1199358) -- Dependencies: 209 -- Data for Name: act_hi_comment; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2711 (class 0 OID 1199539) -- Dependencies: 219 -- Data for Name: act_hi_dec_in; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2712 (class 0 OID 1199547) -- Dependencies: 220 -- Data for Name: act_hi_dec_out; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2710 (class 0 OID 1199531) -- Dependencies: 218 -- Data for Name: act_hi_decinst; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2699 (class 0 OID 1199342) -- Dependencies: 207 -- Data for Name: act_hi_detail; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_hi_detail (id_, type_, proc_def_key_, proc_def_id_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_key_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, act_inst_id_, var_inst_id_, name_, var_type_, rev_, time_, bytearray_id_, double_, long_, text_, text2_, sequence_counter_, tenant_id_, operation_id_, removal_time_) VALUES ('985c9b2c-98e1-11e9-a1d1-6c2b59e8786e', 'VariableUpdate', 'process_example', 'process_example:1:7493fdf8-98e1-11e9-a1d1-6c2b59e8786e', NULL, '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, 'StartEvent_1:985c4d0b-98e1-11e9-a1d1-6c2b59e8786e', '985bb0ca-98e1-11e9-a1d1-6c2b59e8786e', 'idObjet', 'string', 0, '2019-06-27 15:43:50.278', NULL, NULL, NULL, 'aStringValue', NULL, 1, NULL, NULL, NULL); INSERT INTO act_hi_detail (id_, type_, proc_def_key_, proc_def_id_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_key_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, act_inst_id_, var_inst_id_, name_, var_type_, rev_, time_, bytearray_id_, double_, long_, text_, text2_, sequence_counter_, tenant_id_, operation_id_, removal_time_) VALUES ('985daca0-98e1-11e9-a1d1-6c2b59e8786e', 'VariableUpdate', 'process_example', 'process_example:1:7493fdf8-98e1-11e9-a1d1-6c2b59e8786e', NULL, '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', '985d105d-98e1-11e9-a1d1-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, 'userTask_example:985d376e-98e1-11e9-a1d1-6c2b59e8786e', '985dac9f-98e1-11e9-a1d1-6c2b59e8786e', 'a', 'string', 0, '2019-06-27 15:43:50.285', NULL, NULL, NULL, 'b', NULL, 1, NULL, NULL, NULL); INSERT INTO act_hi_detail (id_, type_, proc_def_key_, proc_def_id_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_key_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, act_inst_id_, var_inst_id_, name_, var_type_, rev_, time_, bytearray_id_, double_, long_, text_, text2_, sequence_counter_, tenant_id_, operation_id_, removal_time_) VALUES ('89be1fdd-98e2-11e9-a1d1-6c2b59e8786e', 'VariableUpdate', 'process_example', 'process_example:1:7493fdf8-98e1-11e9-a1d1-6c2b59e8786e', NULL, '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', '985bb0ca-98e1-11e9-a1d1-6c2b59e8786e', 'idObjet', 'string', 1, '2019-06-27 15:50:35.248', NULL, NULL, NULL, NULL, NULL, 2, NULL, '89be1fdc-98e2-11e9-a1d1-6c2b59e8786e', NULL); -- -- TOC entry 2707 (class 0 OID 1199407) -- Dependencies: 215 -- Data for Name: act_hi_ext_task_log; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2700 (class 0 OID 1199350) -- Dependencies: 208 -- Data for Name: act_hi_identitylink; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2704 (class 0 OID 1199382) -- Dependencies: 212 -- Data for Name: act_hi_incident; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2705 (class 0 OID 1199390) -- Dependencies: 213 -- Data for Name: act_hi_job_log; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b2e696d3-81e9-11e9-9ced-980c20524153', '2019-05-29 10:13:54.033', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 00:01:00', 3, 0, NULL, NULL, 0, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b358b9ad-81e9-11e9-9ced-980c20524153', '2019-05-29 10:13:54.781', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 10:14:04.78', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('bc4c230e-81e9-11e9-9ced-980c20524153', '2019-05-29 10:14:09.798', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 10:14:29.798', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d12b4e9f-81e9-11e9-9ced-980c20524153', '2019-05-29 10:14:44.815', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 10:15:24.814', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('fde1b010-81e9-11e9-9ced-980c20524153', '2019-05-29 10:15:59.83', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 10:17:19.83', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4e5d0531-81ea-11e9-9ced-980c20524153', '2019-05-29 10:18:14.856', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 10:20:54.856', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c29b0412-81ea-11e9-9ced-980c20524153', '2019-05-29 10:21:29.878', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 10:26:49.878', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ffdc51cf-81ea-11e9-8e3d-980c20524153', '2019-05-29 10:23:12.647', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 10:23:22.645', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('08d539a0-81eb-11e9-8e3d-980c20524153', '2019-05-29 10:23:27.7', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 10:23:47.699', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 9, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1db46531-81eb-11e9-8e3d-980c20524153', '2019-05-29 10:24:02.717', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 10:24:42.716', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 10, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4a6b14c2-81eb-11e9-8e3d-980c20524153', '2019-05-29 10:25:17.734', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 10:26:37.733', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 11, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9ae57f83-81eb-11e9-8e3d-980c20524153', '2019-05-29 10:27:32.754', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 10:30:12.754', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0f23f394-81ec-11e9-8e3d-980c20524153', '2019-05-29 10:30:47.779', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 10:36:07.778', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 13, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('eead4b15-81ec-11e9-8e3d-980c20524153', '2019-05-29 10:37:02.811', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 10:47:42.811', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 14, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8111fd20-81ee-11e9-8e3d-980c20524153', '2019-05-29 10:48:17.915', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:09:37.914', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 15, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('08a9ade6-81f1-11e9-8625-980c20524153', '2019-05-29 11:06:24.394', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:06:34.391', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('119ca2ec-81f1-11e9-8625-980c20524153', '2019-05-29 11:06:39.409', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:06:59.408', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 17, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('267a95fd-81f1-11e9-8625-980c20524153', '2019-05-29 11:07:14.418', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:07:54.418', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('532fe5fe-81f1-11e9-8625-980c20524153', '2019-05-29 11:08:29.426', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:09:49.426', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 19, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a3a806cf-81f1-11e9-8625-980c20524153', '2019-05-29 11:10:44.431', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:13:24.43', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 20, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c29b0002-81f1-11e9-bf2c-980c20524153', '2019-05-29 11:11:36.354', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:11:46.353', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 21, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('cb8e6930-81f1-11e9-bf2c-980c20524153', '2019-05-29 11:11:51.372', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:12:11.371', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 22, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e073d651-81f1-11e9-bf2c-980c20524153', '2019-05-29 11:12:26.43', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:13:06.429', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 23, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0d2a37c2-81f2-11e9-bf2c-980c20524153', '2019-05-29 11:13:41.445', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:15:01.445', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 24, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5da45463-81f2-11e9-bf2c-980c20524153', '2019-05-29 11:15:56.463', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:18:36.462', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 25, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d1e31694-81f2-11e9-bf2c-980c20524153', '2019-05-29 11:19:11.49', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:24:31.489', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 26, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('17aab4ca-81f3-11e9-b87a-980c20524153', '2019-05-29 11:21:08.561', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:21:18.559', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 27, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('209f7deb-81f3-11e9-b87a-980c20524153', '2019-05-29 11:21:23.587', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:21:43.586', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 28, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3143be5a-81f3-11e9-9d9e-980c20524153', '2019-05-29 11:21:51.507', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:22:01.505', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 29, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3a37c42b-81f3-11e9-9d9e-980c20524153', '2019-05-29 11:22:06.528', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:22:26.528', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 30, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4f16c8ac-81f3-11e9-9d9e-980c20524153', '2019-05-29 11:22:41.544', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:23:21.543', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 31, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('7bcd512d-81f3-11e9-9d9e-980c20524153', '2019-05-29 11:23:56.56', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:25:16.56', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 32, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('cc4d884e-81f3-11e9-9d9e-980c20524153', '2019-05-29 11:26:11.618', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:28:51.618', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 33, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6c97ed73-81f4-11e9-a3ea-980c20524153', '2019-05-29 11:30:40.541', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:30:50.539', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 34, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('75925be4-81f4-11e9-a3ea-980c20524153', '2019-05-29 11:30:55.604', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:31:15.603', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 35, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8a716065-81f4-11e9-a3ea-980c20524153', '2019-05-29 11:31:30.62', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:32:10.619', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 36, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b7285e16-81f4-11e9-a3ea-980c20524153', '2019-05-29 11:32:45.639', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:34:05.639', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 37, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('07a2c8d7-81f5-11e9-a3ea-980c20524153', '2019-05-29 11:35:00.659', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:37:40.658', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 38, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('7be115d8-81f5-11e9-a3ea-980c20524153', '2019-05-29 11:38:15.683', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:43:35.682', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 39, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3f2aace5-81f6-11e9-9a61-980c20524153', '2019-05-29 11:43:43.32', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:43:53.319', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 40, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('481def66-81f6-11e9-9a61-980c20524153', '2019-05-29 11:43:58.337', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:44:18.337', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('63bd2989-81f6-11e9-985c-980c20524153', '2019-05-29 11:44:44.679', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:44:54.677', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 42, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6cb0e13a-81f6-11e9-985c-980c20524153', '2019-05-29 11:44:59.698', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:45:19.697', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 43, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('818fe5bb-81f6-11e9-985c-980c20524153', '2019-05-29 11:45:34.714', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:46:14.713', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ae46954c-81f6-11e9-985c-980c20524153', '2019-05-29 11:46:49.731', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:48:09.73', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 45, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d5332f0c-81f6-11e9-8d19-980c20524153', '2019-05-29 11:47:55.034', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:48:05.033', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 46, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('de26989d-81f6-11e9-8d19-980c20524153', '2019-05-29 11:48:10.052', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:48:30.051', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f3057610-81f6-11e9-8d19-980c20524153', '2019-05-29 11:48:45.067', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:49:25.066', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 48, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1fbc4cb6-81f7-11e9-8d19-980c20524153', '2019-05-29 11:50:00.085', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:51:20.084', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 49, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3594cc86-81f7-11e9-923a-980c20524153', '2019-05-29 11:50:36.735', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:50:46.734', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3e892077-81f7-11e9-923a-980c20524153', '2019-05-29 11:50:51.759', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:51:11.758', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 51, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5367fde8-81f7-11e9-923a-980c20524153', '2019-05-29 11:51:26.774', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:52:06.774', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 52, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('801ead79-81f7-11e9-923a-980c20524153', '2019-05-29 11:52:41.791', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:54:01.79', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d098f12a-81f7-11e9-923a-980c20524153', '2019-05-29 11:54:56.81', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 11:57:36.809', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 54, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('44d62cbb-81f8-11e9-923a-980c20524153', '2019-05-29 11:58:11.827', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 12:03:31.826', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 55, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('245c4fec-81f9-11e9-923a-980c20524153', '2019-05-29 12:04:26.838', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 12:15:06.837', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b6b60577-81fa-11e9-923a-980c20524153', '2019-05-29 12:15:41.87', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 12:37:01.87', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 57, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d27e1d4c-81fd-11e9-923a-980c20524153', '2019-05-29 12:37:56.97', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 13:20:36.969', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 58, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('dd3fa88b-8203-11e9-923a-980c20524153', '2019-05-29 13:21:11.996', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 14:21:11.995', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4805f842-820c-11e9-923a-980c20524153', '2019-05-29 14:21:27.108', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 15:21:27.107', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 60, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b2c7dc1b-8214-11e9-923a-980c20524153', '2019-05-29 15:21:42.191', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 16:21:42.191', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 61, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1d8d9084-821d-11e9-923a-980c20524153', '2019-05-29 16:21:57.299', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-05-29 17:21:57.299', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8e2d313f-85d7-11e9-8c8c-980c20524153', '2019-06-03 10:14:06.129', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-03 10:14:16.128', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 63, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9723cf20-85d7-11e9-8c8c-980c20524153', '2019-06-03 10:14:21.167', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-03 10:14:41.167', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 64, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9521', '2019-06-03 10:14:53.126', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-03 10:14:41.167', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 65, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f025ba6b-86a9-11e9-bb7a-201720524153', '2019-06-04 11:20:04.811', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 11:20:14.809', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 66, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('fa38017c-86a9-11e9-bb7a-201720524153', '2019-06-04 11:20:21.708', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 11:20:41.708', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 67, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0f17541d-86aa-11e9-bb7a-201720524153', '2019-06-04 11:20:56.726', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 11:21:36.726', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 68, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3bd6410e-86aa-11e9-bb7a-201720524153', '2019-06-04 11:22:11.797', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 11:23:31.796', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 69, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8c589b0f-86aa-11e9-bb7a-201720524153', '2019-06-04 11:24:26.869', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 11:27:06.868', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 70, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('009699f4-86ab-11e9-bb7a-201720524153', '2019-06-04 11:27:41.891', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 11:33:01.89', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 71, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e0208db9-86ab-11e9-bb7a-201720524153', '2019-06-04 11:33:56.927', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 11:44:36.927', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 72, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('727d5084-86ad-11e9-bb7a-201720524153', '2019-06-04 11:45:11.979', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 12:06:31.978', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 73, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8e42d04d-86b0-11e9-bb7a-201720524153', '2019-06-04 12:07:27.062', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 12:50:07.061', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 74, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('991104bc-86b6-11e9-bb7a-201720524153', '2019-06-04 12:50:42.171', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 13:50:42.17', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 75, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('03e203c5-86bf-11e9-bb7a-201720524153', '2019-06-04 13:50:57.353', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 14:50:57.352', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 76, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6ebc519e-86c7-11e9-bb7a-201720524153', '2019-06-04 14:51:12.596', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 15:51:12.595', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 77, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d9646c17-86cf-11e9-bb7a-201720524153', '2019-06-04 15:51:27.51', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 16:51:27.51', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 78, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('443c7010-86d8-11e9-bb7a-201720524153', '2019-06-04 16:51:42.738', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 17:51:42.737', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 79, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('af0d4719-86e0-11e9-bb7a-201720524153', '2019-06-04 17:51:57.919', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 18:51:57.918', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 80, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('19d59392-86e9-11e9-bb7a-201720524153', '2019-06-04 18:52:13.044', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 19:52:13.043', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 81, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8497505b-86f1-11e9-bb7a-201720524153', '2019-06-04 19:52:28.126', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 20:52:28.125', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 82, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ef6198a4-86f9-11e9-bb7a-201720524153', '2019-06-04 20:52:43.264', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 21:52:43.263', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 83, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5a22e03d-8702-11e9-bb7a-201720524153', '2019-06-04 21:52:58.343', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 22:52:58.342', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 84, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c4e894a6-870a-11e9-bb7a-201720524153', '2019-06-04 22:53:13.451', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-04 23:53:13.45', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 85, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2fa9db3f-8713-11e9-bb7a-201720524153', '2019-06-04 23:53:28.53', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 00:53:28.53', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 86, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9a6f8fa8-871b-11e9-bb7a-201720524153', '2019-06-05 00:53:43.638', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 01:53:43.637', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 87, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('05356b21-8724-11e9-bb7a-201720524153', '2019-06-05 01:53:58.747', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 02:53:58.746', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 88, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6ff68baa-872c-11e9-bb7a-201720524153', '2019-06-05 02:54:13.825', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 03:54:13.824', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 89, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('dabc8e33-8734-11e9-bb7a-201720524153', '2019-06-05 03:54:28.935', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 04:54:28.934', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 90, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4584b39c-873d-11e9-bb7a-201720524153', '2019-06-05 04:54:44.059', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 05:54:44.058', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 91, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b0462145-8745-11e9-bb7a-201720524153', '2019-06-05 05:54:59.139', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 06:54:59.138', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 92, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1b0b878e-874e-11e9-bb7a-201720524153', '2019-06-05 06:55:14.245', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 07:55:14.244', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 93, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('85cccf27-8756-11e9-bb7a-201720524153', '2019-06-05 07:55:29.324', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 08:55:29.323', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 94, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f0928390-875e-11e9-bb7a-201720524153', '2019-06-05 08:55:44.432', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 09:55:44.431', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 95, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5b59e5b9-8767-11e9-bb7a-201720524153', '2019-06-05 09:55:59.551', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 10:55:59.55', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 96, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c6225852-876f-11e9-bb7a-201720524153', '2019-06-05 10:56:14.677', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 11:56:14.676', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 97, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3113fecf-8778-11e9-bb7a-201720524153', '2019-06-05 11:56:30.073', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 12:56:30.072', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 98, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9bd9da50-8780-11e9-bb7a-201720524153', '2019-06-05 12:56:45.182', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 13:56:45.181', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 99, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('069c0c49-8789-11e9-bb7a-201720524153', '2019-06-05 13:57:00.266', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 14:57:00.266', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('716199b2-8791-11e9-bb7a-201720524153', '2019-06-05 14:57:15.374', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 15:57:15.373', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 101, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('dc27270b-8799-11e9-bb7a-201720524153', '2019-06-05 15:57:30.481', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 16:57:30.48', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 102, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('46e7f874-87a2-11e9-bb7a-201720524153', '2019-06-05 16:57:45.557', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 17:57:45.556', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 103, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b1adacdd-87aa-11e9-bb7a-201720524153', '2019-06-05 17:58:00.665', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 18:58:00.664', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 104, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1c792da6-87b3-11e9-bb7a-201720524153', '2019-06-05 18:58:15.811', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 19:58:15.81', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 105, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('873e45cf-87bb-11e9-bb7a-201720524153', '2019-06-05 19:58:30.915', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 20:58:30.914', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 106, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f2042148-87c3-11e9-bb7a-201720524153', '2019-06-05 20:58:46.024', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 21:58:46.023', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 107, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5cce1b71-87cc-11e9-bb7a-201720524153', '2019-06-05 21:59:01.16', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 22:59:01.159', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 108, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c7863a4a-87d4-11e9-bb7a-201720524153', '2019-06-05 22:59:16.179', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-05 23:59:16.178', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 109, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('324bc7a3-87dd-11e9-bb7a-201720524153', '2019-06-05 23:59:31.286', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 00:59:31.285', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 110, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9d11a31c-87e5-11e9-bb7a-201720524153', '2019-06-06 00:59:46.395', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 01:59:46.395', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 111, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('07d73075-87ee-11e9-bb7a-201720524153', '2019-06-06 02:00:01.502', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 03:00:01.502', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 112, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('7292849e-87f6-11e9-bb7a-201720524153', '2019-06-06 03:00:16.542', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 04:00:16.542', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 113, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('dd65cd97-87fe-11e9-bb7a-201720524153', '2019-06-06 04:00:31.739', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 05:00:31.738', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 114, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('480449f0-8807-11e9-bb7a-201720524153', '2019-06-06 05:00:46.59', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 06:00:46.589', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 115, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b2e3c7e9-880f-11e9-bb7a-201720524153', '2019-06-06 06:01:01.867', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 07:01:01.866', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 116, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1da97c52-8818-11e9-bb7a-201720524153', '2019-06-06 07:01:16.975', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 08:01:16.974', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 117, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('886a75cb-8820-11e9-bb7a-201720524153', '2019-06-06 08:01:32.052', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 09:01:32.052', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 118, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f334e524-8828-11e9-bb7a-201720524153', '2019-06-06 09:01:47.191', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 10:01:47.191', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 119, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5e082e1d-8831-11e9-bb7a-201720524153', '2019-06-06 10:02:02.388', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 11:02:02.388', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 120, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c8c99bc6-8839-11e9-bb7a-201720524153', '2019-06-06 11:02:17.468', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 12:02:17.467', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 121, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('339088b3-8842-11e9-bb7a-201720524153', '2019-06-06 12:02:32.584', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 13:02:32.583', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 122, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9e55eefc-884a-11e9-bb7a-201720524153', '2019-06-06 13:02:47.69', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 14:02:47.69', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 123, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('09170f85-8853-11e9-bb7a-201720524153', '2019-06-06 14:03:02.768', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 15:03:02.767', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 124, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('73e85cae-885b-11e9-bb7a-201720524153', '2019-06-06 15:03:17.952', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 16:03:17.951', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 125, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('deb515f7-8863-11e9-bb7a-201720524153', '2019-06-06 16:03:33.106', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 17:03:33.105', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 126, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('497683a0-886c-11e9-bb7a-201720524153', '2019-06-06 17:03:48.186', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 18:03:48.185', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 127, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b43d2269-8874-11e9-bb7a-201720524153', '2019-06-06 18:04:03.3', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 19:04:03.299', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 128, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1f02fde2-887d-11e9-bb7a-201720524153', '2019-06-06 19:04:18.409', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 20:04:18.408', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 129, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('89c4939b-8885-11e9-bb7a-201720524153', '2019-06-06 20:04:33.49', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 21:04:33.49', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 130, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f48dca74-888d-11e9-bb7a-201720524153', '2019-06-06 21:04:48.621', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 22:04:48.62', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 131, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5f5616ed-8896-11e9-bb7a-201720524153', '2019-06-06 22:05:03.746', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-06 23:05:03.745', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 132, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ca1c3f90-889e-11e9-bb7a-201720524153', '2019-06-06 23:05:18.857', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 00:05:18.856', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 133, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('34e1cce9-88a7-11e9-bb7a-201720524153', '2019-06-07 00:05:33.964', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 01:05:33.963', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 134, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9faa8e92-88af-11e9-bb7a-201720524153', '2019-06-07 01:05:49.092', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 02:05:49.091', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 135, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0a6bd62b-88b8-11e9-bb7a-201720524153', '2019-06-07 02:06:04.171', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 03:06:04.17', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 136, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('75318a94-88c0-11e9-bb7a-201720524153', '2019-06-07 03:06:19.279', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 04:06:19.278', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 137, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('dff7db3d-88c8-11e9-bb7a-201720524153', '2019-06-07 04:06:34.391', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 05:06:34.39', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 138, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4ab8d4b6-88d1-11e9-bb7a-201720524153', '2019-06-07 05:06:49.468', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 06:06:49.467', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 139, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b57efd4f-88d9-11e9-bb7a-201720524153', '2019-06-07 06:07:04.579', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 07:07:04.578', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 140, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('20401dd8-88e2-11e9-bb7a-201720524153', '2019-06-07 07:07:19.657', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 08:07:19.656', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 141, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8b09a2d1-88ea-11e9-bb7a-201720524153', '2019-06-07 08:07:34.79', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 09:07:34.79', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 142, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f5c9b1ea-88f2-11e9-bb7a-201720524153', '2019-06-07 09:07:49.861', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 10:07:49.86', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 143, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6093ac15-88fb-11e9-bb7a-201720524153', '2019-06-07 10:08:04.997', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 11:08:04.996', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 144, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('cb565345-8903-11e9-bb7a-201720524153', '2019-06-07 11:08:20.085', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 12:08:20.084', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 145, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('361bdfb3-890c-11e9-bb7a-201720524153', '2019-06-07 12:08:35.192', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 13:08:35.192', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 146, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a0dd9c7c-8914-11e9-bb7a-201720524153', '2019-06-07 13:08:50.274', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 14:08:50.273', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 147, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0ba377f5-891d-11e9-bb7a-201720524153', '2019-06-07 14:09:05.383', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 15:09:05.383', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 148, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('766582de-8925-11e9-bb7a-201720524153', '2019-06-07 15:09:20.467', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 16:09:20.467', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 149, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e12fcb27-892d-11e9-bb7a-201720524153', '2019-06-07 16:09:35.605', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 17:09:35.604', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 150, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4bf111c0-8936-11e9-bb7a-201720524153', '2019-06-07 17:09:50.684', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 18:09:50.684', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 151, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b6b76269-893e-11e9-bb7a-201720524153', '2019-06-07 18:10:05.796', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 19:10:05.796', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 152, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('21779892-8947-11e9-bb7a-201720524153', '2019-06-07 19:10:20.868', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 20:10:20.867', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 153, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8c3d4cfb-894f-11e9-bb7a-201720524153', '2019-06-07 20:10:35.976', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 21:10:35.975', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 154, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f7034f84-8957-11e9-bb7a-201720524153', '2019-06-07 21:10:51.086', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 22:10:51.085', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 155, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('61c4971d-8960-11e9-bb7a-201720524153', '2019-06-07 22:11:06.165', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-07 23:11:06.164', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 156, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('cc8f0676-8968-11e9-bb7a-201720524153', '2019-06-07 23:11:21.304', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 00:11:21.304', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 157, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3757a00f-8971-11e9-bb7a-201720524153', '2019-06-08 00:11:36.431', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 01:11:36.43', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 158, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a218e7a8-8979-11e9-bb7a-201720524153', '2019-06-08 01:11:51.51', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 02:11:51.51', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 159, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0cde7501-8982-11e9-bb7a-201720524153', '2019-06-08 02:12:06.617', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 03:12:06.616', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 160, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('779fe3aa-898a-11e9-bb7a-201720524153', '2019-06-08 03:12:21.697', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 04:12:21.696', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 161, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e265bf23-8992-11e9-bb7a-201720524153', '2019-06-08 04:12:36.806', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 05:12:36.805', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 162, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4d318e0c-899b-11e9-bb7a-201720524153', '2019-06-08 05:12:51.954', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 06:12:51.953', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 163, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b7f28685-89a3-11e9-bb7a-201720524153', '2019-06-08 06:13:07.031', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 07:13:07.031', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 164, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('22b7c5be-89ac-11e9-bb7a-201720524153', '2019-06-08 07:13:22.136', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 08:13:22.135', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 165, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8d790d57-89b4-11e9-bb7a-201720524153', '2019-06-08 08:13:37.215', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 09:13:37.215', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 166, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f83db050-89bc-11e9-bb7a-201720524153', '2019-06-08 09:13:52.316', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 10:13:52.315', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 167, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('62ffbb39-89c5-11e9-bb7a-201720524153', '2019-06-08 10:14:07.4', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 11:14:07.399', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 168, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('cdc596b2-89cd-11e9-bb7a-201720524153', '2019-06-08 11:14:22.509', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 12:14:22.508', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 169, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3889c37b-89d6-11e9-bb7a-201720524153', '2019-06-08 12:14:37.607', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 13:14:37.607', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 170, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a34c6aa4-89de-11e9-bb7a-201720524153', '2019-06-08 13:14:52.695', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 14:14:52.694', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 171, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0e10233d-89e7-11e9-bb7a-201720524153', '2019-06-08 14:15:07.79', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 15:15:07.789', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 172, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('78d82196-89ef-11e9-bb7a-201720524153', '2019-06-08 15:15:22.913', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 16:15:22.912', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 173, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e39b64ff-89f7-11e9-bb7a-201720524153', '2019-06-08 16:15:38.005', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 17:15:38.005', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 174, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4e5ef688-8a00-11e9-bb7a-201720524153', '2019-06-08 17:15:53.099', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 18:15:53.098', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 175, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b92482e1-8a08-11e9-bb7a-201720524153', '2019-06-08 18:16:08.206', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 19:16:08.205', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 176, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('23e702fa-8a11-11e9-bb7a-201720524153', '2019-06-08 19:16:23.293', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 20:16:23.292', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 177, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8ea82383-8a19-11e9-bb7a-201720524153', '2019-06-08 20:16:38.371', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 21:16:38.37', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 178, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f96c2a3c-8a21-11e9-bb7a-201720524153', '2019-06-08 21:16:53.468', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 22:16:53.468', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 179, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('64327ae5-8a2a-11e9-bb7a-201720524153', '2019-06-08 22:17:08.58', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-08 23:17:08.579', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 180, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ceffa95e-8a32-11e9-bb7a-201720524153', '2019-06-08 23:17:23.737', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 00:17:23.736', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 181, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('39cc62a7-8a3b-11e9-bb7a-201720524153', '2019-06-09 00:17:38.891', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 01:17:38.89', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 182, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a490dd90-8a43-11e9-bb7a-201720524153', '2019-06-09 01:17:53.991', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 02:17:53.99', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 183, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0f561cc9-8a4c-11e9-bb7a-201720524153', '2019-06-09 02:18:09.095', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 03:18:09.095', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 184, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('7a16ef32-8a54-11e9-bb7a-201720524153', '2019-06-09 03:18:24.172', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 04:18:24.172', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 185, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e4dc557b-8a5c-11e9-bb7a-201720524153', '2019-06-09 04:18:39.278', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 05:18:39.278', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 186, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4f9d4ef4-8a65-11e9-bb7a-201720524153', '2019-06-09 05:18:54.355', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 06:18:54.354', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 187, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ba628e2d-8a6d-11e9-bb7a-201720524153', '2019-06-09 06:19:09.46', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 07:19:09.459', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 188, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('25233886-8a76-11e9-bb7a-201720524153', '2019-06-09 07:19:24.535', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 08:19:24.534', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 189, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8fe89ecf-8a7e-11e9-bb7a-201720524153', '2019-06-09 08:19:39.641', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 09:19:39.641', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 190, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('faae0518-8a86-11e9-bb7a-201720524153', '2019-06-09 09:19:54.747', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 10:19:54.746', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 191, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6570853b-8a8f-11e9-bb7a-201720524153', '2019-06-09 10:20:09.834', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 11:20:09.833', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 192, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d0309454-8a97-11e9-bb7a-201720524153', '2019-06-09 11:20:24.905', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 12:20:24.905', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 193, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3af6bded-8aa0-11e9-bb7a-201720524153', '2019-06-09 12:20:40.016', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 13:20:40.015', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 194, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a5be1f06-8aa8-11e9-bb7a-201720524153', '2019-06-09 13:20:55.135', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 14:20:55.134', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 195, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('107f8daf-8ab1-11e9-bb7a-201720524153', '2019-06-09 14:21:10.215', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 15:21:10.214', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 196, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('7b456928-8ab9-11e9-bb7a-201720524153', '2019-06-09 15:21:25.324', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-09 16:21:25.323', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 197, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2ea81fd9-8c16-11e9-b250-baad20524153', '2019-06-11 08:57:31.144', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 08:57:41.143', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 198, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('37f8c49a-8c16-11e9-b250-baad20524153', '2019-06-11 08:57:46.773', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 08:58:06.772', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 199, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4cd88c6b-8c16-11e9-b250-baad20524153', '2019-06-11 08:58:21.794', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 08:59:01.793', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 200, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('798f3bfc-8c16-11e9-b250-baad20524153', '2019-06-11 08:59:36.811', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 09:00:56.81', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 201, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ca08954d-8c16-11e9-b250-baad20524153', '2019-06-11 09:01:51.824', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 09:04:31.823', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 202, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3e43fc1e-8c17-11e9-b250-baad20524153', '2019-06-11 09:05:06.829', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 09:10:26.828', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 203, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1dc84a8f-8c18-11e9-b250-baad20524153', '2019-06-11 09:11:21.828', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 09:22:01.827', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 204, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b01b495d-8c19-11e9-b250-baad20524153', '2019-06-11 09:22:36.816', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 09:43:56.815', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 205, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('cbccf302-8c1c-11e9-b250-baad20524153', '2019-06-11 09:44:51.769', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 10:27:31.768', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 206, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d6b910bd-8c22-11e9-b250-baad20524153', '2019-06-11 10:28:07.074', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 11:28:07.074', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 207, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4188fe56-8c2b-11e9-b250-baad20524153', '2019-06-11 11:28:22.249', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 12:28:22.248', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 208, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ac50d59f-8c33-11e9-b250-baad20524153', '2019-06-11 12:28:37.371', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 13:28:37.371', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 209, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('172bbeb8-8c3c-11e9-b250-baad20524153', '2019-06-11 13:28:52.618', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 14:28:52.618', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 210, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('81f56ac1-8c44-11e9-b250-baad20524153', '2019-06-11 14:29:07.752', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 15:29:07.751', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 211, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ecd07bea-8c4c-11e9-b250-baad20524153', '2019-06-11 15:29:23', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 16:29:23', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 212, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('578d7dc3-8c55-11e9-b250-baad20524153', '2019-06-11 16:29:38.051', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 17:29:38.05', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 213, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c253ce6c-8c5d-11e9-b250-baad20524153', '2019-06-11 17:29:53.163', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 18:29:53.162', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 214, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2d1e16b5-8c66-11e9-b250-baad20524153', '2019-06-11 18:30:08.301', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 19:30:08.3', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 215, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('97dd617e-8c6e-11e9-b250-baad20524153', '2019-06-11 19:30:23.367', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 20:30:23.367', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 216, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('02a3b227-8c77-11e9-b250-baad20524153', '2019-06-11 20:30:38.479', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 21:30:38.478', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 217, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6d6a50f0-8c7f-11e9-b250-baad20524153', '2019-06-11 21:30:53.593', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 22:30:53.593', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 218, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d82c5bd9-8c87-11e9-b250-baad20524153', '2019-06-11 22:31:08.677', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-11 23:31:08.676', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 219, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('42f23752-8c90-11e9-b250-baad20524153', '2019-06-11 23:31:23.786', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 00:31:23.785', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 220, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('adb2466b-8c98-11e9-b250-baad20524153', '2019-06-12 00:31:38.857', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 01:31:38.856', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 221, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('187820e4-8ca1-11e9-b250-baad20524153', '2019-06-12 01:31:53.966', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 02:31:53.965', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 222, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('833e236d-8ca9-11e9-b250-baad20524153', '2019-06-12 02:32:09.076', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 03:32:09.075', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 223, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('edff43f6-8cb1-11e9-b250-baad20524153', '2019-06-12 03:32:24.154', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 04:32:24.153', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 224, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('58c4f85f-8cba-11e9-b250-baad20524153', '2019-06-12 04:32:39.262', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 05:32:39.261', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 225, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c38618e8-8cc2-11e9-b250-baad20524153', '2019-06-12 05:32:54.34', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 06:32:54.339', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 226, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2e4c6991-8ccb-11e9-b250-baad20524153', '2019-06-12 06:33:09.452', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 07:33:09.451', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 227, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('990db12a-8cd3-11e9-b250-baad20524153', '2019-06-12 07:33:24.531', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 08:33:24.53', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 228, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('03d33d83-8cdc-11e9-b250-baad20524153', '2019-06-12 08:33:39.638', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 09:33:39.638', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 229, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6e95968c-8ce4-11e9-b250-baad20524153', '2019-06-12 09:33:54.724', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 10:33:54.723', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 230, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d95ef475-8cec-11e9-b250-baad20524153', '2019-06-12 10:34:09.856', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 11:34:09.855', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 231, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4423e58e-8cf5-11e9-b250-baad20524153', '2019-06-12 11:34:24.959', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 12:34:24.959', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 232, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('aee999f7-8cfd-11e9-b250-baad20524153', '2019-06-12 12:34:40.067', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 13:34:40.066', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 233, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('19ac6830-8d06-11e9-b250-baad20524153', '2019-06-12 13:34:55.156', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 14:34:55.155', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 234, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('84721b99-8d0e-11e9-b250-baad20524153', '2019-06-12 14:35:10.264', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 15:35:10.264', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 235, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ef33b152-8d16-11e9-b250-baad20524153', '2019-06-12 15:35:25.345', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 16:35:25.344', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 236, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('59fe47bb-8d1f-11e9-b250-baad20524153', '2019-06-12 16:35:40.485', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 17:35:40.484', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 237, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c4bafb74-8d27-11e9-b250-baad20524153', '2019-06-12 17:35:55.534', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 18:35:55.534', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 238, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2f85b8ed-8d30-11e9-b250-baad20524153', '2019-06-12 18:36:10.675', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 19:36:10.675', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 239, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9a474ea6-8d38-11e9-b250-baad20524153', '2019-06-12 19:36:25.756', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 20:36:25.755', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 240, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('050bf09f-8d41-11e9-b250-baad20524153', '2019-06-12 20:36:40.857', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 21:36:40.856', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 241, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6fd4d958-8d49-11e9-b250-baad20524153', '2019-06-12 21:36:55.986', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 22:36:55.985', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 242, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('da9ab4d1-8d51-11e9-b250-baad20524153', '2019-06-12 22:37:11.095', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-12 23:37:11.094', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 243, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('45571a6a-8d5a-11e9-b250-baad20524153', '2019-06-12 23:37:26.142', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 00:37:26.142', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 244, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b021d7e3-8d62-11e9-b250-baad20524153', '2019-06-13 00:37:41.283', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 01:37:41.282', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 245, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1ade3d7c-8d6b-11e9-b250-baad20524153', '2019-06-13 01:37:56.33', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 02:37:56.33', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 246, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('85a46615-8d73-11e9-b250-baad20524153', '2019-06-13 02:38:11.441', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 03:38:11.44', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 247, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f06a418e-8d7b-11e9-b250-baad20524153', '2019-06-13 03:38:26.55', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 04:38:26.549', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 248, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5b2bd747-8d84-11e9-b250-baad20524153', '2019-06-13 04:38:41.631', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 05:38:41.629', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 249, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c5f164a0-8d8c-11e9-b250-baad20524153', '2019-06-13 05:38:56.738', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 06:38:56.738', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 250, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('30b173b9-8d95-11e9-b250-baad20524153', '2019-06-13 06:39:11.809', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 07:39:11.809', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 251, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9b7bbc02-8d9d-11e9-b250-baad20524153', '2019-06-13 07:39:26.947', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 08:39:26.946', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 252, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('063896cb-8da6-11e9-b250-baad20524153', '2019-06-13 08:39:41.997', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 09:39:41.996', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 253, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('71021ac4-8dae-11e9-b250-baad20524153', '2019-06-13 09:39:57.13', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 10:39:57.129', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 254, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('bdc8f678-8db2-11e9-976c-baad20524153', '2019-06-13 10:10:43.927', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 10:10:53.925', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 255, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c6bcd53a-8db2-11e9-976c-baad20524153', '2019-06-13 10:10:58.947', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 10:11:18.947', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 256, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('db9c00cb-8db2-11e9-976c-baad20524153', '2019-06-13 10:11:33.964', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 10:12:13.963', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 257, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('08534c9c-8db3-11e9-976c-baad20524153', '2019-06-13 10:12:48.985', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 10:14:08.984', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 258, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('58cdb75d-8db3-11e9-976c-baad20524153', '2019-06-13 10:15:04.005', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 10:17:44.004', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 259, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('cd0bb63e-8db3-11e9-976c-baad20524153', '2019-06-13 10:18:19.027', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 10:23:39.027', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 260, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ac95a9ff-8db4-11e9-976c-baad20524153', '2019-06-13 10:24:34.063', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 10:35:14.062', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 261, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3ef26cca-8db6-11e9-976c-baad20524153', '2019-06-13 10:35:49.115', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 10:57:09.115', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 262, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5ab10ebf-8db9-11e9-976c-baad20524153', '2019-06-13 10:58:04.153', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 11:40:44.153', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 263, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('658a67be-8dbf-11e9-976c-baad20524153', '2019-06-13 11:41:19.335', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 12:41:19.335', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 264, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d0509157-8dc7-11e9-976c-baad20524153', '2019-06-13 12:41:34.446', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 13:41:34.446', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 265, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3b1693e0-8dd0-11e9-976c-baad20524153', '2019-06-13 13:41:49.556', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 14:41:49.555', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 266, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a5d7db79-8dd8-11e9-976c-baad20524153', '2019-06-13 14:42:04.635', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 15:42:04.634', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 267, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('10902262-8de1-11e9-976c-baad20524153', '2019-06-13 15:42:19.655', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 16:42:19.654', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 268, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('7b6936c9-8de9-11e9-976c-baad20524153', '2019-06-13 16:42:34.89', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 17:42:34.889', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 269, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f9d3783d-8dea-11e9-926a-baad20524153', '2019-06-13 16:53:16.476', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 16:53:26.474', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 270, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('02c6e1ce-8deb-11e9-926a-baad20524153', '2019-06-13 16:53:31.493', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 16:53:51.492', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 271, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('17a54a0f-8deb-11e9-926a-baad20524153', '2019-06-13 16:54:06.505', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 16:54:46.504', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 272, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('445ac120-8deb-11e9-926a-baad20524153', '2019-06-13 16:55:21.514', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 16:56:41.513', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 273, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('94d33011-8deb-11e9-926a-baad20524153', '2019-06-13 16:57:36.521', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 17:00:16.521', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 274, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('090e48c2-8dec-11e9-926a-baad20524153', '2019-06-13 17:00:51.524', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 17:06:11.523', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 275, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e891acd3-8dec-11e9-926a-baad20524153', '2019-06-13 17:07:06.517', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 17:17:46.517', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 276, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('7aeaed2e-8dee-11e9-926a-baad20524153', '2019-06-13 17:18:21.546', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 17:39:41.546', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 277, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('96b3c853-8df1-11e9-926a-baad20524153', '2019-06-13 17:40:36.651', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 18:23:16.65', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 278, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a190f1e2-8df7-11e9-926a-baad20524153', '2019-06-13 18:23:51.858', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 19:23:51.857', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 279, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0c386feb-8e00-11e9-926a-baad20524153', '2019-06-13 19:24:06.768', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 20:24:06.767', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 280, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('770eec34-8e08-11e9-926a-baad20524153', '2019-06-13 20:24:21.986', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 21:24:21.986', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 281, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e1ddef6d-8e10-11e9-926a-baad20524153', '2019-06-13 21:24:37.155', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 22:24:37.154', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 282, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4c9f3706-8e19-11e9-926a-baad20524153', '2019-06-13 22:24:52.234', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-13 23:24:52.233', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 283, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b764eb6f-8e21-11e9-926a-baad20524153', '2019-06-13 23:25:07.342', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 00:25:07.342', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 284, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('22268128-8e2a-11e9-926a-baad20524153', '2019-06-14 00:25:22.423', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 01:25:22.422', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 285, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8ced1ff1-8e32-11e9-926a-baad20524153', '2019-06-14 01:25:37.537', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 02:25:37.536', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 286, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f7ad2e0a-8e3a-11e9-926a-baad20524153', '2019-06-14 02:25:52.608', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 03:25:52.608', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 287, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('62730983-8e43-11e9-926a-baad20524153', '2019-06-14 03:26:07.717', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 04:26:07.716', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 288, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('cd38e4fc-8e4b-11e9-926a-baad20524153', '2019-06-14 04:26:22.826', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 05:26:22.825', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 289, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('37fa0585-8e54-11e9-926a-baad20524153', '2019-06-14 05:26:37.904', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 06:26:37.904', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 290, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a2c44dce-8e5c-11e9-926a-baad20524153', '2019-06-14 06:26:53.042', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 07:26:53.042', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 291, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0d856e57-8e65-11e9-926a-baad20524153', '2019-06-14 07:27:08.12', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 08:27:08.12', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 292, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('7846dc00-8e6d-11e9-926a-baad20524153', '2019-06-14 08:27:23.2', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 09:27:23.199', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 293, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e3125ccc-8e75-11e9-926a-baad20524153', '2019-06-14 09:27:38.346', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 10:27:38.345', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 294, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4dd3a465-8e7e-11e9-926a-baad20524153', '2019-06-14 10:27:53.425', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 11:27:53.424', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 295, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b89931be-8e86-11e9-926a-baad20524153', '2019-06-14 11:28:08.532', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 12:28:08.531', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 296, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('235e22d7-8e8f-11e9-926a-baad20524153', '2019-06-14 12:28:23.635', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 13:28:23.635', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 297, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8e1fb890-8e97-11e9-926a-baad20524153', '2019-06-14 13:28:38.715', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 14:28:38.715', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 298, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f8e65672-8e9f-11e9-926a-baad20524153', '2019-06-14 14:28:53.83', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 15:28:53.83', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 299, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('63b4211d-8ea8-11e9-926a-baad20524153', '2019-06-14 15:29:08.991', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 16:29:08.99', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 300, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ce6e8afd-8eb0-11e9-926a-baad20524153', '2019-06-14 16:29:24.025', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 17:29:24.025', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 301, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('39457d76-8eb9-11e9-926a-baad20524153', '2019-06-14 17:29:39.246', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-14 18:29:39.245', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 302, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d5a7f2af-90fd-11e9-8516-6c2b59e8786e', '2019-06-17 14:45:49.719', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 14:45:59.717', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 303, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('dea60aa0-90fd-11e9-8516-6c2b59e8786e', '2019-06-17 14:46:04.806', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 14:46:24.805', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 304, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f3858451-90fd-11e9-8516-6c2b59e8786e', '2019-06-17 14:46:39.825', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 14:47:19.824', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 305, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('203c33e2-90fe-11e9-8516-6c2b59e8786e', '2019-06-17 14:47:54.842', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 14:49:14.842', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 306, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('70b90fa3-90fe-11e9-8516-6c2b59e8786e', '2019-06-17 14:50:09.878', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 14:52:49.877', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 307, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e4f67244-90fe-11e9-8516-6c2b59e8786e', '2019-06-17 14:53:24.896', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 14:58:44.895', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 308, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c47df505-90ff-11e9-8516-6c2b59e8786e', '2019-06-17 14:59:39.916', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 15:10:19.916', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 309, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('56d2c890-9101-11e9-8516-6c2b59e8786e', '2019-06-17 15:10:54.916', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 15:32:14.916', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 310, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('729a1d15-9104-11e9-8516-6c2b59e8786e', '2019-06-17 15:33:10.011', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 16:15:50.009', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 311, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('7d5edca4-910a-11e9-8516-6c2b59e8786e', '2019-06-17 16:16:25.058', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 17:16:25.057', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 312, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e87633ac-9112-11e9-8516-6c2b59e8786e', '2019-06-17 17:16:40.701', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 18:16:40.7', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 313, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('53b22885-911b-11e9-8516-6c2b59e8786e', '2019-06-17 18:16:56.584', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 19:16:56.583', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 314, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('be76564e-9123-11e9-8516-6c2b59e8786e', '2019-06-17 19:17:11.682', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 20:17:11.681', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 315, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('29341b77-912c-11e9-8516-6c2b59e8786e', '2019-06-17 20:17:26.738', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 21:17:26.736', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 316, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('93ee8540-9134-11e9-8516-6c2b59e8786e', '2019-06-17 21:17:41.772', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 22:17:41.771', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 317, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('feb28bf9-913c-11e9-8516-6c2b59e8786e', '2019-06-17 22:17:56.869', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-17 23:17:56.868', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 318, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('696a36a2-9145-11e9-8516-6c2b59e8786e', '2019-06-17 23:18:11.885', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 00:18:11.884', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 319, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d421ba3b-914d-11e9-8516-6c2b59e8786e', '2019-06-18 00:18:26.9', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 01:18:26.899', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 320, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3f177e54-9156-11e9-8516-6c2b59e8786e', '2019-06-18 01:18:42.323', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 02:18:42.322', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 321, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a9ce8cbd-915e-11e9-8516-6c2b59e8786e', '2019-06-18 02:18:57.335', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 03:18:57.334', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 322, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1486d3a6-9167-11e9-8516-6c2b59e8786e', '2019-06-18 03:19:12.355', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 04:19:12.355', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 323, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('7f3d6cdf-916f-11e9-8516-6c2b59e8786e', '2019-06-18 04:19:27.364', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 05:19:27.364', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 324, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e9f67718-9177-11e9-8516-6c2b59e8786e', '2019-06-18 05:19:42.389', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 06:19:42.388', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 325, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('54b0b9d1-9180-11e9-8516-6c2b59e8786e', '2019-06-18 06:19:57.422', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 07:19:57.422', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 326, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('bf6a865a-9188-11e9-8516-6c2b59e8786e', '2019-06-18 07:20:12.452', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 08:20:12.451', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 327, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2a251733-9191-11e9-8516-6c2b59e8786e', '2019-06-18 08:20:27.487', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 09:20:27.486', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 328, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('94dce915-9199-11e9-8516-6c2b59e8786e', '2019-06-18 09:20:42.504', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 10:20:42.504', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 329, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a8cb165b-919f-11e9-b869-6c2b59e8786e', '2019-06-18 10:04:12.921', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 10:04:22.92', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 330, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b1c2296c-919f-11e9-b869-6c2b59e8786e', '2019-06-18 10:04:27.963', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 10:04:47.962', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 331, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c71acacf-919f-11e9-b869-6c2b59e8786e', '2019-06-18 10:05:03.776', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 10:05:43.775', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 332, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f3ebb920-919f-11e9-b869-6c2b59e8786e', '2019-06-18 10:06:18.965', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 10:07:38.963', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 333, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4479abe1-91a0-11e9-b869-6c2b59e8786e', '2019-06-18 10:08:34.113', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 10:11:14.111', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 334, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b8b70e82-91a0-11e9-b869-6c2b59e8786e', '2019-06-18 10:11:49.131', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 10:17:09.131', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 335, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('983f2d96-91a1-11e9-b869-6c2b59e8786e', '2019-06-18 10:18:04.155', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 10:28:44.153', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 336, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2a97a9b8-91a3-11e9-b869-6c2b59e8786e', '2019-06-18 10:29:19.179', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 10:50:39.178', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 337, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4652c93d-91a6-11e9-b869-6c2b59e8786e', '2019-06-18 10:51:34.194', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 11:34:14.193', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 338, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('510f245c-91ac-11e9-b869-6c2b59e8786e', '2019-06-18 11:34:49.186', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 12:34:49.185', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 339, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('bbca9f95-91b4-11e9-b869-6c2b59e8786e', '2019-06-18 12:35:04.227', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 13:35:04.226', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 340, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('26824a3e-91bd-11e9-b869-6c2b59e8786e', '2019-06-18 13:35:19.243', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 14:35:19.243', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 341, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9d0193da-91c2-11e9-a673-6c2b59e8786e', '2019-06-18 14:14:25.531', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 14:14:35.53', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 342, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a5f5729b-91c2-11e9-a673-6c2b59e8786e', '2019-06-18 14:14:40.552', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 14:15:00.552', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 343, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('bad51368-91c2-11e9-a673-6c2b59e8786e', '2019-06-18 14:15:15.572', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 14:15:55.571', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 344, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e78b4dd3-91c2-11e9-a673-6c2b59e8786e', '2019-06-18 14:16:30.586', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 14:17:50.586', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 345, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('38048014-91c3-11e9-a673-6c2b59e8786e', '2019-06-18 14:18:45.598', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 14:21:25.598', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 346, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ac41bba5-91c3-11e9-a673-6c2b59e8786e', '2019-06-18 14:22:00.615', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 14:27:20.614', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 347, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8bca76f2-91c4-11e9-a673-6c2b59e8786e', '2019-06-18 14:28:15.643', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 14:38:55.643', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 348, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1e28723f-91c6-11e9-a673-6c2b59e8786e', '2019-06-18 14:39:30.703', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 15:00:50.703', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 349, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('39ff7e59-91c9-11e9-a673-6c2b59e8786e', '2019-06-18 15:01:45.901', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 15:44:25.9', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 350, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('44cacd98-91cf-11e9-a673-6c2b59e8786e', '2019-06-18 15:45:00.991', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 16:45:00.99', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 351, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('af8d9bf3-91d7-11e9-a673-6c2b59e8786e', '2019-06-18 16:45:16.08', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 17:45:16.079', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 352, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1a4593d5-91e0-11e9-a673-6c2b59e8786e', '2019-06-18 17:45:31.098', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 18:45:31.097', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 353, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('84fcf05e-91e8-11e9-a673-6c2b59e8786e', '2019-06-18 18:45:46.112', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 19:45:46.111', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 354, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f04ce367-91f0-11e9-a673-6c2b59e8786e', '2019-06-18 19:46:02.126', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 20:46:02.125', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 355, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5b03a3b0-91f9-11e9-a673-6c2b59e8786e', '2019-06-18 20:46:17.136', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 21:46:17.135', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 356, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c5bc38b9-9201-11e9-a673-6c2b59e8786e', '2019-06-18 21:46:32.158', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 22:46:32.157', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 357, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('30743082-920a-11e9-a673-6c2b59e8786e', '2019-06-18 22:46:47.176', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-18 23:46:47.175', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 358, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9b2d3abb-9212-11e9-a673-6c2b59e8786e', '2019-06-18 23:47:02.201', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 00:47:02.2', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 359, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('05e53384-921b-11e9-a673-6c2b59e8786e', '2019-06-19 00:47:17.219', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 01:47:17.219', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 360, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('709dc88d-9223-11e9-a673-6c2b59e8786e', '2019-06-19 01:47:32.241', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 02:47:32.24', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 361, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('db56d2c6-922b-11e9-a673-6c2b59e8786e', '2019-06-19 02:47:47.266', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 03:47:47.265', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 362, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('460f8edf-9234-11e9-a673-6c2b59e8786e', '2019-06-19 03:48:02.289', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 04:48:02.287', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 363, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b11ecf68-923c-11e9-a673-6c2b59e8786e', '2019-06-19 04:48:17.879', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 05:48:17.878', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 364, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1bd603e1-9245-11e9-a673-6c2b59e8786e', '2019-06-19 05:48:32.892', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 06:48:32.891', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 365, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('868ebffa-924d-11e9-a673-6c2b59e8786e', '2019-06-19 06:48:47.915', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 07:48:47.914', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 366, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f147a323-9255-11e9-a673-6c2b59e8786e', '2019-06-19 07:49:02.939', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 08:49:02.938', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 367, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5bfed89c-925e-11e9-a673-6c2b59e8786e', '2019-06-19 08:49:17.952', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 09:49:17.952', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 368, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1cd95fde-9269-11e9-9409-6c2b59e8786e', '2019-06-19 10:06:16.473', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 10:06:26.472', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 369, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('25cc7b51-9269-11e9-9409-6c2b59e8786e', '2019-06-19 10:06:31.489', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 10:06:51.489', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 370, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3aad0675-9269-11e9-9409-6c2b59e8786e', '2019-06-19 10:07:06.515', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 10:07:46.514', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 371, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('676515a4-9269-11e9-9409-6c2b59e8786e', '2019-06-19 10:08:21.541', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 10:09:41.54', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 372, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b7e23f85-9269-11e9-9409-6c2b59e8786e', '2019-06-19 10:10:36.579', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 10:13:16.577', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 373, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2c23c0db-926a-11e9-9409-6c2b59e8786e', '2019-06-19 10:13:51.623', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 10:19:11.621', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 374, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0bad668a-926b-11e9-9409-6c2b59e8786e', '2019-06-19 10:20:06.658', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 10:30:46.656', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 375, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9e05e395-926c-11e9-9409-6c2b59e8786e', '2019-06-19 10:31:21.682', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 10:52:41.681', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 376, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b9c4fae6-926f-11e9-9409-6c2b59e8786e', '2019-06-19 10:53:36.723', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 11:36:16.722', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 377, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c4854d0e-9275-11e9-9409-6c2b59e8786e', '2019-06-19 11:36:51.741', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 12:36:51.74', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 378, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2f654037-927e-11e9-9409-6c2b59e8786e', '2019-06-19 12:37:07.021', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 13:37:07.021', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 379, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9a1b6440-9286-11e9-9409-6c2b59e8786e', '2019-06-19 13:37:22.027', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 14:37:22.026', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 380, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('04da13c9-928f-11e9-9409-6c2b59e8786e', '2019-06-19 14:37:37.089', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 15:37:37.089', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 381, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6f94f2c2-9297-11e9-9409-6c2b59e8786e', '2019-06-19 15:37:52.126', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 16:37:52.124', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 382, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('da4b3cdb-929f-11e9-9409-6c2b59e8786e', '2019-06-19 16:38:07.133', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 17:38:07.132', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 383, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('450ece64-92a8-11e9-9409-6c2b59e8786e', '2019-06-19 17:38:22.227', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 18:38:22.227', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 384, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('afd2fc2d-92b0-11e9-9409-6c2b59e8786e', '2019-06-19 18:38:37.325', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 19:38:37.325', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 385, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1a8a0a96-92b9-11e9-9409-6c2b59e8786e', '2019-06-19 19:38:52.337', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 20:38:52.336', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 386, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8540a3cf-92c1-11e9-9409-6c2b59e8786e', '2019-06-19 20:39:07.346', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 21:39:07.346', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 387, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('eff78b28-92c9-11e9-9409-6c2b59e8786e', '2019-06-19 21:39:22.357', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 22:39:22.357', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 388, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5ab09461-92d2-11e9-9409-6c2b59e8786e', '2019-06-19 22:39:37.382', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-19 23:39:37.381', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 389, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c5677bba-92da-11e9-9409-6c2b59e8786e', '2019-06-19 23:39:52.393', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 00:39:52.392', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 390, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('301dede3-92e3-11e9-9409-6c2b59e8786e', '2019-06-20 00:40:07.401', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 01:40:07.4', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 391, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9ad7945c-92eb-11e9-9409-6c2b59e8786e', '2019-06-20 01:40:22.43', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 02:40:22.429', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 392, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0591b005-92f4-11e9-9409-6c2b59e8786e', '2019-06-20 02:40:37.462', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 03:40:37.459', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 393, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('7049cfde-92fc-11e9-9409-6c2b59e8786e', '2019-06-20 03:40:52.481', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 04:40:52.48', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 394, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('db00b737-9304-11e9-9409-6c2b59e8786e', '2019-06-20 04:41:07.492', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 05:41:07.492', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 395, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('45b839d0-930d-11e9-9409-6c2b59e8786e', '2019-06-20 05:41:22.507', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 06:41:22.506', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 396, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b0719229-9315-11e9-9409-6c2b59e8786e', '2019-06-20 06:41:37.534', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 07:41:37.532', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 397, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1b2963e2-931e-11e9-9409-6c2b59e8786e', '2019-06-20 07:41:52.551', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 08:41:52.55', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 398, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('85e1359b-9326-11e9-9409-6c2b59e8786e', '2019-06-20 08:42:07.568', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 09:42:07.567', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 399, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f099caa4-932e-11e9-9409-6c2b59e8786e', '2019-06-20 09:42:22.59', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 10:42:22.589', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 400, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5b50ffc2-9337-11e9-9409-6c2b59e8786e', '2019-06-20 10:42:37.603', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 11:42:37.602', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 401, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c6080da7-933f-11e9-9409-6c2b59e8786e', '2019-06-20 11:42:52.615', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 12:42:52.614', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 402, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('30cd25f3-9348-11e9-9409-6c2b59e8786e', '2019-06-20 12:43:07.719', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 13:43:07.719', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 403, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9b88a144-9350-11e9-9409-6c2b59e8786e', '2019-06-20 13:43:22.76', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 14:43:22.759', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 404, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('063d64dd-9359-11e9-9409-6c2b59e8786e', '2019-06-20 14:43:37.757', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 15:43:37.756', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 405, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('70f25085-9361-11e9-9409-6c2b59e8786e', '2019-06-20 15:43:52.755', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 16:43:52.755', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 406, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('dbaa2260-9369-11e9-9409-6c2b59e8786e', '2019-06-20 16:44:07.772', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 17:44:07.772', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 407, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('46dfaf99-9372-11e9-9409-6c2b59e8786e', '2019-06-20 17:44:23.613', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 18:44:23.611', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 408, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b1975a42-937a-11e9-9409-6c2b59e8786e', '2019-06-20 18:44:38.629', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 19:44:38.628', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 409, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1c4df27b-9383-11e9-9409-6c2b59e8786e', '2019-06-20 19:44:53.638', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 20:44:53.636', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 410, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8702b6f4-938b-11e9-9409-6c2b59e8786e', '2019-06-20 20:45:08.635', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 21:45:08.635', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 411, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f1ba88ad-9393-11e9-9409-6c2b59e8786e', '2019-06-20 21:45:23.652', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 22:45:23.652', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 412, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5c70fad6-939c-11e9-9409-6c2b59e8786e', '2019-06-20 22:45:38.66', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-20 23:45:38.659', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 413, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c7265b8f-93a4-11e9-9409-6c2b59e8786e', '2019-06-20 23:45:53.661', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 00:45:53.66', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 414, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('31dad1e8-93ad-11e9-9409-6c2b59e8786e', '2019-06-21 00:46:08.656', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 01:46:08.655', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 415, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9c90f4f1-93b5-11e9-9409-6c2b59e8786e', '2019-06-21 01:46:23.662', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 02:46:23.661', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 416, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0746a3ca-93be-11e9-9409-6c2b59e8786e', '2019-06-21 02:46:38.665', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 03:46:38.664', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 417, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('71fc79b3-93c6-11e9-9409-6c2b59e8786e', '2019-06-21 03:46:53.669', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 04:46:53.668', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 418, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('dcb0c8fc-93ce-11e9-9409-6c2b59e8786e', '2019-06-21 04:47:08.663', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 05:47:08.662', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 419, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('476602a5-93d7-11e9-9409-6c2b59e8786e', '2019-06-21 05:47:23.663', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 06:47:23.662', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 420, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b21bb17e-93df-11e9-9409-6c2b59e8786e', '2019-06-21 06:47:38.666', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 07:47:38.666', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 421, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1cd222a7-93e8-11e9-9409-6c2b59e8786e', '2019-06-21 07:47:53.674', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 08:47:53.674', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 422, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('87881fa0-93f0-11e9-9409-6c2b59e8786e', '2019-06-21 08:48:08.679', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 09:48:08.678', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 423, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f23d3239-93f8-11e9-9409-6c2b59e8786e', '2019-06-21 09:48:23.678', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 10:48:23.677', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 424, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5cf6b1a5-9401-11e9-9409-6c2b59e8786e', '2019-06-21 10:48:38.706', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 11:48:38.705', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 425, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c7ad23ce-9409-11e9-9409-6c2b59e8786e', '2019-06-21 11:48:53.714', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 12:48:53.712', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 426, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('330f1837-9412-11e9-9409-6c2b59e8786e', '2019-06-21 12:49:09.846', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 13:49:09.844', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 427, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9dca4450-941a-11e9-9409-6c2b59e8786e', '2019-06-21 13:49:24.884', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 14:49:24.883', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 428, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('087f7df9-9423-11e9-9409-6c2b59e8786e', '2019-06-21 14:49:39.885', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 15:49:39.885', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 429, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('73333102-942b-11e9-9409-6c2b59e8786e', '2019-06-21 15:49:54.875', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 16:49:54.875', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 430, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('dde891bb-9433-11e9-9409-6c2b59e8786e', '2019-06-21 16:50:09.876', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 17:50:09.875', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 431, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('48a06374-943c-11e9-9409-6c2b59e8786e', '2019-06-21 17:50:24.893', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 18:50:24.893', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 432, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b3c48b8d-9444-11e9-9409-6c2b59e8786e', '2019-06-21 18:50:40.62', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 19:50:40.619', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 433, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1e795006-944d-11e9-9409-6c2b59e8786e', '2019-06-21 19:50:55.617', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 20:50:55.616', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 434, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('89316edf-9455-11e9-9409-6c2b59e8786e', '2019-06-21 20:51:10.636', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 21:51:10.635', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 435, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f3f48b42-945d-11e9-9409-6c2b59e8786e', '2019-06-21 21:51:25.727', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 22:51:25.726', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 436, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5eb8b90b-9466-11e9-9409-6c2b59e8786e', '2019-06-21 22:51:40.825', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-21 23:51:40.824', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 437, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c96eb604-946e-11e9-9409-6c2b59e8786e', '2019-06-21 23:51:55.83', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 00:51:55.83', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 438, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('34d935ed-9477-11e9-9409-6c2b59e8786e', '2019-06-22 00:52:12.018', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 01:52:12.017', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 439, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9f901d46-947f-11e9-9409-6c2b59e8786e', '2019-06-22 01:52:27.029', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 02:52:27.028', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 440, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0a44447f-9488-11e9-9409-6c2b59e8786e', '2019-06-22 02:52:42.022', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 03:52:42.022', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 441, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('74fcd988-9490-11e9-9409-6c2b59e8786e', '2019-06-22 03:52:57.044', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 04:52:57.043', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 442, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('dfb56e91-9498-11e9-9409-6c2b59e8786e', '2019-06-22 04:53:12.066', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 05:53:12.065', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 443, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4a6c55ea-94a1-11e9-9409-6c2b59e8786e', '2019-06-22 05:53:27.077', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 06:53:27.076', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 444, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b5211a63-94a9-11e9-9409-6c2b59e8786e', '2019-06-22 06:53:42.074', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 07:53:42.074', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 445, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1fd67b1c-94b2-11e9-9409-6c2b59e8786e', '2019-06-22 07:53:57.075', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 08:53:57.075', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 446, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8a8dfdb5-94ba-11e9-9409-6c2b59e8786e', '2019-06-22 08:54:12.09', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 09:54:12.088', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 447, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f545a85e-94c2-11e9-9409-6c2b59e8786e', '2019-06-22 09:54:27.106', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 10:54:27.106', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 448, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('60082877-94cb-11e9-9409-6c2b59e8786e', '2019-06-22 10:54:42.193', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 11:54:42.19', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 449, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('cacacfa0-94d3-11e9-9409-6c2b59e8786e', '2019-06-22 11:54:57.281', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 12:54:57.28', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 450, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('35820519-94dc-11e9-9409-6c2b59e8786e', '2019-06-22 12:55:12.294', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 13:55:12.293', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 451, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a0393a92-94e4-11e9-9409-6c2b59e8786e', '2019-06-22 13:55:27.307', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 14:55:27.306', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 452, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0af10b4b-94ed-11e9-9409-6c2b59e8786e', '2019-06-22 14:55:42.324', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 15:55:42.323', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 453, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('75a6e134-94f5-11e9-9409-6c2b59e8786e', '2019-06-22 15:55:57.328', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 16:55:57.327', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 454, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e05d7a6d-94fd-11e9-9409-6c2b59e8786e', '2019-06-22 16:56:12.337', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 17:56:12.336', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 455, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4b1f8556-9506-11e9-9409-6c2b59e8786e', '2019-06-22 17:56:27.421', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 18:56:27.419', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 456, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b606a46f-950e-11e9-9409-6c2b59e8786e', '2019-06-22 18:56:42.748', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 19:56:42.748', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 457, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('20be00f8-9517-11e9-9409-6c2b59e8786e', '2019-06-22 19:56:57.762', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 20:56:57.761', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 458, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8b729d61-951f-11e9-9409-6c2b59e8786e', '2019-06-22 20:57:12.758', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 21:57:12.757', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 459, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f62a480a-9527-11e9-9409-6c2b59e8786e', '2019-06-22 21:57:27.774', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 22:57:27.774', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 460, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('60df3393-9530-11e9-9409-6c2b59e8786e', '2019-06-22 22:57:42.772', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-22 23:57:42.772', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 461, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('cbe91cec-9538-11e9-9409-6c2b59e8786e', '2019-06-22 23:57:58.327', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 00:57:58.326', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 462, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('369ef2d5-9541-11e9-9409-6c2b59e8786e', '2019-06-23 00:58:13.331', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 01:58:13.331', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 463, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a158241e-9549-11e9-9409-6c2b59e8786e', '2019-06-23 01:58:28.357', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 02:58:28.356', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 464, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0c0f3287-9552-11e9-9409-6c2b59e8786e', '2019-06-23 02:58:43.369', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 03:58:43.368', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 465, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('76c63ff0-955a-11e9-9409-6c2b59e8786e', '2019-06-23 03:58:58.381', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 04:58:58.38', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 466, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e17beec9-9562-11e9-9409-6c2b59e8786e', '2019-06-23 04:59:13.384', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 05:59:13.383', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 467, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4c9ce292-956b-11e9-9409-6c2b59e8786e', '2019-06-23 05:59:29.09', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 06:59:29.089', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 468, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b7548d3b-9573-11e9-9409-6c2b59e8786e', '2019-06-23 06:59:44.106', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 07:59:44.105', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 469, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('220c10d4-957c-11e9-9409-6c2b59e8786e', '2019-06-23 07:59:59.121', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 08:59:59.12', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 470, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8cc2aa0d-9584-11e9-9409-6c2b59e8786e', '2019-06-23 09:00:14.13', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 10:00:14.129', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 471, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f77a53b6-958c-11e9-9409-6c2b59e8786e', '2019-06-23 10:00:29.146', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 11:00:29.145', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 472, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('62309ecf-9595-11e9-9409-6c2b59e8786e', '2019-06-23 11:00:44.153', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 12:00:44.152', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 473, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('cce7fb58-959d-11e9-9409-6c2b59e8786e', '2019-06-23 12:00:59.167', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 13:00:59.166', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 474, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('37ac9e51-95a6-11e9-9409-6c2b59e8786e', '2019-06-23 13:01:14.268', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 14:01:14.267', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 475, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a293e47a-95ae-11e9-9409-6c2b59e8786e', '2019-06-23 14:01:29.596', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 15:01:29.595', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 476, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0d49ba63-95b7-11e9-9409-6c2b59e8786e', '2019-06-23 15:01:44.6', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 16:01:44.599', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 477, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('78013cfc-95bf-11e9-9409-6c2b59e8786e', '2019-06-23 16:01:59.615', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 17:01:59.615', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 478, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e2b87275-95c7-11e9-9409-6c2b59e8786e', '2019-06-23 17:02:14.628', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 18:02:14.628', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 479, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4d70924e-95d0-11e9-9409-6c2b59e8786e', '2019-06-23 18:02:29.646', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 19:02:29.646', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 480, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b825a4e7-95d8-11e9-9409-6c2b59e8786e', '2019-06-23 19:02:44.646', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 20:02:44.645', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 481, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('22d909d0-95e1-11e9-9409-6c2b59e8786e', '2019-06-23 20:02:59.634', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 21:02:59.634', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 482, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8d906659-95e9-11e9-9409-6c2b59e8786e', '2019-06-23 21:03:14.648', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 22:03:14.648', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 483, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f8e31782-95f1-11e9-9409-6c2b59e8786e', '2019-06-23 22:03:30.68', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-23 23:03:30.679', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 484, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('63a4ad3b-95fa-11e9-9409-6c2b59e8786e', '2019-06-23 23:03:45.761', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 00:03:45.76', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 485, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ce5ccd14-9602-11e9-9409-6c2b59e8786e', '2019-06-24 00:04:00.78', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 01:04:00.78', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 486, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3914299d-960b-11e9-9409-6c2b59e8786e', '2019-06-24 01:04:15.794', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 02:04:15.793', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 487, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a3ccbea6-9613-11e9-9409-6c2b59e8786e', '2019-06-24 02:04:30.816', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 03:04:30.815', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 488, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0e84423f-961c-11e9-9409-6c2b59e8786e', '2019-06-24 03:04:45.831', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 04:04:45.829', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 489, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('793c6218-9624-11e9-9409-6c2b59e8786e', '2019-06-24 04:05:00.85', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 05:05:00.85', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 490, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e3f459e1-962c-11e9-9409-6c2b59e8786e', '2019-06-24 05:05:15.868', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 06:05:15.867', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 491, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4eac2b9a-9635-11e9-9409-6c2b59e8786e', '2019-06-24 06:05:30.884', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 07:05:30.884', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 492, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('b960f013-963d-11e9-9409-6c2b59e8786e', '2019-06-24 07:05:45.882', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 08:05:45.881', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 493, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2465341c-9646-11e9-9409-6c2b59e8786e', '2019-06-24 08:06:01.4', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 09:06:01.399', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 494, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8f1cb7bf-964e-11e9-9409-6c2b59e8786e', '2019-06-24 09:06:16.415', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 10:06:16.415', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 495, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f9d3ed38-9656-11e9-9409-6c2b59e8786e', '2019-06-24 10:06:31.428', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 11:06:31.427', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 496, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('648aac81-965f-11e9-9409-6c2b59e8786e', '2019-06-24 11:06:46.438', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 12:06:46.438', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 497, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('cf41baea-9667-11e9-9409-6c2b59e8786e', '2019-06-24 12:07:01.45', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 13:07:01.449', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 498, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('39f7def3-9670-11e9-9409-6c2b59e8786e', '2019-06-24 13:07:16.456', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 14:07:16.456', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 499, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a4af899c-9678-11e9-9409-6c2b59e8786e', '2019-06-24 14:07:31.472', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 15:07:31.471', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 500, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0f6845b5-9681-11e9-9409-6c2b59e8786e', '2019-06-24 15:07:46.495', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 16:07:46.494', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 501, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('7a1fa23e-9689-11e9-9409-6c2b59e8786e', '2019-06-24 16:08:01.509', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 17:08:01.508', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 502, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e4d61367-9691-11e9-9409-6c2b59e8786e', '2019-06-24 17:08:16.517', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 18:08:16.516', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 503, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4f8d21d0-969a-11e9-9409-6c2b59e8786e', '2019-06-24 18:08:31.529', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 19:08:31.528', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 504, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ba46ef59-96a2-11e9-9409-6c2b59e8786e', '2019-06-24 19:08:46.559', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 20:08:46.557', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 505, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('24fe72f2-96ab-11e9-9409-6c2b59e8786e', '2019-06-24 20:09:01.574', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 21:09:01.573', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 506, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8fb5f68b-96b3-11e9-9409-6c2b59e8786e', '2019-06-24 21:09:16.589', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 22:09:16.588', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 507, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('fa6ed9b4-96bb-11e9-9409-6c2b59e8786e', '2019-06-24 22:09:31.613', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-24 23:09:31.613', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 508, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('652571ed-96c4-11e9-9409-6c2b59e8786e', '2019-06-24 23:09:46.622', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 00:09:46.621', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 509, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('cfdb6ee6-96cc-11e9-9409-6c2b59e8786e', '2019-06-25 00:10:01.627', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 01:10:01.627', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 510, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3a922f2f-96d5-11e9-9409-6c2b59e8786e', '2019-06-25 01:10:16.637', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 02:10:16.637', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 511, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a54c98f8-96dd-11e9-9409-6c2b59e8786e', '2019-06-25 02:10:31.671', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 03:10:31.669', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 512, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('100443a1-96e6-11e9-9409-6c2b59e8786e', '2019-06-25 03:10:46.687', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 04:10:46.685', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 513, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('7abb791a-96ee-11e9-9409-6c2b59e8786e', '2019-06-25 04:11:01.7', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 05:11:01.699', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 514, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('e572fbb3-96f6-11e9-9409-6c2b59e8786e', '2019-06-25 05:11:16.715', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 06:11:16.715', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 515, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('502aa65c-96ff-11e9-9409-6c2b59e8786e', '2019-06-25 06:11:31.731', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 07:11:31.731', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 516, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('badf91e5-9707-11e9-9409-6c2b59e8786e', '2019-06-25 07:11:46.729', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 08:11:46.728', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 517, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('259540be-9710-11e9-9409-6c2b59e8786e', '2019-06-25 08:12:01.732', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 09:12:01.731', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 518, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('904b64c7-9718-11e9-9409-6c2b59e8786e', '2019-06-25 09:12:16.738', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 10:12:16.737', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 519, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('fb0113a0-9720-11e9-9409-6c2b59e8786e', '2019-06-25 10:12:31.741', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 11:12:31.74', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 520, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('82fd6f09-9722-11e9-88e1-6c2b59e8786e', '2019-06-25 10:23:29.384', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 10:23:39.384', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 521, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8bf2ad5a-9722-11e9-88e1-6c2b59e8786e', '2019-06-25 10:23:44.413', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 10:24:04.413', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 522, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('a0d7a54b-9722-11e9-88e1-6c2b59e8786e', '2019-06-25 10:24:19.468', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 10:24:59.467', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 523, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('cd9384fc-9722-11e9-88e1-6c2b59e8786e', '2019-06-25 10:25:34.519', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 10:26:54.517', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 524, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1e0f765d-9723-11e9-88e1-6c2b59e8786e', '2019-06-25 10:27:49.549', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 10:30:29.549', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 525, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9254a12e-9723-11e9-88e1-6c2b59e8786e', '2019-06-25 10:31:04.618', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 10:36:24.618', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 526, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('71e3ec1f-9724-11e9-88e1-6c2b59e8786e', '2019-06-25 10:37:19.689', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 10:47:59.689', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 527, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0442aaba-9726-11e9-88e1-6c2b59e8786e', '2019-06-25 10:48:34.754', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 11:09:54.754', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 528, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2006079f-9729-11e9-88e1-6c2b59e8786e', '2019-06-25 11:10:49.823', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 11:53:29.821', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 529, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2ac8080e-972f-11e9-88e1-6c2b59e8786e', '2019-06-25 11:54:04.852', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 12:54:04.851', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 530, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9580c427-9737-11e9-88e1-6c2b59e8786e', '2019-06-25 12:54:19.875', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 13:54:19.875', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 531, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('003a69a0-9740-11e9-88e1-6c2b59e8786e', '2019-06-25 13:54:34.904', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 14:54:34.903', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 532, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6af373d9-9748-11e9-88e1-6c2b59e8786e', '2019-06-25 14:54:49.929', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 15:54:49.929', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 533, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d5aa5b32-9750-11e9-88e1-6c2b59e8786e', '2019-06-25 15:55:04.94', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 16:55:04.94', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 534, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('406401cd-9759-11e9-88e1-6c2b59e8786e', '2019-06-25 16:55:19.969', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 17:55:19.968', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 535, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ab1f55f8-9761-11e9-88e1-6c2b59e8786e', '2019-06-25 17:55:35.009', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 18:55:35.008', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 536, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('15d997b1-976a-11e9-88e1-6c2b59e8786e', '2019-06-25 18:55:50.042', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 19:55:50.041', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 537, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8091907a-9772-11e9-88e1-6c2b59e8786e', '2019-06-25 19:56:05.06', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 20:56:05.06', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 538, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('eb49d763-977a-11e9-88e1-6c2b59e8786e', '2019-06-25 20:56:20.08', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 21:56:20.079', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 539, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('56037ddc-9783-11e9-88e1-6c2b59e8786e', '2019-06-25 21:56:35.109', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 22:56:35.108', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 540, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c0bcfd45-978b-11e9-88e1-6c2b59e8786e', '2019-06-25 22:56:50.136', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-25 23:56:50.136', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 541, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2b73bd8e-9794-11e9-88e1-6c2b59e8786e', '2019-06-25 23:57:05.147', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 00:57:05.146', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 542, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('962ffb17-979c-11e9-88e1-6c2b59e8786e', '2019-06-26 00:57:20.193', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 01:57:20.193', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 543, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('00e9efb0-97a5-11e9-88e1-6c2b59e8786e', '2019-06-26 01:57:35.224', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 02:57:35.224', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 544, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6ba5b909-97ad-11e9-88e1-6c2b59e8786e', '2019-06-26 02:57:50.267', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 03:57:50.266', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 545, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d65e4e12-97b5-11e9-88e1-6c2b59e8786e', '2019-06-26 03:58:05.289', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 04:58:05.288', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 546, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('41170a2b-97be-11e9-88e1-6c2b59e8786e', '2019-06-26 04:58:20.312', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 05:58:20.311', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 547, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('abd0b0a4-97c6-11e9-88e1-6c2b59e8786e', '2019-06-26 05:58:35.341', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 06:58:35.34', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 548, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('16968c1d-97cf-11e9-88e1-6c2b59e8786e', '2019-06-26 06:58:50.45', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 07:58:50.449', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 549, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('814dc096-97d7-11e9-88e1-6c2b59e8786e', '2019-06-26 07:59:05.463', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 08:59:05.462', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 550, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ec062e8f-97df-11e9-88e1-6c2b59e8786e', '2019-06-26 08:59:20.484', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 09:59:20.483', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 551, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('56c15baa-97e8-11e9-88e1-6c2b59e8786e', '2019-06-26 09:59:35.523', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 10:59:35.522', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 552, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c1871013-97f0-11e9-88e1-6c2b59e8786e', '2019-06-26 10:59:50.631', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 11:59:50.629', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 553, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2c4179dc-97f9-11e9-88e1-6c2b59e8786e', '2019-06-26 12:00:05.665', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 13:00:05.665', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 554, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('96fa5d05-9801-11e9-88e1-6c2b59e8786e', '2019-06-26 13:00:20.689', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 14:00:20.688', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 555, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('01b4ecde-980a-11e9-88e1-6c2b59e8786e', '2019-06-26 14:00:35.724', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 15:00:35.723', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 556, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6cb6e6fb-9812-11e9-88e1-6c2b59e8786e', '2019-06-26 15:00:51.227', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 16:00:51.226', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 557, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d76fca24-981a-11e9-88e1-6c2b59e8786e', '2019-06-26 16:01:06.251', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 17:01:06.25', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 558, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('42324a3d-9823-11e9-88e1-6c2b59e8786e', '2019-06-26 17:01:21.338', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 18:01:21.337', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 559, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('acebf0b6-982b-11e9-88e1-6c2b59e8786e', '2019-06-26 18:01:36.367', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 19:01:36.366', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 560, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('17a4accf-9834-11e9-88e1-6c2b59e8786e', '2019-06-26 19:01:51.39', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 20:01:51.39', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 561, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('825ca498-983c-11e9-88e1-6c2b59e8786e', '2019-06-26 20:02:06.408', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 21:02:06.407', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 562, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ed12efb1-9844-11e9-88e1-6c2b59e8786e', '2019-06-26 21:02:21.415', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 22:02:21.415', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 563, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('57cbabca-984d-11e9-88e1-6c2b59e8786e', '2019-06-26 22:02:36.438', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-26 23:02:36.438', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 564, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c2830853-9855-11e9-88e1-6c2b59e8786e', '2019-06-26 23:02:51.452', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 00:02:51.451', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 565, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2d411b9c-985e-11e9-88e1-6c2b59e8786e', '2019-06-27 00:03:06.51', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 01:03:06.509', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 566, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('97f9b0a5-9866-11e9-88e1-6c2b59e8786e', '2019-06-27 01:03:21.532', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 02:03:21.532', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 567, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('02b503ce-986f-11e9-88e1-6c2b59e8786e', '2019-06-27 02:03:36.572', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 03:03:36.571', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 568, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6d6eaa47-9877-11e9-88e1-6c2b59e8786e', '2019-06-27 03:03:51.601', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 04:03:51.6', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 569, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d826a310-987f-11e9-88e1-6c2b59e8786e', '2019-06-27 04:04:06.619', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 05:04:06.619', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 570, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('42e07099-9888-11e9-88e1-6c2b59e8786e', '2019-06-27 05:04:21.649', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 06:04:21.648', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 571, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ad9a1712-9890-11e9-88e1-6c2b59e8786e', '2019-06-27 06:04:36.678', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 07:04:36.677', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 572, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1857dc3b-9899-11e9-88e1-6c2b59e8786e', '2019-06-27 07:04:51.734', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 08:04:51.733', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 573, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8311f6e4-98a1-11e9-88e1-6c2b59e8786e', '2019-06-27 08:05:06.766', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 09:05:06.765', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 574, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f023e5c3-98a9-11e9-a1d1-6c2b59e8786e', '2019-06-27 09:05:25.728', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 09:05:35.727', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 575, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f9192414-98a9-11e9-a1d1-6c2b59e8786e', '2019-06-27 09:05:40.757', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 09:06:00.756', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 576, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0dfd7fc5-98aa-11e9-a1d1-6c2b59e8786e', '2019-06-27 09:06:15.809', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 09:06:55.808', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 577, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('3abb0d26-98aa-11e9-a1d1-6c2b59e8786e', '2019-06-27 09:07:30.871', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 09:08:50.855', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 578, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8b3773b7-98aa-11e9-a1d1-6c2b59e8786e', '2019-06-27 09:09:45.904', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 09:12:25.904', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 579, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ff7d13b8-98aa-11e9-a1d1-6c2b59e8786e', '2019-06-27 09:13:00.976', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 09:18:20.976', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 580, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('df083ff9-98ab-11e9-a1d1-6c2b59e8786e', '2019-06-27 09:19:16.02', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 09:29:56.02', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 581, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('7174ba34-98ad-11e9-a1d1-6c2b59e8786e', '2019-06-27 09:30:31.175', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 09:51:51.175', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 582, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8d3ea6c9-98b0-11e9-a1d1-6c2b59e8786e', '2019-06-27 09:52:46.287', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 10:35:26.287', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 583, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9800ce48-98b6-11e9-a1d1-6c2b59e8786e', '2019-06-27 10:36:01.317', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 11:36:01.316', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 584, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('02b9fe91-98bf-11e9-a1d1-6c2b59e8786e', '2019-06-27 11:36:16.343', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 12:36:16.342', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 585, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6d732fda-98c7-11e9-a1d1-6c2b59e8786e', '2019-06-27 12:36:31.369', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 13:36:31.369', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 586, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d82e5cf3-98cf-11e9-a1d1-6c2b59e8786e', '2019-06-27 13:36:46.408', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 14:36:46.407', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 587, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('4320edbc-98d8-11e9-a1d1-6c2b59e8786e', '2019-06-27 14:37:01.81', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 15:37:01.809', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 588, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('adf76b05-98e0-11e9-a1d1-6c2b59e8786e', '2019-06-27 15:37:17.028', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 16:37:17.028', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 589, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('18bf907d-98e9-11e9-a1d1-6c2b59e8786e', '2019-06-27 16:37:32.152', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 17:37:32.152', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 590, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('837ae3a6-98f1-11e9-a1d1-6c2b59e8786e', '2019-06-27 17:37:47.191', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 18:37:47.191', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 591, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('ee3107af-98f9-11e9-a1d1-6c2b59e8786e', '2019-06-27 18:38:02.198', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 19:38:02.198', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 592, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('59147d48-9902-11e9-a1d1-6c2b59e8786e', '2019-06-27 19:38:17.501', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 20:38:17.501', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 593, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c3d50191-990a-11e9-a1d1-6c2b59e8786e', '2019-06-27 20:38:32.575', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 21:38:32.574', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 594, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('2eb5b80a-9913-11e9-a1d1-6c2b59e8786e', '2019-06-27 21:38:47.86', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 22:38:47.86', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 595, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9973f263-991b-11e9-a1d1-6c2b59e8786e', '2019-06-27 22:39:02.919', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-27 23:39:02.919', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 596, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0439a5cc-9924-11e9-a1d1-6c2b59e8786e', '2019-06-27 23:39:18.027', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-28 00:39:18.027', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 597, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('6f436815-992c-11e9-a1d1-6c2b59e8786e', '2019-06-28 00:39:33.581', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-28 01:39:33.581', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 598, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('da241e8e-9934-11e9-a1d1-6c2b59e8786e', '2019-06-28 01:39:48.866', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-28 02:39:48.866', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 599, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('44fb1107-993d-11e9-a1d1-6c2b59e8786e', '2019-06-28 02:40:04.087', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-28 03:40:04.087', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 600, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('afd49b90-9945-11e9-a1d1-6c2b59e8786e', '2019-06-28 03:40:19.325', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-28 04:40:19.325', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 601, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('1a9d0f19-994e-11e9-a1d1-6c2b59e8786e', '2019-06-28 04:40:34.451', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-28 05:40:34.451', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 602, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('85831bc2-9956-11e9-a1d1-6c2b59e8786e', '2019-06-28 05:40:49.771', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-28 06:40:49.771', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 603, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('f047498b-995e-11e9-a1d1-6c2b59e8786e', '2019-06-28 06:41:04.869', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-28 07:41:04.869', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 604, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('5b295f94-9967-11e9-a1d1-6c2b59e8786e', '2019-06-28 07:41:20.163', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-28 08:41:20.163', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 605, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('c60952bd-996f-11e9-a1d1-6c2b59e8786e', '2019-06-28 08:41:35.443', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-28 09:41:35.443', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 606, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('30c988e6-9978-11e9-a1d1-6c2b59e8786e', '2019-06-28 09:41:50.515', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-28 10:41:50.515', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 607, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9b80be5f-9980-11e9-a1d1-6c2b59e8786e', '2019-06-28 10:42:05.528', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-28 11:42:05.527', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 608, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('20dda58a-999e-11e9-984d-6c2b59e8786e', '2019-06-28 14:13:24.679', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-28 14:13:34.679', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 609, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('29d4918b-999e-11e9-984d-6c2b59e8786e', '2019-06-28 14:13:39.719', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-06-28 14:13:59.719', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 610, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('8ea3ac89-9bce-11e9-95ea-6c2b59e8786e', '2019-07-01 09:05:07.016', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-07-01 09:05:17.015', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 611, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('976b723a-9bce-11e9-95ea-6c2b59e8786e', '2019-07-01 09:05:21.748', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-07-01 09:05:41.747', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 612, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('abdbaf5b-9bce-11e9-95ea-6c2b59e8786e', '2019-07-01 09:05:56.038', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-07-01 09:06:36.037', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 613, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('d7a1211c-9bce-11e9-95ea-6c2b59e8786e', '2019-07-01 09:07:09.474', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-07-01 09:08:29.474', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 614, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('26da323d-9bcf-11e9-95ea-6c2b59e8786e', '2019-07-01 09:09:22.388', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-07-01 09:12:02.387', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 615, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('9b19699e-9bcf-11e9-95ea-6c2b59e8786e', '2019-07-01 09:12:37.418', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-07-01 09:17:57.417', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 616, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('7aa5321f-9bd0-11e9-95ea-6c2b59e8786e', '2019-07-01 09:18:52.466', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-07-01 09:29:32.464', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 617, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('0cfee6aa-9bd2-11e9-95ea-6c2b59e8786e', '2019-07-01 09:30:07.498', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-07-01 09:51:27.497', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 618, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('28c0bcff-9bd5-11e9-95ea-6c2b59e8786e', '2019-07-01 09:52:22.557', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-07-01 10:35:02.555', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 619, NULL, NULL); INSERT INTO act_hi_job_log (id_, timestamp_, job_id_, job_duedate_, job_retries_, job_priority_, job_exception_msg_, job_exception_stack_id_, job_state_, job_def_id_, job_def_type_, job_def_configuration_, act_id_, execution_id_, root_proc_inst_id_, process_instance_id_, process_def_id_, process_def_key_, deployment_id_, sequence_counter_, tenant_id_, removal_time_) VALUES ('336bb2fe-9bdb-11e9-95ea-6c2b59e8786e', '2019-07-01 10:35:37.435', 'b2e648b2-81e9-11e9-9ced-980c20524153', '2019-07-01 11:35:37.435', 3, 0, NULL, NULL, 2, NULL, 'history-cleanup', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 620, NULL, NULL); -- -- TOC entry 2703 (class 0 OID 1199374) -- Dependencies: 211 -- Data for Name: act_hi_op_log; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('b4264278-81e9-11e9-9ced-980c20524153', 'b2f4eeb4-81e9-11e9-9ced-980c20524153', 'invoice:1:b31bd7a8-81e9-11e9-9ced-980c20524153', 'invoice', NULL, 'b40e7487-81e9-11e9-9ced-980c20524153', 'b40e7487-81e9-11e9-9ced-980c20524153', NULL, NULL, NULL, 'b40ee9d5-81e9-11e9-9ced-980c20524153', NULL, NULL, NULL, 'demo', '2019-05-29 10:13:55.97', 'Claim', 'b4264277-81e9-11e9-9ced-980c20524153', 'Task', 'assignee', NULL, 'demo', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('b42f1c1c-81e9-11e9-9ced-980c20524153', 'b2f4eeb4-81e9-11e9-9ced-980c20524153', 'invoice:1:b31bd7a8-81e9-11e9-9ced-980c20524153', 'invoice', NULL, 'b40e7487-81e9-11e9-9ced-980c20524153', 'b40e7487-81e9-11e9-9ced-980c20524153', NULL, NULL, NULL, 'b40ee9d5-81e9-11e9-9ced-980c20524153', NULL, NULL, NULL, 'demo', '2019-05-29 10:13:55.97', 'Complete', 'b42ea6ea-81e9-11e9-9ced-980c20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('b43fbe32-81e9-11e9-9ced-980c20524153', 'b2f4eeb4-81e9-11e9-9ced-980c20524153', 'invoice:1:b31bd7a8-81e9-11e9-9ced-980c20524153', 'invoice', NULL, 'b432025e-81e9-11e9-9ced-980c20524153', 'b432025e-81e9-11e9-9ced-980c20524153', NULL, NULL, NULL, 'b43277ad-81e9-11e9-9ced-980c20524153', NULL, NULL, NULL, 'mary', '2019-05-29 10:13:56.204', 'Complete', 'b43f21f0-81e9-11e9-9ced-980c20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('b4abc5f4-81e9-11e9-9ced-980c20524153', 'b34a139e-81e9-11e9-9ced-980c20524153', 'invoice:2:b34cd2c2-81e9-11e9-9ced-980c20524153', 'invoice', NULL, 'b4a33a43-81e9-11e9-9ced-980c20524153', 'b4a33a43-81e9-11e9-9ced-980c20524153', NULL, NULL, NULL, 'b4a38881-81e9-11e9-9ced-980c20524153', NULL, NULL, NULL, 'demo', '2019-05-29 10:13:56.945', 'Claim', 'b4abc5f3-81e9-11e9-9ced-980c20524153', 'Task', 'assignee', NULL, 'demo', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('b4ae5e08-81e9-11e9-9ced-980c20524153', 'b34a139e-81e9-11e9-9ced-980c20524153', 'invoice:2:b34cd2c2-81e9-11e9-9ced-980c20524153', 'invoice', NULL, 'b4a33a43-81e9-11e9-9ced-980c20524153', 'b4a33a43-81e9-11e9-9ced-980c20524153', NULL, NULL, NULL, 'b4a38881-81e9-11e9-9ced-980c20524153', NULL, NULL, NULL, 'demo', '2019-05-29 10:13:56.945', 'Complete', 'b4ae0fe6-81e9-11e9-9ced-980c20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('b4b710dd-81e9-11e9-9ced-980c20524153', 'b34a139e-81e9-11e9-9ced-980c20524153', 'invoice:2:b34cd2c2-81e9-11e9-9ced-980c20524153', 'invoice', NULL, 'b4b080f9-81e9-11e9-9ced-980c20524153', 'b4b080f9-81e9-11e9-9ced-980c20524153', NULL, NULL, NULL, 'b4b0f648-81e9-11e9-9ced-980c20524153', NULL, NULL, NULL, 'mary', '2019-05-29 10:13:57.031', 'Complete', 'b4b6c2bb-81e9-11e9-9ced-980c20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('bedf259c-81f0-11e9-8e3d-980c20524153', 'b34a139e-81e9-11e9-9ced-980c20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-05-29 11:04:20.594', 'Delete', 'bedf259b-81f0-11e9-8e3d-980c20524153', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('ca29024e-81f0-11e9-8e3d-980c20524153', 'b2f4eeb4-81e9-11e9-9ced-980c20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-05-29 11:04:39.533', 'Delete', 'ca29024d-81f0-11e9-8e3d-980c20524153', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('095c5c86-81f1-11e9-8625-980c20524153', '089d2ac0-81f1-11e9-8625-980c20524153', 'invoice:1:08a8c384-81f1-11e9-8625-980c20524153', 'invoice', NULL, '094d4125-81f1-11e9-8625-980c20524153', '094d4125-81f1-11e9-8625-980c20524153', NULL, NULL, NULL, '094db673-81f1-11e9-8625-980c20524153', NULL, NULL, NULL, 'demo', '2019-05-29 11:06:25.466', 'Claim', '095c5c85-81f1-11e9-8625-980c20524153', 'Task', 'assignee', NULL, 'demo', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('095fb7ea-81f1-11e9-8625-980c20524153', '089d2ac0-81f1-11e9-8625-980c20524153', 'invoice:1:08a8c384-81f1-11e9-8625-980c20524153', 'invoice', NULL, '094d4125-81f1-11e9-8625-980c20524153', '094d4125-81f1-11e9-8625-980c20524153', NULL, NULL, NULL, '094db673-81f1-11e9-8625-980c20524153', NULL, NULL, NULL, 'demo', '2019-05-29 11:06:25.466', 'Complete', '095f42b8-81f1-11e9-8625-980c20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('096bed30-81f1-11e9-8625-980c20524153', '089d2ac0-81f1-11e9-8625-980c20524153', 'invoice:1:08a8c384-81f1-11e9-8625-980c20524153', 'invoice', NULL, '09629e2c-81f1-11e9-8625-980c20524153', '09629e2c-81f1-11e9-8625-980c20524153', NULL, NULL, NULL, '0963137b-81f1-11e9-8625-980c20524153', NULL, NULL, NULL, 'mary', '2019-05-29 11:06:25.606', 'Complete', '096b77fe-81f1-11e9-8625-980c20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('09839362-81f1-11e9-8625-980c20524153', '08c991fb-81f1-11e9-8625-980c20524153', 'invoice:2:08cc782f-81f1-11e9-8625-980c20524153', 'invoice', NULL, '097a4461-81f1-11e9-8625-980c20524153', '097a4461-81f1-11e9-8625-980c20524153', NULL, NULL, NULL, '097ab9af-81f1-11e9-8625-980c20524153', NULL, NULL, NULL, 'demo', '2019-05-29 11:06:25.761', 'Claim', '09839361-81f1-11e9-8625-980c20524153', 'Task', 'assignee', NULL, 'demo', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('09860466-81f1-11e9-8625-980c20524153', '08c991fb-81f1-11e9-8625-980c20524153', 'invoice:2:08cc782f-81f1-11e9-8625-980c20524153', 'invoice', NULL, '097a4461-81f1-11e9-8625-980c20524153', '097a4461-81f1-11e9-8625-980c20524153', NULL, NULL, NULL, '097ab9af-81f1-11e9-8625-980c20524153', NULL, NULL, NULL, 'demo', '2019-05-29 11:06:25.761', 'Complete', '0985dd54-81f1-11e9-8625-980c20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('0991765b-81f1-11e9-8625-980c20524153', '08c991fb-81f1-11e9-8625-980c20524153', 'invoice:2:08cc782f-81f1-11e9-8625-980c20524153', 'invoice', NULL, '09882757-81f1-11e9-8625-980c20524153', '09882757-81f1-11e9-8625-980c20524153', NULL, NULL, NULL, '09889ca6-81f1-11e9-8625-980c20524153', NULL, NULL, NULL, 'mary', '2019-05-29 11:06:25.851', 'Complete', '09912839-81f1-11e9-8625-980c20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('aec35971-81f1-11e9-8625-980c20524153', '08c991fb-81f1-11e9-8625-980c20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-05-29 11:11:03.065', 'Delete', 'aec35970-81f1-11e9-8625-980c20524153', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('b2d58653-81f1-11e9-8625-980c20524153', '089d2ac0-81f1-11e9-8625-980c20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-05-29 11:11:09.895', 'Delete', 'b2d58652-81f1-11e9-8625-980c20524153', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('c3227eea-81f1-11e9-bf2c-980c20524153', 'c25173d4-81f1-11e9-bf2c-980c20524153', 'invoice:1:c25cbe78-81f1-11e9-bf2c-980c20524153', 'invoice', NULL, 'c30b4d39-81f1-11e9-bf2c-980c20524153', 'c30b4d39-81f1-11e9-bf2c-980c20524153', NULL, NULL, NULL, 'c30be997-81f1-11e9-bf2c-980c20524153', NULL, NULL, NULL, 'demo', '2019-05-29 11:11:37.09', 'Claim', 'c3227ee9-81f1-11e9-bf2c-980c20524153', 'Task', 'assignee', NULL, 'demo', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('c3269d9e-81f1-11e9-bf2c-980c20524153', 'c25173d4-81f1-11e9-bf2c-980c20524153', 'invoice:1:c25cbe78-81f1-11e9-bf2c-980c20524153', 'invoice', NULL, 'c30b4d39-81f1-11e9-bf2c-980c20524153', 'c30b4d39-81f1-11e9-bf2c-980c20524153', NULL, NULL, NULL, 'c30be997-81f1-11e9-bf2c-980c20524153', NULL, NULL, NULL, 'demo', '2019-05-29 11:11:37.09', 'Complete', 'c326015c-81f1-11e9-bf2c-980c20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('c332f9f4-81f1-11e9-bf2c-980c20524153', 'c25173d4-81f1-11e9-bf2c-980c20524153', 'invoice:1:c25cbe78-81f1-11e9-bf2c-980c20524153', 'invoice', NULL, 'c329aaf0-81f1-11e9-bf2c-980c20524153', 'c329aaf0-81f1-11e9-bf2c-980c20524153', NULL, NULL, NULL, 'c329f92f-81f1-11e9-bf2c-980c20524153', NULL, NULL, NULL, 'mary', '2019-05-29 11:11:37.288', 'Complete', 'c332abd2-81f1-11e9-bf2c-980c20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('c34a03e6-81f1-11e9-bf2c-980c20524153', 'c299524e-81f1-11e9-bf2c-980c20524153', 'invoice:2:c29c5f93-81f1-11e9-bf2c-980c20524153', 'invoice', NULL, 'c340b5e5-81f1-11e9-bf2c-980c20524153', 'c340b5e5-81f1-11e9-bf2c-980c20524153', NULL, NULL, NULL, 'c3412b33-81f1-11e9-bf2c-980c20524153', NULL, NULL, NULL, 'demo', '2019-05-29 11:11:37.44', 'Claim', 'c34a03e5-81f1-11e9-bf2c-980c20524153', 'Task', 'assignee', NULL, 'demo', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('c34c9bfa-81f1-11e9-bf2c-980c20524153', 'c299524e-81f1-11e9-bf2c-980c20524153', 'invoice:2:c29c5f93-81f1-11e9-bf2c-980c20524153', 'invoice', NULL, 'c340b5e5-81f1-11e9-bf2c-980c20524153', 'c340b5e5-81f1-11e9-bf2c-980c20524153', NULL, NULL, NULL, 'c3412b33-81f1-11e9-bf2c-980c20524153', NULL, NULL, NULL, 'demo', '2019-05-29 11:11:37.44', 'Complete', 'c34c4dd8-81f1-11e9-bf2c-980c20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('c356392f-81f1-11e9-bf2c-980c20524153', 'c299524e-81f1-11e9-bf2c-980c20524153', 'invoice:2:c29c5f93-81f1-11e9-bf2c-980c20524153', 'invoice', NULL, 'c34f0d0b-81f1-11e9-bf2c-980c20524153', 'c34f0d0b-81f1-11e9-bf2c-980c20524153', NULL, NULL, NULL, 'c34f825a-81f1-11e9-bf2c-980c20524153', NULL, NULL, NULL, 'mary', '2019-05-29 11:11:37.532', 'Complete', 'c356121d-81f1-11e9-bf2c-980c20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('27a7b94d-81f3-11e9-b87a-980c20524153', 'c299524e-81f1-11e9-bf2c-980c20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-05-29 11:21:35.385', 'Delete', '27a7923c-81f3-11e9-b87a-980c20524153', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('c5215fca-81f5-11e9-a3ea-980c20524153', 'c25173d4-81f1-11e9-bf2c-980c20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-05-29 11:40:18.578', 'Delete', 'c5215fc9-81f5-11e9-a3ea-980c20524153', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('58318481-8208-11e9-923a-980c20524153', '108d6da1-81f7-11e9-8d19-980c20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-05-29 13:53:16.25', 'Delete', '58318480-8208-11e9-923a-980c20524153', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('81877ce8-8208-11e9-923a-980c20524153', '5edcabc2-8208-11e9-923a-980c20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-05-29 13:54:25.6', 'Delete', '81877ce7-8208-11e9-923a-980c20524153', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('342f53a9-821d-11e9-923a-980c20524153', '82d559a9-8208-11e9-923a-980c20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-05-29 16:22:35.269', 'Delete', '342f53a8-821d-11e9-923a-980c20524153', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('30c00b98-8903-11e9-bb7a-201720524153', '2ce50635-821d-11e9-923a-980c20524153', 'FIRST_PROCESS:1:2ceb6ed7-821d-11e9-923a-980c20524153', 'FIRST_PROCESS', NULL, '10eee966-878a-11e9-bb7a-201720524153', '10eee966-878a-11e9-bb7a-201720524153', NULL, NULL, NULL, '10ef1079-878a-11e9-bb7a-201720524153', NULL, NULL, NULL, 'demo', '2019-06-07 11:04:00.731', 'Assign', '30c00b97-8903-11e9-bb7a-201720524153', 'Task', 'assignee', NULL, 'j', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('597c5b2b-8de5-11e9-976c-baad20524153', '7ed4414d-8de4-11e9-976c-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-13 16:12:59.986', 'Delete', '597c5b2a-8de5-11e9-976c-baad20524153', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('f347ffcd-8de5-11e9-976c-baad20524153', '5e3d46f9-8db2-11e9-b250-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-13 16:17:18.012', 'Delete', 'f347ffcc-8de5-11e9-976c-baad20524153', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('1c00ed8e-8de9-11e9-976c-baad20524153', 'ae527798-8de8-11e9-976c-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-13 16:39:54.823', 'Delete', '1c00ed8d-8de9-11e9-976c-baad20524153', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('ad263d16-8e9b-11e9-926a-baad20524153', '55bacedf-8e73-11e9-926a-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-14 13:58:08.755', 'Delete', 'ad263d15-8e9b-11e9-926a-baad20524153', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('363f21cd-8e9c-11e9-926a-baad20524153', 'baca5d77-8e9b-11e9-926a-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-14 14:01:58.766', 'Delete', '363f21cc-8e9c-11e9-926a-baad20524153', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('b3121694-8e9c-11e9-926a-baad20524153', '3e5598de-8e9c-11e9-926a-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-14 14:05:28.186', 'Delete', 'b3121693-8e9c-11e9-926a-baad20524153', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('e1bf8f64-8ea0-11e9-926a-baad20524153', '5ff0d95f-8e9d-11e9-926a-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-14 14:35:24.485', 'Delete', 'e1bf8f63-8ea0-11e9-926a-baad20524153', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('5596b630-8ea1-11e9-926a-baad20524153', '7fa3ddba-8c18-11e9-b250-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-14 14:38:38.833', 'Delete', '5596b62f-8ea1-11e9-926a-baad20524153', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('5b8b37a2-8ea1-11e9-926a-baad20524153', 'dc052fc0-8905-11e9-bb7a-201720524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-14 14:38:48.824', 'Delete', '5b8b37a1-8ea1-11e9-926a-baad20524153', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('5e9ac194-8ea1-11e9-926a-baad20524153', '2ce50635-821d-11e9-923a-980c20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-14 14:38:53.959', 'Delete', '5e9ac193-8ea1-11e9-926a-baad20524153', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('9d81824a-8ea1-11e9-926a-baad20524153', '65b60fc5-8ea1-11e9-926a-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-14 14:40:39.49', 'Delete', '9d818249-8ea1-11e9-926a-baad20524153', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('cdf33e10-8ea1-11e9-926a-baad20524153', 'b08473cb-8ea1-11e9-926a-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-14 14:42:00.766', 'Delete', 'cdf33e0f-8ea1-11e9-926a-baad20524153', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('074d18c6-8ea2-11e9-926a-baad20524153', 'fcfdc8b3-8ea1-11e9-926a-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-14 14:43:36.985', 'Delete', '074d18c5-8ea2-11e9-926a-baad20524153', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('7a43f1ab-8ea2-11e9-926a-baad20524153', '3c993367-8ea2-11e9-926a-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-14 14:46:49.863', 'Delete', '7a43f1aa-8ea2-11e9-926a-baad20524153', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('7b84d61d-8ea2-11e9-926a-baad20524153', 'd17fc031-8ea1-11e9-926a-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-14 14:46:51.966', 'Delete', '7b84d61c-8ea2-11e9-926a-baad20524153', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('e5de0705-8ea2-11e9-926a-baad20524153', 'e47a30d0-8ea2-11e9-926a-baad20524153', 'invoice:1:e47ffd34-8ea2-11e9-926a-baad20524153', 'invoice', NULL, 'e5c48b64-8ea2-11e9-926a-baad20524153', 'e5c48b64-8ea2-11e9-926a-baad20524153', NULL, NULL, NULL, 'e5c500b2-8ea2-11e9-926a-baad20524153', NULL, NULL, NULL, 'demo', '2019-06-14 14:49:50.221', 'Claim', 'e5de0704-8ea2-11e9-926a-baad20524153', 'Task', 'assignee', NULL, 'demo', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('e5e18979-8ea2-11e9-926a-baad20524153', 'e47a30d0-8ea2-11e9-926a-baad20524153', 'invoice:1:e47ffd34-8ea2-11e9-926a-baad20524153', 'invoice', NULL, 'e5c48b64-8ea2-11e9-926a-baad20524153', 'e5c48b64-8ea2-11e9-926a-baad20524153', NULL, NULL, NULL, 'e5c500b2-8ea2-11e9-926a-baad20524153', NULL, NULL, NULL, 'demo', '2019-06-14 14:49:50.221', 'Complete', 'e5e11447-8ea2-11e9-926a-baad20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('e5ede5cf-8ea2-11e9-926a-baad20524153', 'e47a30d0-8ea2-11e9-926a-baad20524153', 'invoice:1:e47ffd34-8ea2-11e9-926a-baad20524153', 'invoice', NULL, 'e5e448ab-8ea2-11e9-926a-baad20524153', 'e5e448ab-8ea2-11e9-926a-baad20524153', NULL, NULL, NULL, 'e5e4bdfa-8ea2-11e9-926a-baad20524153', NULL, NULL, NULL, 'mary', '2019-06-14 14:49:50.428', 'Complete', 'e5ed97ad-8ea2-11e9-926a-baad20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('e6062841-8ea2-11e9-926a-baad20524153', 'e4a649ea-8ea2-11e9-926a-baad20524153', 'invoice:2:e4a8e1fe-8ea2-11e9-926a-baad20524153', 'invoice', NULL, 'e5fd0050-8ea2-11e9-926a-baad20524153', 'e5fd0050-8ea2-11e9-926a-baad20524153', NULL, NULL, NULL, 'e5fd759e-8ea2-11e9-926a-baad20524153', NULL, NULL, NULL, 'demo', '2019-06-14 14:49:50.592', 'Claim', 'e6062840-8ea2-11e9-926a-baad20524153', 'Task', 'assignee', NULL, 'demo', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('e6095c95-8ea2-11e9-926a-baad20524153', 'e4a649ea-8ea2-11e9-926a-baad20524153', 'invoice:2:e4a8e1fe-8ea2-11e9-926a-baad20524153', 'invoice', NULL, 'e5fd0050-8ea2-11e9-926a-baad20524153', 'e5fd0050-8ea2-11e9-926a-baad20524153', NULL, NULL, NULL, 'e5fd759e-8ea2-11e9-926a-baad20524153', NULL, NULL, NULL, 'demo', '2019-06-14 14:49:50.592', 'Complete', 'e6090e73-8ea2-11e9-926a-baad20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('e612367a-8ea2-11e9-926a-baad20524153', 'e4a649ea-8ea2-11e9-926a-baad20524153', 'invoice:2:e4a8e1fe-8ea2-11e9-926a-baad20524153', 'invoice', NULL, 'e60b7f86-8ea2-11e9-926a-baad20524153', 'e60b7f86-8ea2-11e9-926a-baad20524153', NULL, NULL, NULL, 'e60bf4d5-8ea2-11e9-926a-baad20524153', NULL, NULL, NULL, 'mary', '2019-06-14 14:49:50.686', 'Complete', 'e611e858-8ea2-11e9-926a-baad20524153', 'Task', 'delete', 'false', 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('e2bebda3-8ea5-11e9-926a-baad20524153', 'a6b183af-8ea5-11e9-926a-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-14 15:11:13.641', 'Delete', 'e2bebda2-8ea5-11e9-926a-baad20524153', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('ac62796e-8eaa-11e9-926a-baad20524153', 'fa76f9d4-8ea5-11e9-926a-baad20524153', 'PROCESS_COMMANDE_VENTE:1:fa7a2e26-8ea5-11e9-926a-baad20524153', 'PROCESS_COMMANDE_VENTE', NULL, '0590c5d7-8ea6-11e9-926a-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-14 15:45:29.923', 'RemoveVariable', 'ac61b61c-8eaa-11e9-926a-baad20524153', 'Variable', NULL, NULL, NULL, NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('5f0fc074-9111-11e9-8516-6c2b59e8786e', 'fa76f9d4-8ea5-11e9-926a-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-17 17:05:40.685', 'Delete', '5f0fc073-9111-11e9-8516-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('db52d14f-9111-11e9-8516-6c2b59e8786e', '745ec4d5-9111-11e9-8516-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-17 17:09:09.162', 'Delete', 'db52d14e-9111-11e9-8516-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('0321dba0-9112-11e9-8516-6c2b59e8786e', 'f2073210-9111-11e9-8516-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-17 17:10:15.95', 'Delete', '0321db9f-9112-11e9-8516-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('4cf22ec3-9197-11e9-8516-6c2b59e8786e', '1ef8c7d1-9112-11e9-8516-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-18 09:04:22.854', 'Delete', '4cf22ec2-9197-11e9-8516-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('b51f3075-9197-11e9-8516-6c2b59e8786e', '5a457004-9197-11e9-8516-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-18 09:07:17.632', 'Delete', 'b51f3074-9197-11e9-8516-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('2e45e971-919c-11e9-8516-6c2b59e8786e', 'bd023b76-9197-11e9-8516-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-18 09:39:18.877', 'Delete', '2e45e970-919c-11e9-8516-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('e12fd822-919e-11e9-8516-6c2b59e8786e', '4a60e382-919c-11e9-8516-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-18 09:58:38.038', 'Delete', 'e12fd821-919e-11e9-8516-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('314f03ad-919f-11e9-8516-6c2b59e8786e', 'ed90a313-919e-11e9-8516-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-18 10:00:52.46', 'Delete', '314f03ac-919f-11e9-8516-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('7464c724-919f-11e9-8516-6c2b59e8786e', '3b684f9e-919f-11e9-8516-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-18 10:02:45.01', 'Delete', '7464c723-919f-11e9-8516-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('472882c4-91a1-11e9-b869-6c2b59e8786e', 'a8ad0708-919f-11e9-b869-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-18 10:15:48.111', 'Delete', '47285bb3-91a1-11e9-b869-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('9d114f18-91a1-11e9-b869-6c2b59e8786e', '4e867f45-91a1-11e9-b869-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-18 10:18:12.243', 'Delete', '9d114f17-91a1-11e9-b869-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('421f2174-91c2-11e9-b869-6c2b59e8786e', 'ae3a5079-91a1-11e9-b869-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-18 14:11:53.053', 'Delete', '421f2173-91c2-11e9-b869-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('5bf83a1e-91c5-11e9-a673-6c2b59e8786e', '6d118bc5-91c2-11e9-b869-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-18 14:34:04.909', 'Delete', '5bf83a1d-91c5-11e9-a673-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('7e53fc45-91d7-11e9-a673-6c2b59e8786e', '635f256a-91c7-11e9-a673-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-18 16:43:53.494', 'Delete', '7e53fc44-91d7-11e9-a673-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('1046962f-91da-11e9-a673-6c2b59e8786e', '8d67b236-91d7-11e9-a673-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-18 17:02:17.347', 'Delete', '1046962e-91da-11e9-a673-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('220cb430-9269-11e9-9409-6c2b59e8786e', '18ef3a20-91da-11e9-a673-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-19 10:06:25.199', 'Delete', '220cb42f-9269-11e9-9409-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('ccf5e897-9269-11e9-9409-6c2b59e8786e', '323116d2-9269-11e9-9409-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-19 10:11:11.94', 'Delete', 'ccf5e896-9269-11e9-9409-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('a9232021-926e-11e9-9409-6c2b59e8786e', 'faa61358-9269-11e9-9409-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-19 10:45:59.322', 'Delete', 'a9232020-926e-11e9-9409-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('09933c74-926f-11e9-9409-6c2b59e8786e', 'b0062042-926e-11e9-9409-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-19 10:48:41.118', 'Delete', '09933c73-926f-11e9-9409-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('9c116a1c-9270-11e9-9409-6c2b59e8786e', '1ed41005-926f-11e9-9409-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-19 10:59:56.389', 'Delete', '9c116a1b-9270-11e9-9409-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('bf8861a0-9330-11e9-9409-6c2b59e8786e', 'a95c1fdd-9270-11e9-9409-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-20 09:55:19.261', 'Delete', 'bf88619f-9330-11e9-9409-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('55e18b83-9342-11e9-9409-6c2b59e8786e', '040f6941-9331-11e9-9409-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-20 12:01:12.948', 'Delete', '55e18b82-9342-11e9-9409-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('8bef91fa-9354-11e9-9409-6c2b59e8786e', '6700a1d4-9342-11e9-9409-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-20 14:11:34.578', 'Delete', '8bef91f9-9354-11e9-9409-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('cf161661-9362-11e9-9409-6c2b59e8786e', '97c0c71b-9354-11e9-9409-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-20 15:53:40.192', 'Delete', 'cf161660-9362-11e9-9409-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('1659dbc8-9756-11e9-88e1-6c2b59e8786e', 'e7078b02-9362-11e9-9409-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-25 16:32:40.948', 'Delete', '1659dbc7-9756-11e9-88e1-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('89bf0a3e-98e2-11e9-a1d1-6c2b59e8786e', '748de376-98e1-11e9-a1d1-6c2b59e8786e', 'process_example:1:7493fdf8-98e1-11e9-a1d1-6c2b59e8786e', 'process_example', NULL, '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-06-27 15:50:35.254', 'RemoveVariable', '89be1fdc-98e2-11e9-a1d1-6c2b59e8786e', 'Variable', NULL, NULL, NULL, NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('56e4d496-9bd4-11e9-95ea-6c2b59e8786e', '8e883546-9bce-11e9-95ea-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-07-01 09:46:30.472', 'Delete', '56e4d495-9bd4-11e9-95ea-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('5a0d16a8-9bd4-11e9-95ea-6c2b59e8786e', '6f0bb8bb-99b5-11e9-b58d-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-07-01 09:46:35.769', 'Delete', '5a0d16a7-9bd4-11e9-95ea-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('6e57a35a-9bd4-11e9-95ea-6c2b59e8786e', 'cb829918-99b3-11e9-b58d-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-07-01 09:47:09.812', 'Delete', '6e57a359-9bd4-11e9-95ea-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('758abf4c-9bd4-11e9-95ea-6c2b59e8786e', '13575207-91d2-11e9-a673-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-07-01 09:47:21.891', 'Delete', '758abf4b-9bd4-11e9-95ea-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('7805834e-9bd4-11e9-95ea-6c2b59e8786e', 'e47a30d0-8ea2-11e9-926a-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-07-01 09:47:26.051', 'Delete', '7805834d-9bd4-11e9-95ea-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('7c7c1750-9bd4-11e9-95ea-6c2b59e8786e', 'e4a649ea-8ea2-11e9-926a-baad20524153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-07-01 09:47:33.539', 'Delete', '7c7c174f-9bd4-11e9-95ea-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('801a25a2-9bd4-11e9-95ea-6c2b59e8786e', '4450ac79-9756-11e9-88e1-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-07-01 09:47:39.608', 'Delete', '801a25a1-9bd4-11e9-95ea-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'true', NULL, NULL); INSERT INTO act_hi_op_log (id_, deployment_id_, proc_def_id_, proc_def_key_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, job_id_, job_def_id_, batch_id_, user_id_, timestamp_, operation_type_, operation_id_, entity_type_, property_, org_value_, new_value_, tenant_id_, removal_time_) VALUES ('86962694-9bd4-11e9-95ea-6c2b59e8786e', 'c8da3565-99b3-11e9-b58d-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'demo', '2019-07-01 09:47:50.487', 'Delete', '86962693-9bd4-11e9-95ea-6c2b59e8786e', 'Deployment', 'cascade', NULL, 'false', NULL, NULL); -- -- TOC entry 2695 (class 0 OID 1199308) -- Dependencies: 203 -- Data for Name: act_hi_procinst; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_hi_procinst (id_, proc_inst_id_, business_key_, proc_def_key_, proc_def_id_, start_time_, end_time_, removal_time_, duration_, start_user_id_, start_act_id_, end_act_id_, super_process_instance_id_, root_proc_inst_id_, super_case_instance_id_, case_inst_id_, delete_reason_, tenant_id_, state_) VALUES ('985b3b99-98e1-11e9-a1d1-6c2b59e8786e', '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', NULL, 'process_example', 'process_example:1:7493fdf8-98e1-11e9-a1d1-6c2b59e8786e', '2019-06-27 15:43:50.273', NULL, NULL, NULL, NULL, 'StartEvent_1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'ACTIVE'); INSERT INTO act_hi_procinst (id_, proc_inst_id_, business_key_, proc_def_key_, proc_def_id_, start_time_, end_time_, removal_time_, duration_, start_user_id_, start_act_id_, end_act_id_, super_process_instance_id_, root_proc_inst_id_, super_case_instance_id_, case_inst_id_, delete_reason_, tenant_id_, state_) VALUES ('94905f52-8e9d-11e9-926a-baad20524153', '94905f52-8e9d-11e9-926a-baad20524153', NULL, 'TROISIEME_PROCESS', 'TROISIEME_PROCESS:1:5ff34961-8e9d-11e9-926a-baad20524153', '2019-06-14 14:11:46.501', '2019-06-14 14:13:03.221', NULL, 76720, NULL, 'start_first_process', 'EndEvent_1lh38wg', NULL, NULL, NULL, NULL, NULL, NULL, 'COMPLETED'); -- -- TOC entry 2697 (class 0 OID 1199326) -- Dependencies: 205 -- Data for Name: act_hi_taskinst; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_hi_taskinst (id_, task_def_key_, proc_def_key_, proc_def_id_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_key_, case_def_id_, case_inst_id_, case_execution_id_, act_inst_id_, name_, parent_task_id_, description_, owner_, assignee_, start_time_, end_time_, duration_, delete_reason_, priority_, due_date_, follow_up_date_, tenant_id_, removal_time_) VALUES ('985dd3b1-98e1-11e9-a1d1-6c2b59e8786e', 'userTask_example', 'process_example', 'process_example:1:7493fdf8-98e1-11e9-a1d1-6c2b59e8786e', NULL, '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', '985d105d-98e1-11e9-a1d1-6c2b59e8786e', NULL, NULL, NULL, NULL, 'userTask_example:985d376e-98e1-11e9-a1d1-6c2b59e8786e', 'UserTask', NULL, NULL, NULL, NULL, '2019-06-27 15:43:50.287', NULL, NULL, NULL, 50, NULL, NULL, NULL, NULL); INSERT INTO act_hi_taskinst (id_, task_def_key_, proc_def_key_, proc_def_id_, root_proc_inst_id_, proc_inst_id_, execution_id_, case_def_key_, case_def_id_, case_inst_id_, case_execution_id_, act_inst_id_, name_, parent_task_id_, description_, owner_, assignee_, start_time_, end_time_, duration_, delete_reason_, priority_, due_date_, follow_up_date_, tenant_id_, removal_time_) VALUES ('9491bee5-8e9d-11e9-926a-baad20524153', 'tache_1', 'TROISIEME_PROCESS', 'TROISIEME_PROCESS:1:5ff34961-8e9d-11e9-926a-baad20524153', NULL, '94905f52-8e9d-11e9-926a-baad20524153', '94905f52-8e9d-11e9-926a-baad20524153', NULL, NULL, NULL, NULL, 'tache_1:949197d4-8e9d-11e9-926a-baad20524153', 'Tache 1 ter', NULL, NULL, NULL, NULL, '2019-06-14 14:11:46.511', '2019-06-14 14:13:03.211', 76700, 'completed', 50, NULL, NULL, NULL, NULL); -- -- TOC entry 2698 (class 0 OID 1199334) -- Dependencies: 206 -- Data for Name: act_hi_varinst; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_hi_varinst (id_, proc_def_key_, proc_def_id_, root_proc_inst_id_, proc_inst_id_, execution_id_, act_inst_id_, case_def_key_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, name_, var_type_, create_time_, rev_, bytearray_id_, double_, long_, text_, text2_, tenant_id_, state_, removal_time_) VALUES ('985dac9f-98e1-11e9-a1d1-6c2b59e8786e', 'process_example', 'process_example:1:7493fdf8-98e1-11e9-a1d1-6c2b59e8786e', NULL, '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', '985d105d-98e1-11e9-a1d1-6c2b59e8786e', 'userTask_example:985d376e-98e1-11e9-a1d1-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, 'a', 'string', NULL, 0, NULL, NULL, NULL, 'b', NULL, NULL, 'CREATED', NULL); INSERT INTO act_hi_varinst (id_, proc_def_key_, proc_def_id_, root_proc_inst_id_, proc_inst_id_, execution_id_, act_inst_id_, case_def_key_, case_def_id_, case_inst_id_, case_execution_id_, task_id_, name_, var_type_, create_time_, rev_, bytearray_id_, double_, long_, text_, text2_, tenant_id_, state_, removal_time_) VALUES ('985bb0ca-98e1-11e9-a1d1-6c2b59e8786e', 'process_example', 'process_example:1:7493fdf8-98e1-11e9-a1d1-6c2b59e8786e', NULL, '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, 'idObjet', 'string', NULL, 1, NULL, NULL, NULL, 'aStringValue', NULL, NULL, 'DELETED', NULL); -- -- TOC entry 2713 (class 0 OID 1199577) -- Dependencies: 221 -- Data for Name: act_id_group; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_id_group (id_, rev_, name_, type_) VALUES ('sales', 1, 'Sales', 'WORKFLOW'); INSERT INTO act_id_group (id_, rev_, name_, type_) VALUES ('accounting', 1, 'Accounting', 'WORKFLOW'); INSERT INTO act_id_group (id_, rev_, name_, type_) VALUES ('management', 1, 'Management', 'WORKFLOW'); INSERT INTO act_id_group (id_, rev_, name_, type_) VALUES ('camunda-admin', 1, 'camunda BPM Administrators', 'SYSTEM'); -- -- TOC entry 2716 (class 0 OID 1199598) -- Dependencies: 224 -- Data for Name: act_id_info; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2714 (class 0 OID 1199585) -- Dependencies: 222 -- Data for Name: act_id_membership; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_id_membership (user_id_, group_id_) VALUES ('demo', 'sales'); INSERT INTO act_id_membership (user_id_, group_id_) VALUES ('demo', 'accounting'); INSERT INTO act_id_membership (user_id_, group_id_) VALUES ('demo', 'management'); INSERT INTO act_id_membership (user_id_, group_id_) VALUES ('demo', 'camunda-admin'); INSERT INTO act_id_membership (user_id_, group_id_) VALUES ('john', 'sales'); INSERT INTO act_id_membership (user_id_, group_id_) VALUES ('mary', 'accounting'); INSERT INTO act_id_membership (user_id_, group_id_) VALUES ('peter', 'management'); -- -- TOC entry 2717 (class 0 OID 1199606) -- Dependencies: 225 -- Data for Name: act_id_tenant; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_id_tenant (id_, rev_, name_) VALUES ('CLZ', 1, 'S9-DEV-CLZ'); -- -- TOC entry 2718 (class 0 OID 1199611) -- Dependencies: 226 -- Data for Name: act_id_tenant_member; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2715 (class 0 OID 1199590) -- Dependencies: 223 -- Data for Name: act_id_user; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_id_user (id_, rev_, first_, last_, email_, pwd_, salt_, lock_exp_time_, attempts_, picture_id_) VALUES ('demo', 1, 'Demo', 'Demo', 'demo@camunda.org', '{SHA-512}1zeAI1Vp0fFpHevDyWwDYUxvwfEGLIuy49gLIwNZhiHLAUTRha23QKTIwW/lfzO5yt8+ZzorZdrfjYxRqSwQpA==', 'JAPmQkoDhEaB1rXGps/h2w==', NULL, NULL, NULL); INSERT INTO act_id_user (id_, rev_, first_, last_, email_, pwd_, salt_, lock_exp_time_, attempts_, picture_id_) VALUES ('john', 1, 'John', 'Doe', 'john@camunda.org', '{SHA-512}1HT0sIfaoYJgQ6ruCar8QAA499NyNj9EEYGb+j/gMqFB4/gu67LHnmExHypSIw624k6srxvJriDE7KwXiLnmoA==', 'sNzuKZe5u+N3dO1mNQrdtA==', NULL, NULL, NULL); INSERT INTO act_id_user (id_, rev_, first_, last_, email_, pwd_, salt_, lock_exp_time_, attempts_, picture_id_) VALUES ('mary', 1, 'Mary', 'Anne', 'mary@camunda.org', '{SHA-512}CXXJnNAe6bP822UTMmy8eXRbKJC9NBs4l73TP4OXZLeuL+eHbHTj3B21X3iXEk0hgSVDAeIIwVrWJFQ/b+4GKw==', 'ZC/w6hsXx4/c+1LtbptqGA==', NULL, NULL, NULL); INSERT INTO act_id_user (id_, rev_, first_, last_, email_, pwd_, salt_, lock_exp_time_, attempts_, picture_id_) VALUES ('peter', 1, 'Peter', 'Meter', 'peter@camunda.org', '{SHA-512}feu+9U92X8xkKkq2NsbKjjg7e+88gLqnfDxpgwyd1YvBH04wUvshPc/6/0tHCI5EdOACwCdHGbL1UTaSy7OE5w==', 'Vz7eBy0ieYi/zPSoqGLOtw==', NULL, NULL, NULL); -- -- TOC entry 2690 (class 0 OID 1199203) -- Dependencies: 198 -- Data for Name: act_re_case_def; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2693 (class 0 OID 1199284) -- Dependencies: 201 -- Data for Name: act_re_decision_def; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2694 (class 0 OID 1199292) -- Dependencies: 202 -- Data for Name: act_re_decision_req_def; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2675 (class 0 OID 1198878) -- Dependencies: 183 -- Data for Name: act_re_deployment; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_re_deployment (id_, name_, deploy_time_, source_, tenant_id_) VALUES ('748de376-98e1-11e9-a1d1-6c2b59e8786e', 'Example', '2019-06-27 15:42:50.2', 'Camunda Modeler', NULL); -- -- TOC entry 2679 (class 0 OID 1198912) -- Dependencies: 187 -- Data for Name: act_re_procdef; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_re_procdef (id_, rev_, category_, name_, key_, version_, deployment_id_, resource_name_, dgrm_resource_name_, has_start_form_key_, suspension_state_, tenant_id_, version_tag_, history_ttl_, startable_) VALUES ('process_example:1:7493fdf8-98e1-11e9-a1d1-6c2b59e8786e', 1, 'http://bpmn.io/schema/bpmn', 'Process example', 'process_example', 1, '748de376-98e1-11e9-a1d1-6c2b59e8786e', 'example.bpmn', NULL, false, 1, NULL, NULL, NULL, true); -- -- TOC entry 2685 (class 0 OID 1198961) -- Dependencies: 193 -- Data for Name: act_ru_authorization; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b354c208-81e9-11e9-9ced-980c20524153', 1, 1, NULL, 'demo', 1, 'demo', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b3573309-81e9-11e9-9ced-980c20524153', 1, 1, NULL, 'john', 1, 'john', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b357a83a-81e9-11e9-9ced-980c20524153', 1, 1, NULL, 'mary', 1, 'mary', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b357f65b-81e9-11e9-9ced-980c20524153', 1, 1, NULL, 'peter', 1, 'peter', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b3586b8c-81e9-11e9-9ced-980c20524153', 1, 1, 'sales', NULL, 2, 'sales', 2); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b3592ede-81e9-11e9-9ced-980c20524153', 1, 1, 'accounting', NULL, 2, 'accounting', 2); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b359a40f-81e9-11e9-9ced-980c20524153', 1, 1, 'management', NULL, 2, 'management', 2); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b35a8e70-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 2, 'camunda-admin', 2); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b35b78d1-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 0, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b35bee02-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 1, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b35c6333-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 2, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b35cb154-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 3, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b35d2685-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 4, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b35d9bb6-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 5, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b35e10e7-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 6, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b35e8618-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 7, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b35efb49-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 8, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b35f707a-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 9, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b35fbe9b-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 10, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b36033cc-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 11, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b36081ed-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 12, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b3611e2f-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 14, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b3619360-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 15, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b3620891-81e9-11e9-9ced-980c20524153', 1, 1, 'camunda-admin', NULL, 16, '*', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b364a0a9-81e9-11e9-9ced-980c20524153', 1, 1, 'sales', NULL, 0, 'tasklist', 32); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b364c7ba-81e9-11e9-9ced-980c20524153', 1, 1, 'sales', NULL, 6, 'invoice', 4098); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b364eecb-81e9-11e9-9ced-980c20524153', 1, 1, 'accounting', NULL, 0, 'tasklist', 32); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b36515dc-81e9-11e9-9ced-980c20524153', 1, 1, 'accounting', NULL, 6, 'invoice', 4098); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b36515dd-81e9-11e9-9ced-980c20524153', 1, 1, 'management', NULL, 0, 'tasklist', 32); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b3653cee-81e9-11e9-9ced-980c20524153', 1, 1, 'management', NULL, 6, 'invoice', 4098); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b36563ff-81e9-11e9-9ced-980c20524153', 1, 1, 'sales', NULL, 1, 'demo', 2); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b3658a10-81e9-11e9-9ced-980c20524153', 1, 1, 'sales', NULL, 1, 'john', 2); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b365b121-81e9-11e9-9ced-980c20524153', 1, 1, 'management', NULL, 1, 'demo', 2); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b365b122-81e9-11e9-9ced-980c20524153', 1, 1, 'management', NULL, 1, 'peter', 2); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b365d833-81e9-11e9-9ced-980c20524153', 1, 1, 'accounting', NULL, 1, 'demo', 2); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b365ff44-81e9-11e9-9ced-980c20524153', 1, 1, 'accounting', NULL, 1, 'mary', 2); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b3662655-81e9-11e9-9ced-980c20524153', 1, 1, NULL, 'mary', 7, '*', 6); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b3667477-81e9-11e9-9ced-980c20524153', 1, 1, NULL, 'demo', 5, 'b3667476-81e9-11e9-9ced-980c20524153', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b3675ed9-81e9-11e9-9ced-980c20524153', 1, 1, NULL, 'demo', 5, 'b3675ed8-81e9-11e9-9ced-980c20524153', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b367acfa-81e9-11e9-9ced-980c20524153', 1, 0, NULL, '*', 5, 'b3667476-81e9-11e9-9ced-980c20524153', 2); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b367d40b-81e9-11e9-9ced-980c20524153', 1, 0, NULL, '*', 5, 'b3675ed8-81e9-11e9-9ced-980c20524153', 2); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b367fb1d-81e9-11e9-9ced-980c20524153', 1, 1, NULL, 'demo', 5, 'b367fb1c-81e9-11e9-9ced-980c20524153', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b368222e-81e9-11e9-9ced-980c20524153', 1, 1, 'accounting', NULL, 5, 'b367fb1c-81e9-11e9-9ced-980c20524153', 2); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b3684940-81e9-11e9-9ced-980c20524153', 1, 1, NULL, 'demo', 5, 'b368493f-81e9-11e9-9ced-980c20524153', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b3687052-81e9-11e9-9ced-980c20524153', 1, 1, NULL, 'demo', 5, 'b3687051-81e9-11e9-9ced-980c20524153', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b3689764-81e9-11e9-9ced-980c20524153', 1, 1, NULL, 'demo', 5, 'b3689763-81e9-11e9-9ced-980c20524153', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b368e586-81e9-11e9-9ced-980c20524153', 1, 1, NULL, 'demo', 5, 'b368e585-81e9-11e9-9ced-980c20524153', 2147483647); INSERT INTO act_ru_authorization (id_, rev_, type_, group_id_, user_id_, resource_type_, resource_id_, perms_) VALUES ('b360d00e-81e9-11e9-9ced-980c20524153', 2, 1, 'camunda-admin', NULL, 13, '*', 2147483647); -- -- TOC entry 2689 (class 0 OID 1198992) -- Dependencies: 197 -- Data for Name: act_ru_batch; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2691 (class 0 OID 1199211) -- Dependencies: 199 -- Data for Name: act_ru_case_execution; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2692 (class 0 OID 1199219) -- Dependencies: 200 -- Data for Name: act_ru_case_sentry_part; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2683 (class 0 OID 1198945) -- Dependencies: 191 -- Data for Name: act_ru_event_subscr; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2676 (class 0 OID 1198886) -- Dependencies: 184 -- Data for Name: act_ru_execution; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_ru_execution (id_, rev_, root_proc_inst_id_, proc_inst_id_, business_key_, parent_id_, proc_def_id_, super_exec_, super_case_exec_, case_inst_id_, act_id_, act_inst_id_, is_active_, is_concurrent_, is_scope_, is_event_scope_, suspension_state_, cached_ent_state_, sequence_counter_, tenant_id_) VALUES ('985d105d-98e1-11e9-a1d1-6c2b59e8786e', 1, NULL, '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', NULL, '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', 'process_example:1:7493fdf8-98e1-11e9-a1d1-6c2b59e8786e', NULL, NULL, NULL, 'userTask_example', 'userTask_example:985d376e-98e1-11e9-a1d1-6c2b59e8786e', true, false, true, false, 1, 18, 3, NULL); INSERT INTO act_ru_execution (id_, rev_, root_proc_inst_id_, proc_inst_id_, business_key_, parent_id_, proc_def_id_, super_exec_, super_case_exec_, case_inst_id_, act_id_, act_inst_id_, is_active_, is_concurrent_, is_scope_, is_event_scope_, suspension_state_, cached_ent_state_, sequence_counter_, tenant_id_) VALUES ('985b3b99-98e1-11e9-a1d1-6c2b59e8786e', 2, NULL, '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', NULL, NULL, 'process_example:1:7493fdf8-98e1-11e9-a1d1-6c2b59e8786e', NULL, NULL, NULL, NULL, '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', false, false, true, false, 1, 0, 2, NULL); -- -- TOC entry 2688 (class 0 OID 1198983) -- Dependencies: 196 -- Data for Name: act_ru_ext_task; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2686 (class 0 OID 1198969) -- Dependencies: 194 -- Data for Name: act_ru_filter; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_ru_filter (id_, rev_, resource_type_, name_, owner_, query_, properties_) VALUES ('b3667476-81e9-11e9-9ced-980c20524153', 1, 'Task', 'My Tasks', 'demo', '{"taskAssigneeExpression":"${currentUser()}"}', '{"variables":[{"name":"amount","label":"Invoice Amount"},{"name":"invoiceNumber","label":"Invoice Number"},{"name":"creditor","label":"Creditor"},{"name":"approver","label":"Approver"}],"description":"Tasks assigned to me","priority":-10}'); INSERT INTO act_ru_filter (id_, rev_, resource_type_, name_, owner_, query_, properties_) VALUES ('b3675ed8-81e9-11e9-9ced-980c20524153', 1, 'Task', 'My Group Tasks', 'demo', '{"unassigned":true,"taskCandidateGroupInExpression":"${currentUserGroups()}"}', '{"variables":[{"name":"amount","label":"Invoice Amount"},{"name":"invoiceNumber","label":"Invoice Number"},{"name":"creditor","label":"Creditor"},{"name":"approver","label":"Approver"}],"description":"Tasks assigned to my Groups","priority":-5}'); INSERT INTO act_ru_filter (id_, rev_, resource_type_, name_, owner_, query_, properties_) VALUES ('b367fb1c-81e9-11e9-9ced-980c20524153', 1, 'Task', 'Accounting', 'demo', '{"candidateGroups":["accounting"],"unassigned":true}', '{"variables":[{"name":"amount","label":"Invoice Amount"},{"name":"invoiceNumber","label":"Invoice Number"},{"name":"creditor","label":"Creditor"},{"name":"approver","label":"Approver"}],"description":"Tasks for Group Accounting","priority":-3}'); INSERT INTO act_ru_filter (id_, rev_, resource_type_, name_, owner_, query_, properties_) VALUES ('b368493f-81e9-11e9-9ced-980c20524153', 1, 'Task', 'John''s Tasks', 'demo', '{"assignee":"john"}', '{"variables":[{"name":"amount","label":"Invoice Amount"},{"name":"invoiceNumber","label":"Invoice Number"},{"name":"creditor","label":"Creditor"},{"name":"approver","label":"Approver"}],"description":"Tasks assigned to John","priority":-1}'); INSERT INTO act_ru_filter (id_, rev_, resource_type_, name_, owner_, query_, properties_) VALUES ('b3687051-81e9-11e9-9ced-980c20524153', 1, 'Task', 'Mary''s Tasks', 'demo', '{"assignee":"mary"}', '{"variables":[{"name":"amount","label":"Invoice Amount"},{"name":"invoiceNumber","label":"Invoice Number"},{"name":"creditor","label":"Creditor"},{"name":"approver","label":"Approver"}],"description":"Tasks assigned to Mary","priority":-1}'); INSERT INTO act_ru_filter (id_, rev_, resource_type_, name_, owner_, query_, properties_) VALUES ('b3689763-81e9-11e9-9ced-980c20524153', 1, 'Task', 'Peter''s Tasks', 'demo', '{"assignee":"peter"}', '{"variables":[{"name":"amount","label":"Invoice Amount"},{"name":"invoiceNumber","label":"Invoice Number"},{"name":"creditor","label":"Creditor"},{"name":"approver","label":"Approver"}],"description":"Tasks assigned to Peter","priority":-1}'); INSERT INTO act_ru_filter (id_, rev_, resource_type_, name_, owner_, query_, properties_) VALUES ('b368e585-81e9-11e9-9ced-980c20524153', 1, 'Task', 'All Tasks', 'demo', '{}', '{"variables":[{"name":"amount","label":"Invoice Amount"},{"name":"invoiceNumber","label":"Invoice Number"},{"name":"creditor","label":"Creditor"},{"name":"approver","label":"Approver"}],"description":"All Tasks - Not recommended to be used in production :)","priority":10}'); -- -- TOC entry 2681 (class 0 OID 1198929) -- Dependencies: 189 -- Data for Name: act_ru_identitylink; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2684 (class 0 OID 1198953) -- Dependencies: 192 -- Data for Name: act_ru_incident; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2677 (class 0 OID 1198894) -- Dependencies: 185 -- Data for Name: act_ru_job; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_ru_job (id_, rev_, type_, lock_exp_time_, lock_owner_, exclusive_, execution_id_, process_instance_id_, process_def_id_, process_def_key_, retries_, exception_stack_id_, exception_msg_, duedate_, repeat_, handler_type_, handler_cfg_, deployment_id_, suspension_state_, job_def_id_, priority_, sequence_counter_, tenant_id_, create_time_) VALUES ('b2e648b2-81e9-11e9-9ced-980c20524153', 1265, 'ever-living', NULL, NULL, true, NULL, NULL, NULL, NULL, 3, NULL, NULL, '2019-07-01 11:35:37.435', NULL, 'history-cleanup', '{"minuteTo":59,"countEmptyRuns":10,"minuteFrom":0,"immediatelyDue":false}', NULL, 1, NULL, 0, 620, NULL, NULL); -- -- TOC entry 2678 (class 0 OID 1198904) -- Dependencies: 186 -- Data for Name: act_ru_jobdef; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2687 (class 0 OID 1198977) -- Dependencies: 195 -- Data for Name: act_ru_meter_log; Type: TABLE DATA; Schema: public; Owner: postgres -- -- -- TOC entry 2680 (class 0 OID 1198921) -- Dependencies: 188 -- Data for Name: act_ru_task; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_ru_task (id_, rev_, execution_id_, proc_inst_id_, proc_def_id_, case_execution_id_, case_inst_id_, case_def_id_, name_, parent_task_id_, description_, task_def_key_, owner_, assignee_, delegation_, priority_, create_time_, due_date_, follow_up_date_, suspension_state_, tenant_id_) VALUES ('985dd3b1-98e1-11e9-a1d1-6c2b59e8786e', 1, '985d105d-98e1-11e9-a1d1-6c2b59e8786e', '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', 'process_example:1:7493fdf8-98e1-11e9-a1d1-6c2b59e8786e', NULL, NULL, NULL, 'UserTask', NULL, NULL, 'userTask_example', NULL, NULL, NULL, 50, '2019-06-27 15:43:50.286', NULL, NULL, 1, NULL); -- -- TOC entry 2682 (class 0 OID 1198937) -- Dependencies: 190 -- Data for Name: act_ru_variable; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO act_ru_variable (id_, rev_, type_, name_, execution_id_, proc_inst_id_, case_execution_id_, case_inst_id_, task_id_, bytearray_id_, double_, long_, text_, text2_, var_scope_, sequence_counter_, is_concurrent_local_, tenant_id_) VALUES ('985dac9f-98e1-11e9-a1d1-6c2b59e8786e', 1, 'string', 'a', '985d105d-98e1-11e9-a1d1-6c2b59e8786e', '985b3b99-98e1-11e9-a1d1-6c2b59e8786e', NULL, NULL, NULL, NULL, NULL, NULL, 'b', NULL, '985d105d-98e1-11e9-a1d1-6c2b59e8786e', 1, true, NULL); -- -- TOC entry 2210 (class 2606 OID 1198877) -- Name: act_ge_bytearray_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ge_bytearray ADD CONSTRAINT act_ge_bytearray_pkey PRIMARY KEY (id_); -- -- TOC entry 2208 (class 2606 OID 1198869) -- Name: act_ge_property_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ge_property ADD CONSTRAINT act_ge_property_pkey PRIMARY KEY (name_); -- -- TOC entry 2352 (class 2606 OID 1199325) -- Name: act_hi_actinst_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_actinst ADD CONSTRAINT act_hi_actinst_pkey PRIMARY KEY (id_); -- -- TOC entry 2414 (class 2606 OID 1199373) -- Name: act_hi_attachment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_attachment ADD CONSTRAINT act_hi_attachment_pkey PRIMARY KEY (id_); -- -- TOC entry 2447 (class 2606 OID 1199406) -- Name: act_hi_batch_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_batch ADD CONSTRAINT act_hi_batch_pkey PRIMARY KEY (id_); -- -- TOC entry 2465 (class 2606 OID 1199523) -- Name: act_hi_caseactinst_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_caseactinst ADD CONSTRAINT act_hi_caseactinst_pkey PRIMARY KEY (id_); -- -- TOC entry 2458 (class 2606 OID 1199515) -- Name: act_hi_caseinst_case_inst_id__key; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_caseinst ADD CONSTRAINT act_hi_caseinst_case_inst_id__key UNIQUE (case_inst_id_); -- -- TOC entry 2460 (class 2606 OID 1199513) -- Name: act_hi_caseinst_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_caseinst ADD CONSTRAINT act_hi_caseinst_pkey PRIMARY KEY (id_); -- -- TOC entry 2408 (class 2606 OID 1199365) -- Name: act_hi_comment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_comment ADD CONSTRAINT act_hi_comment_pkey PRIMARY KEY (id_); -- -- TOC entry 2486 (class 2606 OID 1199546) -- Name: act_hi_dec_in_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_dec_in ADD CONSTRAINT act_hi_dec_in_pkey PRIMARY KEY (id_); -- -- TOC entry 2492 (class 2606 OID 1199554) -- Name: act_hi_dec_out_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_dec_out ADD CONSTRAINT act_hi_dec_out_pkey PRIMARY KEY (id_); -- -- TOC entry 2471 (class 2606 OID 1199538) -- Name: act_hi_decinst_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_decinst ADD CONSTRAINT act_hi_decinst_pkey PRIMARY KEY (id_); -- -- TOC entry 2384 (class 2606 OID 1199349) -- Name: act_hi_detail_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_detail ADD CONSTRAINT act_hi_detail_pkey PRIMARY KEY (id_); -- -- TOC entry 2449 (class 2606 OID 1199415) -- Name: act_hi_ext_task_log_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_ext_task_log ADD CONSTRAINT act_hi_ext_task_log_pkey PRIMARY KEY (id_); -- -- TOC entry 2399 (class 2606 OID 1199357) -- Name: act_hi_identitylink_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_identitylink ADD CONSTRAINT act_hi_identitylink_pkey PRIMARY KEY (id_); -- -- TOC entry 2429 (class 2606 OID 1199389) -- Name: act_hi_incident_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_incident ADD CONSTRAINT act_hi_incident_pkey PRIMARY KEY (id_); -- -- TOC entry 2436 (class 2606 OID 1199398) -- Name: act_hi_job_log_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_job_log ADD CONSTRAINT act_hi_job_log_pkey PRIMARY KEY (id_); -- -- TOC entry 2421 (class 2606 OID 1199381) -- Name: act_hi_op_log_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_op_log ADD CONSTRAINT act_hi_op_log_pkey PRIMARY KEY (id_); -- -- TOC entry 2340 (class 2606 OID 1199315) -- Name: act_hi_procinst_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_procinst ADD CONSTRAINT act_hi_procinst_pkey PRIMARY KEY (id_); -- -- TOC entry 2342 (class 2606 OID 1199317) -- Name: act_hi_procinst_proc_inst_id__key; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_procinst ADD CONSTRAINT act_hi_procinst_proc_inst_id__key UNIQUE (proc_inst_id_); -- -- TOC entry 2364 (class 2606 OID 1199333) -- Name: act_hi_taskinst_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_taskinst ADD CONSTRAINT act_hi_taskinst_pkey PRIMARY KEY (id_); -- -- TOC entry 2374 (class 2606 OID 1199341) -- Name: act_hi_varinst_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_hi_varinst ADD CONSTRAINT act_hi_varinst_pkey PRIMARY KEY (id_); -- -- TOC entry 2498 (class 2606 OID 1199584) -- Name: act_id_group_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_id_group ADD CONSTRAINT act_id_group_pkey PRIMARY KEY (id_); -- -- TOC entry 2506 (class 2606 OID 1199605) -- Name: act_id_info_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_id_info ADD CONSTRAINT act_id_info_pkey PRIMARY KEY (id_); -- -- TOC entry 2500 (class 2606 OID 1199589) -- Name: act_id_membership_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_id_membership ADD CONSTRAINT act_id_membership_pkey PRIMARY KEY (user_id_, group_id_); -- -- TOC entry 2510 (class 2606 OID 1199615) -- Name: act_id_tenant_member_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_id_tenant_member ADD CONSTRAINT act_id_tenant_member_pkey PRIMARY KEY (id_); -- -- TOC entry 2508 (class 2606 OID 1199610) -- Name: act_id_tenant_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_id_tenant ADD CONSTRAINT act_id_tenant_pkey PRIMARY KEY (id_); -- -- TOC entry 2504 (class 2606 OID 1199597) -- Name: act_id_user_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_id_user ADD CONSTRAINT act_id_user_pkey PRIMARY KEY (id_); -- -- TOC entry 2320 (class 2606 OID 1199210) -- Name: act_re_case_def_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_re_case_def ADD CONSTRAINT act_re_case_def_pkey PRIMARY KEY (id_); -- -- TOC entry 2335 (class 2606 OID 1199291) -- Name: act_re_decision_def_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_re_decision_def ADD CONSTRAINT act_re_decision_def_pkey PRIMARY KEY (id_); -- -- TOC entry 2338 (class 2606 OID 1199299) -- Name: act_re_decision_req_def_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_re_decision_req_def ADD CONSTRAINT act_re_decision_req_def_pkey PRIMARY KEY (id_); -- -- TOC entry 2218 (class 2606 OID 1198885) -- Name: act_re_deployment_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_re_deployment ADD CONSTRAINT act_re_deployment_pkey PRIMARY KEY (id_); -- -- TOC entry 2245 (class 2606 OID 1198920) -- Name: act_re_procdef_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_re_procdef ADD CONSTRAINT act_re_procdef_pkey PRIMARY KEY (id_); -- -- TOC entry 2292 (class 2606 OID 1198968) -- Name: act_ru_authorization_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_authorization ADD CONSTRAINT act_ru_authorization_pkey PRIMARY KEY (id_); -- -- TOC entry 2317 (class 2606 OID 1198999) -- Name: act_ru_batch_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_batch ADD CONSTRAINT act_ru_batch_pkey PRIMARY KEY (id_); -- -- TOC entry 2327 (class 2606 OID 1199218) -- Name: act_ru_case_execution_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_case_execution ADD CONSTRAINT act_ru_case_execution_pkey PRIMARY KEY (id_); -- -- TOC entry 2331 (class 2606 OID 1199226) -- Name: act_ru_case_sentry_part_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_case_sentry_part ADD CONSTRAINT act_ru_case_sentry_part_pkey PRIMARY KEY (id_); -- -- TOC entry 2278 (class 2606 OID 1198952) -- Name: act_ru_event_subscr_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_event_subscr ADD CONSTRAINT act_ru_event_subscr_pkey PRIMARY KEY (id_); -- -- TOC entry 2227 (class 2606 OID 1198893) -- Name: act_ru_execution_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_execution ADD CONSTRAINT act_ru_execution_pkey PRIMARY KEY (id_); -- -- TOC entry 2312 (class 2606 OID 1198991) -- Name: act_ru_ext_task_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_ext_task ADD CONSTRAINT act_ru_ext_task_pkey PRIMARY KEY (id_); -- -- TOC entry 2298 (class 2606 OID 1198976) -- Name: act_ru_filter_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_filter ADD CONSTRAINT act_ru_filter_pkey PRIMARY KEY (id_); -- -- TOC entry 2261 (class 2606 OID 1198936) -- Name: act_ru_identitylink_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_identitylink ADD CONSTRAINT act_ru_identitylink_pkey PRIMARY KEY (id_); -- -- TOC entry 2288 (class 2606 OID 1198960) -- Name: act_ru_incident_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_incident ADD CONSTRAINT act_ru_incident_pkey PRIMARY KEY (id_); -- -- TOC entry 2236 (class 2606 OID 1198903) -- Name: act_ru_job_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_job ADD CONSTRAINT act_ru_job_pkey PRIMARY KEY (id_); -- -- TOC entry 2240 (class 2606 OID 1198911) -- Name: act_ru_jobdef_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_jobdef ADD CONSTRAINT act_ru_jobdef_pkey PRIMARY KEY (id_); -- -- TOC entry 2305 (class 2606 OID 1198982) -- Name: act_ru_meter_log_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_meter_log ADD CONSTRAINT act_ru_meter_log_pkey PRIMARY KEY (id_); -- -- TOC entry 2255 (class 2606 OID 1198928) -- Name: act_ru_task_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_task ADD CONSTRAINT act_ru_task_pkey PRIMARY KEY (id_); -- -- TOC entry 2270 (class 2606 OID 1198944) -- Name: act_ru_variable_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_variable ADD CONSTRAINT act_ru_variable_pkey PRIMARY KEY (id_); -- -- TOC entry 2294 (class 2606 OID 1199154) -- Name: act_uniq_auth_group; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_authorization ADD CONSTRAINT act_uniq_auth_group UNIQUE (type_, group_id_, resource_type_, resource_id_); -- -- TOC entry 2296 (class 2606 OID 1199152) -- Name: act_uniq_auth_user; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_authorization ADD CONSTRAINT act_uniq_auth_user UNIQUE (type_, user_id_, resource_type_, resource_id_); -- -- TOC entry 2515 (class 2606 OID 1199631) -- Name: act_uniq_tenant_memb_group; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_id_tenant_member ADD CONSTRAINT act_uniq_tenant_memb_group UNIQUE (tenant_id_, group_id_); -- -- TOC entry 2517 (class 2606 OID 1199629) -- Name: act_uniq_tenant_memb_user; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_id_tenant_member ADD CONSTRAINT act_uniq_tenant_memb_user UNIQUE (tenant_id_, user_id_); -- -- TOC entry 2272 (class 2606 OID 1199156) -- Name: act_uniq_variable; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_variable ADD CONSTRAINT act_uniq_variable UNIQUE (var_scope_, name_); -- -- TOC entry 2445 (class 1259 OID 1199483) -- Name: act_hi_bat_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_hi_bat_rm_time ON act_hi_batch USING btree (removal_time_); -- -- TOC entry 2450 (class 1259 OID 1199487) -- Name: act_hi_ext_task_log_proc_def_key; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_hi_ext_task_log_proc_def_key ON act_hi_ext_task_log USING btree (proc_def_key_); -- -- TOC entry 2451 (class 1259 OID 1199486) -- Name: act_hi_ext_task_log_procdef; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_hi_ext_task_log_procdef ON act_hi_ext_task_log USING btree (proc_def_id_); -- -- TOC entry 2452 (class 1259 OID 1199485) -- Name: act_hi_ext_task_log_procinst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_hi_ext_task_log_procinst ON act_hi_ext_task_log USING btree (proc_inst_id_); -- -- TOC entry 2453 (class 1259 OID 1199490) -- Name: act_hi_ext_task_log_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_hi_ext_task_log_rm_time ON act_hi_ext_task_log USING btree (removal_time_); -- -- TOC entry 2454 (class 1259 OID 1199484) -- Name: act_hi_ext_task_log_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_hi_ext_task_log_root_pi ON act_hi_ext_task_log USING btree (root_proc_inst_id_); -- -- TOC entry 2455 (class 1259 OID 1199488) -- Name: act_hi_ext_task_log_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_hi_ext_task_log_tenant_id ON act_hi_ext_task_log USING btree (tenant_id_); -- -- TOC entry 2256 (class 1259 OID 1199066) -- Name: act_idx_athrz_procedef; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_athrz_procedef ON act_ru_identitylink USING btree (proc_def_id_); -- -- TOC entry 2289 (class 1259 OID 1199028) -- Name: act_idx_auth_group_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_auth_group_id ON act_ru_authorization USING btree (group_id_); -- -- TOC entry 2290 (class 1259 OID 1199190) -- Name: act_idx_auth_resource_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_auth_resource_id ON act_ru_authorization USING btree (resource_id_); -- -- TOC entry 2313 (class 1259 OID 1199174) -- Name: act_idx_batch_job_def; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_batch_job_def ON act_ru_batch USING btree (batch_job_def_id_); -- -- TOC entry 2314 (class 1259 OID 1199168) -- Name: act_idx_batch_monitor_job_def; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_batch_monitor_job_def ON act_ru_batch USING btree (monitor_job_def_id_); -- -- TOC entry 2315 (class 1259 OID 1199162) -- Name: act_idx_batch_seed_job_def; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_batch_seed_job_def ON act_ru_batch USING btree (seed_job_def_id_); -- -- TOC entry 2211 (class 1259 OID 1199030) -- Name: act_idx_bytear_depl; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_bytear_depl ON act_ge_bytearray USING btree (deployment_id_); -- -- TOC entry 2212 (class 1259 OID 1199194) -- Name: act_idx_bytearray_name; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_bytearray_name ON act_ge_bytearray USING btree (name_); -- -- TOC entry 2213 (class 1259 OID 1199193) -- Name: act_idx_bytearray_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_bytearray_rm_time ON act_ge_bytearray USING btree (removal_time_); -- -- TOC entry 2214 (class 1259 OID 1199192) -- Name: act_idx_bytearray_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_bytearray_root_pi ON act_ge_bytearray USING btree (root_proc_inst_id_); -- -- TOC entry 2318 (class 1259 OID 1199282) -- Name: act_idx_case_def_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_case_def_tenant_id ON act_re_case_def USING btree (tenant_id_); -- -- TOC entry 2321 (class 1259 OID 1199240) -- Name: act_idx_case_exe_case_def; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_case_exe_case_def ON act_ru_case_execution USING btree (case_def_id_); -- -- TOC entry 2322 (class 1259 OID 1199228) -- Name: act_idx_case_exe_case_inst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_case_exe_case_inst ON act_ru_case_execution USING btree (case_inst_id_); -- -- TOC entry 2323 (class 1259 OID 1199234) -- Name: act_idx_case_exe_parent; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_case_exe_parent ON act_ru_case_execution USING btree (parent_id_); -- -- TOC entry 2324 (class 1259 OID 1199227) -- Name: act_idx_case_exec_buskey; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_case_exec_buskey ON act_ru_case_execution USING btree (business_key_); -- -- TOC entry 2325 (class 1259 OID 1199283) -- Name: act_idx_case_exec_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_case_exec_tenant_id ON act_ru_case_execution USING btree (tenant_id_); -- -- TOC entry 2328 (class 1259 OID 1199276) -- Name: act_idx_case_sentry_case_exec; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_case_sentry_case_exec ON act_ru_case_sentry_part USING btree (case_exec_id_); -- -- TOC entry 2329 (class 1259 OID 1199270) -- Name: act_idx_case_sentry_case_inst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_case_sentry_case_inst ON act_ru_case_sentry_part USING btree (case_inst_id_); -- -- TOC entry 2332 (class 1259 OID 1199306) -- Name: act_idx_dec_def_req_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_dec_def_req_id ON act_re_decision_def USING btree (dec_req_id_); -- -- TOC entry 2333 (class 1259 OID 1199305) -- Name: act_idx_dec_def_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_dec_def_tenant_id ON act_re_decision_def USING btree (tenant_id_); -- -- TOC entry 2336 (class 1259 OID 1199307) -- Name: act_idx_dec_req_def_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_dec_req_def_tenant_id ON act_re_decision_req_def USING btree (tenant_id_); -- -- TOC entry 2215 (class 1259 OID 1199195) -- Name: act_idx_deployment_name; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_deployment_name ON act_re_deployment USING btree (name_); -- -- TOC entry 2216 (class 1259 OID 1199196) -- Name: act_idx_deployment_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_deployment_tenant_id ON act_re_deployment USING btree (tenant_id_); -- -- TOC entry 2273 (class 1259 OID 1199114) -- Name: act_idx_event_subscr; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_event_subscr ON act_ru_event_subscr USING btree (execution_id_); -- -- TOC entry 2274 (class 1259 OID 1199008) -- Name: act_idx_event_subscr_config_; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_event_subscr_config_ ON act_ru_event_subscr USING btree (configuration_); -- -- TOC entry 2275 (class 1259 OID 1199199) -- Name: act_idx_event_subscr_evt_name; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_event_subscr_evt_name ON act_ru_event_subscr USING btree (event_name_); -- -- TOC entry 2276 (class 1259 OID 1199009) -- Name: act_idx_event_subscr_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_event_subscr_tenant_id ON act_ru_event_subscr USING btree (tenant_id_); -- -- TOC entry 2219 (class 1259 OID 1199042) -- Name: act_idx_exe_parent; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_exe_parent ON act_ru_execution USING btree (parent_id_); -- -- TOC entry 2220 (class 1259 OID 1199054) -- Name: act_idx_exe_procdef; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_exe_procdef ON act_ru_execution USING btree (proc_def_id_); -- -- TOC entry 2221 (class 1259 OID 1199036) -- Name: act_idx_exe_procinst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_exe_procinst ON act_ru_execution USING btree (proc_inst_id_); -- -- TOC entry 2222 (class 1259 OID 1199000) -- Name: act_idx_exe_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_exe_root_pi ON act_ru_execution USING btree (root_proc_inst_id_); -- -- TOC entry 2223 (class 1259 OID 1199048) -- Name: act_idx_exe_super; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_exe_super ON act_ru_execution USING btree (super_exec_); -- -- TOC entry 2224 (class 1259 OID 1199001) -- Name: act_idx_exec_buskey; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_exec_buskey ON act_ru_execution USING btree (business_key_); -- -- TOC entry 2225 (class 1259 OID 1199002) -- Name: act_idx_exec_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_exec_tenant_id ON act_ru_execution USING btree (tenant_id_); -- -- TOC entry 2306 (class 1259 OID 1199027) -- Name: act_idx_ext_task_err_details; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_ext_task_err_details ON act_ru_ext_task USING btree (error_details_id_); -- -- TOC entry 2307 (class 1259 OID 1199191) -- Name: act_idx_ext_task_exec; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_ext_task_exec ON act_ru_ext_task USING btree (execution_id_); -- -- TOC entry 2308 (class 1259 OID 1199026) -- Name: act_idx_ext_task_priority; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_ext_task_priority ON act_ru_ext_task USING btree (priority_); -- -- TOC entry 2309 (class 1259 OID 1199025) -- Name: act_idx_ext_task_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_ext_task_tenant_id ON act_ru_ext_task USING btree (tenant_id_); -- -- TOC entry 2310 (class 1259 OID 1199024) -- Name: act_idx_ext_task_topic; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_ext_task_topic ON act_ru_ext_task USING btree (topic_name_); -- -- TOC entry 2353 (class 1259 OID 1199428) -- Name: act_idx_hi_act_inst_comp; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_act_inst_comp ON act_hi_actinst USING btree (execution_id_, act_id_, end_time_, id_); -- -- TOC entry 2354 (class 1259 OID 1199426) -- Name: act_idx_hi_act_inst_end; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_act_inst_end ON act_hi_actinst USING btree (end_time_); -- -- TOC entry 2355 (class 1259 OID 1199431) -- Name: act_idx_hi_act_inst_proc_def_key; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_act_inst_proc_def_key ON act_hi_actinst USING btree (proc_def_key_); -- -- TOC entry 2356 (class 1259 OID 1199427) -- Name: act_idx_hi_act_inst_procinst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_act_inst_procinst ON act_hi_actinst USING btree (proc_inst_id_, act_id_); -- -- TOC entry 2357 (class 1259 OID 1199433) -- Name: act_idx_hi_act_inst_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_act_inst_rm_time ON act_hi_actinst USING btree (removal_time_); -- -- TOC entry 2358 (class 1259 OID 1199425) -- Name: act_idx_hi_act_inst_start; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_act_inst_start ON act_hi_actinst USING btree (start_time_); -- -- TOC entry 2359 (class 1259 OID 1199429) -- Name: act_idx_hi_act_inst_stats; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_act_inst_stats ON act_hi_actinst USING btree (proc_def_id_, proc_inst_id_, act_id_, end_time_, act_inst_state_); -- -- TOC entry 2360 (class 1259 OID 1199430) -- Name: act_idx_hi_act_inst_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_act_inst_tenant_id ON act_hi_actinst USING btree (tenant_id_); -- -- TOC entry 2361 (class 1259 OID 1199424) -- Name: act_idx_hi_actinst_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_actinst_root_pi ON act_hi_actinst USING btree (root_proc_inst_id_); -- -- TOC entry 2362 (class 1259 OID 1199432) -- Name: act_idx_hi_ai_pdefid_end_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_ai_pdefid_end_time ON act_hi_actinst USING btree (proc_def_id_, end_time_); -- -- TOC entry 2415 (class 1259 OID 1199497) -- Name: act_idx_hi_attachment_content; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_attachment_content ON act_hi_attachment USING btree (content_id_); -- -- TOC entry 2416 (class 1259 OID 1199499) -- Name: act_idx_hi_attachment_procinst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_attachment_procinst ON act_hi_attachment USING btree (proc_inst_id_); -- -- TOC entry 2417 (class 1259 OID 1199501) -- Name: act_idx_hi_attachment_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_attachment_rm_time ON act_hi_attachment USING btree (removal_time_); -- -- TOC entry 2418 (class 1259 OID 1199498) -- Name: act_idx_hi_attachment_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_attachment_root_pi ON act_hi_attachment USING btree (root_proc_inst_id_); -- -- TOC entry 2419 (class 1259 OID 1199500) -- Name: act_idx_hi_attachment_task; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_attachment_task ON act_hi_attachment USING btree (task_id_); -- -- TOC entry 2466 (class 1259 OID 1199529) -- Name: act_idx_hi_cas_a_i_comp; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_cas_a_i_comp ON act_hi_caseactinst USING btree (case_act_id_, end_time_, id_); -- -- TOC entry 2467 (class 1259 OID 1199527) -- Name: act_idx_hi_cas_a_i_create; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_cas_a_i_create ON act_hi_caseactinst USING btree (create_time_); -- -- TOC entry 2468 (class 1259 OID 1199528) -- Name: act_idx_hi_cas_a_i_end; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_cas_a_i_end ON act_hi_caseactinst USING btree (end_time_); -- -- TOC entry 2469 (class 1259 OID 1199530) -- Name: act_idx_hi_cas_a_i_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_cas_a_i_tenant_id ON act_hi_caseactinst USING btree (tenant_id_); -- -- TOC entry 2461 (class 1259 OID 1199525) -- Name: act_idx_hi_cas_i_buskey; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_cas_i_buskey ON act_hi_caseinst USING btree (business_key_); -- -- TOC entry 2462 (class 1259 OID 1199524) -- Name: act_idx_hi_cas_i_close; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_cas_i_close ON act_hi_caseinst USING btree (close_time_); -- -- TOC entry 2463 (class 1259 OID 1199526) -- Name: act_idx_hi_cas_i_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_cas_i_tenant_id ON act_hi_caseinst USING btree (tenant_id_); -- -- TOC entry 2375 (class 1259 OID 1199465) -- Name: act_idx_hi_casevar_case_inst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_casevar_case_inst ON act_hi_varinst USING btree (case_inst_id_); -- -- TOC entry 2409 (class 1259 OID 1199504) -- Name: act_idx_hi_comment_procinst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_comment_procinst ON act_hi_comment USING btree (proc_inst_id_); -- -- TOC entry 2410 (class 1259 OID 1199505) -- Name: act_idx_hi_comment_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_comment_rm_time ON act_hi_comment USING btree (removal_time_); -- -- TOC entry 2411 (class 1259 OID 1199503) -- Name: act_idx_hi_comment_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_comment_root_pi ON act_hi_comment USING btree (root_proc_inst_id_); -- -- TOC entry 2412 (class 1259 OID 1199502) -- Name: act_idx_hi_comment_task; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_comment_task ON act_hi_comment USING btree (task_id_); -- -- TOC entry 2487 (class 1259 OID 1199569) -- Name: act_idx_hi_dec_in_clause; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_in_clause ON act_hi_dec_in USING btree (dec_inst_id_, clause_id_); -- -- TOC entry 2488 (class 1259 OID 1199568) -- Name: act_idx_hi_dec_in_inst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_in_inst ON act_hi_dec_in USING btree (dec_inst_id_); -- -- TOC entry 2489 (class 1259 OID 1199571) -- Name: act_idx_hi_dec_in_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_in_rm_time ON act_hi_dec_in USING btree (removal_time_); -- -- TOC entry 2490 (class 1259 OID 1199570) -- Name: act_idx_hi_dec_in_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_in_root_pi ON act_hi_dec_in USING btree (root_proc_inst_id_); -- -- TOC entry 2472 (class 1259 OID 1199559) -- Name: act_idx_hi_dec_inst_act; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_inst_act ON act_hi_decinst USING btree (act_id_); -- -- TOC entry 2473 (class 1259 OID 1199560) -- Name: act_idx_hi_dec_inst_act_inst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_inst_act_inst ON act_hi_decinst USING btree (act_inst_id_); -- -- TOC entry 2474 (class 1259 OID 1199558) -- Name: act_idx_hi_dec_inst_ci; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_inst_ci ON act_hi_decinst USING btree (case_inst_id_); -- -- TOC entry 2475 (class 1259 OID 1199555) -- Name: act_idx_hi_dec_inst_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_inst_id ON act_hi_decinst USING btree (dec_def_id_); -- -- TOC entry 2476 (class 1259 OID 1199556) -- Name: act_idx_hi_dec_inst_key; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_inst_key ON act_hi_decinst USING btree (dec_def_key_); -- -- TOC entry 2477 (class 1259 OID 1199557) -- Name: act_idx_hi_dec_inst_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_inst_pi ON act_hi_decinst USING btree (proc_inst_id_); -- -- TOC entry 2478 (class 1259 OID 1199564) -- Name: act_idx_hi_dec_inst_req_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_inst_req_id ON act_hi_decinst USING btree (dec_req_id_); -- -- TOC entry 2479 (class 1259 OID 1199565) -- Name: act_idx_hi_dec_inst_req_key; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_inst_req_key ON act_hi_decinst USING btree (dec_req_key_); -- -- TOC entry 2480 (class 1259 OID 1199567) -- Name: act_idx_hi_dec_inst_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_inst_rm_time ON act_hi_decinst USING btree (removal_time_); -- -- TOC entry 2481 (class 1259 OID 1199563) -- Name: act_idx_hi_dec_inst_root_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_inst_root_id ON act_hi_decinst USING btree (root_dec_inst_id_); -- -- TOC entry 2482 (class 1259 OID 1199566) -- Name: act_idx_hi_dec_inst_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_inst_root_pi ON act_hi_decinst USING btree (root_proc_inst_id_); -- -- TOC entry 2483 (class 1259 OID 1199562) -- Name: act_idx_hi_dec_inst_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_inst_tenant_id ON act_hi_decinst USING btree (tenant_id_); -- -- TOC entry 2484 (class 1259 OID 1199561) -- Name: act_idx_hi_dec_inst_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_inst_time ON act_hi_decinst USING btree (eval_time_); -- -- TOC entry 2493 (class 1259 OID 1199572) -- Name: act_idx_hi_dec_out_inst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_out_inst ON act_hi_dec_out USING btree (dec_inst_id_); -- -- TOC entry 2494 (class 1259 OID 1199575) -- Name: act_idx_hi_dec_out_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_out_rm_time ON act_hi_dec_out USING btree (removal_time_); -- -- TOC entry 2495 (class 1259 OID 1199574) -- Name: act_idx_hi_dec_out_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_out_root_pi ON act_hi_dec_out USING btree (root_proc_inst_id_); -- -- TOC entry 2496 (class 1259 OID 1199573) -- Name: act_idx_hi_dec_out_rule; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_dec_out_rule ON act_hi_dec_out USING btree (rule_order_, clause_id_); -- -- TOC entry 2385 (class 1259 OID 1199444) -- Name: act_idx_hi_detail_act_inst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_detail_act_inst ON act_hi_detail USING btree (act_inst_id_); -- -- TOC entry 2386 (class 1259 OID 1199452) -- Name: act_idx_hi_detail_bytear; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_detail_bytear ON act_hi_detail USING btree (bytearray_id_); -- -- TOC entry 2387 (class 1259 OID 1199446) -- Name: act_idx_hi_detail_case_exec; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_detail_case_exec ON act_hi_detail USING btree (case_execution_id_); -- -- TOC entry 2388 (class 1259 OID 1199445) -- Name: act_idx_hi_detail_case_inst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_detail_case_inst ON act_hi_detail USING btree (case_inst_id_); -- -- TOC entry 2389 (class 1259 OID 1199448) -- Name: act_idx_hi_detail_name; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_detail_name ON act_hi_detail USING btree (name_); -- -- TOC entry 2390 (class 1259 OID 1199451) -- Name: act_idx_hi_detail_proc_def_key; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_detail_proc_def_key ON act_hi_detail USING btree (proc_def_key_); -- -- TOC entry 2391 (class 1259 OID 1199443) -- Name: act_idx_hi_detail_proc_inst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_detail_proc_inst ON act_hi_detail USING btree (proc_inst_id_); -- -- TOC entry 2392 (class 1259 OID 1199453) -- Name: act_idx_hi_detail_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_detail_rm_time ON act_hi_detail USING btree (removal_time_); -- -- TOC entry 2393 (class 1259 OID 1199442) -- Name: act_idx_hi_detail_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_detail_root_pi ON act_hi_detail USING btree (root_proc_inst_id_); -- -- TOC entry 2394 (class 1259 OID 1199454) -- Name: act_idx_hi_detail_task_bytear; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_detail_task_bytear ON act_hi_detail USING btree (bytearray_id_, task_id_); -- -- TOC entry 2395 (class 1259 OID 1199449) -- Name: act_idx_hi_detail_task_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_detail_task_id ON act_hi_detail USING btree (task_id_); -- -- TOC entry 2396 (class 1259 OID 1199450) -- Name: act_idx_hi_detail_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_detail_tenant_id ON act_hi_detail USING btree (tenant_id_); -- -- TOC entry 2397 (class 1259 OID 1199447) -- Name: act_idx_hi_detail_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_detail_time ON act_hi_detail USING btree (time_); -- -- TOC entry 2456 (class 1259 OID 1199489) -- Name: act_idx_hi_exttasklog_errordet; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_exttasklog_errordet ON act_hi_ext_task_log USING btree (error_details_id_); -- -- TOC entry 2400 (class 1259 OID 1199461) -- Name: act_idx_hi_ident_link_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_ident_link_rm_time ON act_hi_identitylink USING btree (removal_time_); -- -- TOC entry 2401 (class 1259 OID 1199460) -- Name: act_idx_hi_ident_link_task; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_ident_link_task ON act_hi_identitylink USING btree (task_id_); -- -- TOC entry 2402 (class 1259 OID 1199457) -- Name: act_idx_hi_ident_lnk_group; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_ident_lnk_group ON act_hi_identitylink USING btree (group_id_); -- -- TOC entry 2403 (class 1259 OID 1199459) -- Name: act_idx_hi_ident_lnk_proc_def_key; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_ident_lnk_proc_def_key ON act_hi_identitylink USING btree (proc_def_key_); -- -- TOC entry 2404 (class 1259 OID 1199455) -- Name: act_idx_hi_ident_lnk_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_ident_lnk_root_pi ON act_hi_identitylink USING btree (root_proc_inst_id_); -- -- TOC entry 2405 (class 1259 OID 1199458) -- Name: act_idx_hi_ident_lnk_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_ident_lnk_tenant_id ON act_hi_identitylink USING btree (tenant_id_); -- -- TOC entry 2406 (class 1259 OID 1199456) -- Name: act_idx_hi_ident_lnk_user; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_ident_lnk_user ON act_hi_identitylink USING btree (user_id_); -- -- TOC entry 2430 (class 1259 OID 1199471) -- Name: act_idx_hi_incident_proc_def_key; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_incident_proc_def_key ON act_hi_incident USING btree (proc_def_key_); -- -- TOC entry 2431 (class 1259 OID 1199473) -- Name: act_idx_hi_incident_procinst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_incident_procinst ON act_hi_incident USING btree (proc_inst_id_); -- -- TOC entry 2432 (class 1259 OID 1199474) -- Name: act_idx_hi_incident_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_incident_rm_time ON act_hi_incident USING btree (removal_time_); -- -- TOC entry 2433 (class 1259 OID 1199472) -- Name: act_idx_hi_incident_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_incident_root_pi ON act_hi_incident USING btree (root_proc_inst_id_); -- -- TOC entry 2434 (class 1259 OID 1199470) -- Name: act_idx_hi_incident_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_incident_tenant_id ON act_hi_incident USING btree (tenant_id_); -- -- TOC entry 2437 (class 1259 OID 1199481) -- Name: act_idx_hi_job_log_ex_stack; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_job_log_ex_stack ON act_hi_job_log USING btree (job_exception_stack_id_); -- -- TOC entry 2438 (class 1259 OID 1199479) -- Name: act_idx_hi_job_log_job_def_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_job_log_job_def_id ON act_hi_job_log USING btree (job_def_id_); -- -- TOC entry 2439 (class 1259 OID 1199480) -- Name: act_idx_hi_job_log_proc_def_key; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_job_log_proc_def_key ON act_hi_job_log USING btree (process_def_key_); -- -- TOC entry 2440 (class 1259 OID 1199477) -- Name: act_idx_hi_job_log_procdef; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_job_log_procdef ON act_hi_job_log USING btree (process_def_id_); -- -- TOC entry 2441 (class 1259 OID 1199476) -- Name: act_idx_hi_job_log_procinst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_job_log_procinst ON act_hi_job_log USING btree (process_instance_id_); -- -- TOC entry 2442 (class 1259 OID 1199482) -- Name: act_idx_hi_job_log_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_job_log_rm_time ON act_hi_job_log USING btree (removal_time_); -- -- TOC entry 2443 (class 1259 OID 1199475) -- Name: act_idx_hi_job_log_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_job_log_root_pi ON act_hi_job_log USING btree (root_proc_inst_id_); -- -- TOC entry 2444 (class 1259 OID 1199478) -- Name: act_idx_hi_job_log_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_job_log_tenant_id ON act_hi_job_log USING btree (tenant_id_); -- -- TOC entry 2422 (class 1259 OID 1199493) -- Name: act_idx_hi_op_log_procdef; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_op_log_procdef ON act_hi_op_log USING btree (proc_def_id_); -- -- TOC entry 2423 (class 1259 OID 1199492) -- Name: act_idx_hi_op_log_procinst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_op_log_procinst ON act_hi_op_log USING btree (proc_inst_id_); -- -- TOC entry 2424 (class 1259 OID 1199495) -- Name: act_idx_hi_op_log_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_op_log_rm_time ON act_hi_op_log USING btree (removal_time_); -- -- TOC entry 2425 (class 1259 OID 1199491) -- Name: act_idx_hi_op_log_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_op_log_root_pi ON act_hi_op_log USING btree (root_proc_inst_id_); -- -- TOC entry 2426 (class 1259 OID 1199494) -- Name: act_idx_hi_op_log_task; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_op_log_task ON act_hi_op_log USING btree (task_id_); -- -- TOC entry 2427 (class 1259 OID 1199496) -- Name: act_idx_hi_op_log_timestamp; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_op_log_timestamp ON act_hi_op_log USING btree (timestamp_); -- -- TOC entry 2343 (class 1259 OID 1199421) -- Name: act_idx_hi_pi_pdefid_end_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_pi_pdefid_end_time ON act_hi_procinst USING btree (proc_def_id_, end_time_); -- -- TOC entry 2344 (class 1259 OID 1199417) -- Name: act_idx_hi_pro_i_buskey; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_pro_i_buskey ON act_hi_procinst USING btree (business_key_); -- -- TOC entry 2345 (class 1259 OID 1199416) -- Name: act_idx_hi_pro_inst_end; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_pro_inst_end ON act_hi_procinst USING btree (end_time_); -- -- TOC entry 2346 (class 1259 OID 1199419) -- Name: act_idx_hi_pro_inst_proc_def_key; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_pro_inst_proc_def_key ON act_hi_procinst USING btree (proc_def_key_); -- -- TOC entry 2347 (class 1259 OID 1199420) -- Name: act_idx_hi_pro_inst_proc_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_pro_inst_proc_time ON act_hi_procinst USING btree (start_time_, end_time_); -- -- TOC entry 2348 (class 1259 OID 1199423) -- Name: act_idx_hi_pro_inst_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_pro_inst_rm_time ON act_hi_procinst USING btree (removal_time_); -- -- TOC entry 2349 (class 1259 OID 1199422) -- Name: act_idx_hi_pro_inst_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_pro_inst_root_pi ON act_hi_procinst USING btree (root_proc_inst_id_); -- -- TOC entry 2350 (class 1259 OID 1199418) -- Name: act_idx_hi_pro_inst_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_pro_inst_tenant_id ON act_hi_procinst USING btree (tenant_id_); -- -- TOC entry 2376 (class 1259 OID 1199464) -- Name: act_idx_hi_procvar_name_type; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_procvar_name_type ON act_hi_varinst USING btree (name_, var_type_); -- -- TOC entry 2377 (class 1259 OID 1199463) -- Name: act_idx_hi_procvar_proc_inst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_procvar_proc_inst ON act_hi_varinst USING btree (proc_inst_id_); -- -- TOC entry 2365 (class 1259 OID 1199441) -- Name: act_idx_hi_task_inst_end; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_task_inst_end ON act_hi_taskinst USING btree (end_time_); -- -- TOC entry 2366 (class 1259 OID 1199436) -- Name: act_idx_hi_task_inst_proc_def_key; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_task_inst_proc_def_key ON act_hi_taskinst USING btree (proc_def_key_); -- -- TOC entry 2367 (class 1259 OID 1199439) -- Name: act_idx_hi_task_inst_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_task_inst_rm_time ON act_hi_taskinst USING btree (removal_time_); -- -- TOC entry 2368 (class 1259 OID 1199440) -- Name: act_idx_hi_task_inst_start; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_task_inst_start ON act_hi_taskinst USING btree (start_time_); -- -- TOC entry 2369 (class 1259 OID 1199435) -- Name: act_idx_hi_task_inst_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_task_inst_tenant_id ON act_hi_taskinst USING btree (tenant_id_); -- -- TOC entry 2370 (class 1259 OID 1199437) -- Name: act_idx_hi_taskinst_procinst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_taskinst_procinst ON act_hi_taskinst USING btree (proc_inst_id_); -- -- TOC entry 2371 (class 1259 OID 1199434) -- Name: act_idx_hi_taskinst_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_taskinst_root_pi ON act_hi_taskinst USING btree (root_proc_inst_id_); -- -- TOC entry 2372 (class 1259 OID 1199438) -- Name: act_idx_hi_taskinstid_procinst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_taskinstid_procinst ON act_hi_taskinst USING btree (id_, proc_inst_id_); -- -- TOC entry 2378 (class 1259 OID 1199467) -- Name: act_idx_hi_var_inst_proc_def_key; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_var_inst_proc_def_key ON act_hi_varinst USING btree (proc_def_key_); -- -- TOC entry 2379 (class 1259 OID 1199466) -- Name: act_idx_hi_var_inst_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_var_inst_tenant_id ON act_hi_varinst USING btree (tenant_id_); -- -- TOC entry 2380 (class 1259 OID 1199468) -- Name: act_idx_hi_varinst_bytear; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_varinst_bytear ON act_hi_varinst USING btree (bytearray_id_); -- -- TOC entry 2381 (class 1259 OID 1199469) -- Name: act_idx_hi_varinst_rm_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_varinst_rm_time ON act_hi_varinst USING btree (removal_time_); -- -- TOC entry 2382 (class 1259 OID 1199462) -- Name: act_idx_hi_varinst_root_pi; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_hi_varinst_root_pi ON act_hi_varinst USING btree (root_proc_inst_id_); -- -- TOC entry 2257 (class 1259 OID 1199007) -- Name: act_idx_ident_lnk_group; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_ident_lnk_group ON act_ru_identitylink USING btree (group_id_); -- -- TOC entry 2258 (class 1259 OID 1199006) -- Name: act_idx_ident_lnk_user; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_ident_lnk_user ON act_ru_identitylink USING btree (user_id_); -- -- TOC entry 2279 (class 1259 OID 1199185) -- Name: act_idx_inc_causeincid; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_inc_causeincid ON act_ru_incident USING btree (cause_incident_id_); -- -- TOC entry 2280 (class 1259 OID 1199012) -- Name: act_idx_inc_configuration; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_inc_configuration ON act_ru_incident USING btree (configuration_); -- -- TOC entry 2281 (class 1259 OID 1199186) -- Name: act_idx_inc_exid; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_inc_exid ON act_ru_incident USING btree (execution_id_); -- -- TOC entry 2282 (class 1259 OID 1199145) -- Name: act_idx_inc_job_def; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_inc_job_def ON act_ru_incident USING btree (job_def_id_); -- -- TOC entry 2283 (class 1259 OID 1199187) -- Name: act_idx_inc_procdefid; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_inc_procdefid ON act_ru_incident USING btree (proc_def_id_); -- -- TOC entry 2284 (class 1259 OID 1199188) -- Name: act_idx_inc_procinstid; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_inc_procinstid ON act_ru_incident USING btree (proc_inst_id_); -- -- TOC entry 2285 (class 1259 OID 1199189) -- Name: act_idx_inc_rootcauseincid; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_inc_rootcauseincid ON act_ru_incident USING btree (root_cause_incident_id_); -- -- TOC entry 2286 (class 1259 OID 1199013) -- Name: act_idx_inc_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_inc_tenant_id ON act_ru_incident USING btree (tenant_id_); -- -- TOC entry 2228 (class 1259 OID 1199108) -- Name: act_idx_job_exception; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_job_exception ON act_ru_job USING btree (exception_stack_id_); -- -- TOC entry 2229 (class 1259 OID 1199014) -- Name: act_idx_job_execution_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_job_execution_id ON act_ru_job USING btree (execution_id_); -- -- TOC entry 2230 (class 1259 OID 1199015) -- Name: act_idx_job_handler; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_job_handler ON act_ru_job USING btree (handler_type_, handler_cfg_); -- -- TOC entry 2231 (class 1259 OID 1199198) -- Name: act_idx_job_handler_type; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_job_handler_type ON act_ru_job USING btree (handler_type_); -- -- TOC entry 2232 (class 1259 OID 1199029) -- Name: act_idx_job_job_def_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_job_job_def_id ON act_ru_job USING btree (job_def_id_); -- -- TOC entry 2233 (class 1259 OID 1199016) -- Name: act_idx_job_procinst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_job_procinst ON act_ru_job USING btree (process_instance_id_); -- -- TOC entry 2234 (class 1259 OID 1199017) -- Name: act_idx_job_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_job_tenant_id ON act_ru_job USING btree (tenant_id_); -- -- TOC entry 2237 (class 1259 OID 1199197) -- Name: act_idx_jobdef_proc_def_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_jobdef_proc_def_id ON act_ru_jobdef USING btree (proc_def_id_); -- -- TOC entry 2238 (class 1259 OID 1199018) -- Name: act_idx_jobdef_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_jobdef_tenant_id ON act_ru_jobdef USING btree (tenant_id_); -- -- TOC entry 2501 (class 1259 OID 1199616) -- Name: act_idx_memb_group; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_memb_group ON act_id_membership USING btree (group_id_); -- -- TOC entry 2502 (class 1259 OID 1199622) -- Name: act_idx_memb_user; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_memb_user ON act_id_membership USING btree (user_id_); -- -- TOC entry 2299 (class 1259 OID 1199023) -- Name: act_idx_meter_log; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_meter_log ON act_ru_meter_log USING btree (name_, timestamp_); -- -- TOC entry 2300 (class 1259 OID 1199019) -- Name: act_idx_meter_log_ms; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_meter_log_ms ON act_ru_meter_log USING btree (milliseconds_); -- -- TOC entry 2301 (class 1259 OID 1199020) -- Name: act_idx_meter_log_name_ms; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_meter_log_name_ms ON act_ru_meter_log USING btree (name_, milliseconds_); -- -- TOC entry 2302 (class 1259 OID 1199021) -- Name: act_idx_meter_log_report; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_meter_log_report ON act_ru_meter_log USING btree (name_, reporter_, milliseconds_); -- -- TOC entry 2303 (class 1259 OID 1199022) -- Name: act_idx_meter_log_time; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_meter_log_time ON act_ru_meter_log USING btree (timestamp_); -- -- TOC entry 2241 (class 1259 OID 1199200) -- Name: act_idx_procdef_deployment_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_procdef_deployment_id ON act_re_procdef USING btree (deployment_id_); -- -- TOC entry 2242 (class 1259 OID 1199201) -- Name: act_idx_procdef_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_procdef_tenant_id ON act_re_procdef USING btree (tenant_id_); -- -- TOC entry 2243 (class 1259 OID 1199202) -- Name: act_idx_procdef_ver_tag; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_procdef_ver_tag ON act_re_procdef USING btree (version_tag_); -- -- TOC entry 2246 (class 1259 OID 1199004) -- Name: act_idx_task_assignee; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_task_assignee ON act_ru_task USING btree (assignee_); -- -- TOC entry 2247 (class 1259 OID 1199264) -- Name: act_idx_task_case_def_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_task_case_def_id ON act_ru_task USING btree (case_def_id_); -- -- TOC entry 2248 (class 1259 OID 1199258) -- Name: act_idx_task_case_exec; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_task_case_exec ON act_ru_task USING btree (case_execution_id_); -- -- TOC entry 2249 (class 1259 OID 1199003) -- Name: act_idx_task_create; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_task_create ON act_ru_task USING btree (create_time_); -- -- TOC entry 2250 (class 1259 OID 1199072) -- Name: act_idx_task_exec; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_task_exec ON act_ru_task USING btree (execution_id_); -- -- TOC entry 2251 (class 1259 OID 1199084) -- Name: act_idx_task_procdef; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_task_procdef ON act_ru_task USING btree (proc_def_id_); -- -- TOC entry 2252 (class 1259 OID 1199078) -- Name: act_idx_task_procinst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_task_procinst ON act_ru_task USING btree (proc_inst_id_); -- -- TOC entry 2253 (class 1259 OID 1199005) -- Name: act_idx_task_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_task_tenant_id ON act_ru_task USING btree (tenant_id_); -- -- TOC entry 2511 (class 1259 OID 1199632) -- Name: act_idx_tenant_memb; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_tenant_memb ON act_id_tenant_member USING btree (tenant_id_); -- -- TOC entry 2512 (class 1259 OID 1199644) -- Name: act_idx_tenant_memb_group; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_tenant_memb_group ON act_id_tenant_member USING btree (group_id_); -- -- TOC entry 2513 (class 1259 OID 1199638) -- Name: act_idx_tenant_memb_user; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_tenant_memb_user ON act_id_tenant_member USING btree (user_id_); -- -- TOC entry 2259 (class 1259 OID 1199060) -- Name: act_idx_tskass_task; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_tskass_task ON act_ru_identitylink USING btree (task_id_); -- -- TOC entry 2262 (class 1259 OID 1199102) -- Name: act_idx_var_bytearray; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_var_bytearray ON act_ru_variable USING btree (bytearray_id_); -- -- TOC entry 2263 (class 1259 OID 1199246) -- Name: act_idx_var_case_exe; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_var_case_exe ON act_ru_variable USING btree (case_execution_id_); -- -- TOC entry 2264 (class 1259 OID 1199252) -- Name: act_idx_var_case_inst_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_var_case_inst_id ON act_ru_variable USING btree (case_inst_id_); -- -- TOC entry 2265 (class 1259 OID 1199090) -- Name: act_idx_var_exe; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_var_exe ON act_ru_variable USING btree (execution_id_); -- -- TOC entry 2266 (class 1259 OID 1199096) -- Name: act_idx_var_procinst; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_var_procinst ON act_ru_variable USING btree (proc_inst_id_); -- -- TOC entry 2267 (class 1259 OID 1199010) -- Name: act_idx_variable_task_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_variable_task_id ON act_ru_variable USING btree (task_id_); -- -- TOC entry 2268 (class 1259 OID 1199011) -- Name: act_idx_variable_tenant_id; Type: INDEX; Schema: public; Owner: postgres -- CREATE INDEX act_idx_variable_tenant_id ON act_ru_variable USING btree (tenant_id_); -- -- TOC entry 2530 (class 2606 OID 1199067) -- Name: act_fk_athrz_procedef; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_identitylink ADD CONSTRAINT act_fk_athrz_procedef FOREIGN KEY (proc_def_id_) REFERENCES act_re_procdef(id_); -- -- TOC entry 2547 (class 2606 OID 1199175) -- Name: act_fk_batch_job_def; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_batch ADD CONSTRAINT act_fk_batch_job_def FOREIGN KEY (batch_job_def_id_) REFERENCES act_ru_jobdef(id_); -- -- TOC entry 2546 (class 2606 OID 1199169) -- Name: act_fk_batch_monitor_job_def; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_batch ADD CONSTRAINT act_fk_batch_monitor_job_def FOREIGN KEY (monitor_job_def_id_) REFERENCES act_ru_jobdef(id_); -- -- TOC entry 2545 (class 2606 OID 1199163) -- Name: act_fk_batch_seed_job_def; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_batch ADD CONSTRAINT act_fk_batch_seed_job_def FOREIGN KEY (seed_job_def_id_) REFERENCES act_ru_jobdef(id_); -- -- TOC entry 2518 (class 2606 OID 1199031) -- Name: act_fk_bytearr_depl; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ge_bytearray ADD CONSTRAINT act_fk_bytearr_depl FOREIGN KEY (deployment_id_) REFERENCES act_re_deployment(id_); -- -- TOC entry 2550 (class 2606 OID 1199241) -- Name: act_fk_case_exe_case_def; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_case_execution ADD CONSTRAINT act_fk_case_exe_case_def FOREIGN KEY (case_def_id_) REFERENCES act_re_case_def(id_); -- -- TOC entry 2548 (class 2606 OID 1199229) -- Name: act_fk_case_exe_case_inst; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_case_execution ADD CONSTRAINT act_fk_case_exe_case_inst FOREIGN KEY (case_inst_id_) REFERENCES act_ru_case_execution(id_); -- -- TOC entry 2549 (class 2606 OID 1199235) -- Name: act_fk_case_exe_parent; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_case_execution ADD CONSTRAINT act_fk_case_exe_parent FOREIGN KEY (parent_id_) REFERENCES act_ru_case_execution(id_); -- -- TOC entry 2552 (class 2606 OID 1199277) -- Name: act_fk_case_sentry_case_exec; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_case_sentry_part ADD CONSTRAINT act_fk_case_sentry_case_exec FOREIGN KEY (case_exec_id_) REFERENCES act_ru_case_execution(id_); -- -- TOC entry 2551 (class 2606 OID 1199271) -- Name: act_fk_case_sentry_case_inst; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_case_sentry_part ADD CONSTRAINT act_fk_case_sentry_case_inst FOREIGN KEY (case_inst_id_) REFERENCES act_ru_case_execution(id_); -- -- TOC entry 2553 (class 2606 OID 1199300) -- Name: act_fk_dec_req; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_re_decision_def ADD CONSTRAINT act_fk_dec_req FOREIGN KEY (dec_req_id_) REFERENCES act_re_decision_req_def(id_); -- -- TOC entry 2536 (class 2606 OID 1199115) -- Name: act_fk_event_exec; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_event_subscr ADD CONSTRAINT act_fk_event_exec FOREIGN KEY (execution_id_) REFERENCES act_ru_execution(id_); -- -- TOC entry 2520 (class 2606 OID 1199043) -- Name: act_fk_exe_parent; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_execution ADD CONSTRAINT act_fk_exe_parent FOREIGN KEY (parent_id_) REFERENCES act_ru_execution(id_); -- -- TOC entry 2522 (class 2606 OID 1199055) -- Name: act_fk_exe_procdef; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_execution ADD CONSTRAINT act_fk_exe_procdef FOREIGN KEY (proc_def_id_) REFERENCES act_re_procdef(id_); -- -- TOC entry 2519 (class 2606 OID 1199037) -- Name: act_fk_exe_procinst; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_execution ADD CONSTRAINT act_fk_exe_procinst FOREIGN KEY (proc_inst_id_) REFERENCES act_ru_execution(id_); -- -- TOC entry 2521 (class 2606 OID 1199049) -- Name: act_fk_exe_super; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_execution ADD CONSTRAINT act_fk_exe_super FOREIGN KEY (super_exec_) REFERENCES act_ru_execution(id_); -- -- TOC entry 2544 (class 2606 OID 1199180) -- Name: act_fk_ext_task_error_details; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_ext_task ADD CONSTRAINT act_fk_ext_task_error_details FOREIGN KEY (error_details_id_) REFERENCES act_ge_bytearray(id_); -- -- TOC entry 2543 (class 2606 OID 1199157) -- Name: act_fk_ext_task_exe; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_ext_task ADD CONSTRAINT act_fk_ext_task_exe FOREIGN KEY (execution_id_) REFERENCES act_ru_execution(id_); -- -- TOC entry 2540 (class 2606 OID 1199135) -- Name: act_fk_inc_cause; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_incident ADD CONSTRAINT act_fk_inc_cause FOREIGN KEY (cause_incident_id_) REFERENCES act_ru_incident(id_); -- -- TOC entry 2537 (class 2606 OID 1199120) -- Name: act_fk_inc_exe; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_incident ADD CONSTRAINT act_fk_inc_exe FOREIGN KEY (execution_id_) REFERENCES act_ru_execution(id_); -- -- TOC entry 2542 (class 2606 OID 1199146) -- Name: act_fk_inc_job_def; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_incident ADD CONSTRAINT act_fk_inc_job_def FOREIGN KEY (job_def_id_) REFERENCES act_ru_jobdef(id_); -- -- TOC entry 2539 (class 2606 OID 1199130) -- Name: act_fk_inc_procdef; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_incident ADD CONSTRAINT act_fk_inc_procdef FOREIGN KEY (proc_def_id_) REFERENCES act_re_procdef(id_); -- -- TOC entry 2538 (class 2606 OID 1199125) -- Name: act_fk_inc_procinst; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_incident ADD CONSTRAINT act_fk_inc_procinst FOREIGN KEY (proc_inst_id_) REFERENCES act_ru_execution(id_); -- -- TOC entry 2541 (class 2606 OID 1199140) -- Name: act_fk_inc_rcause; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_incident ADD CONSTRAINT act_fk_inc_rcause FOREIGN KEY (root_cause_incident_id_) REFERENCES act_ru_incident(id_); -- -- TOC entry 2523 (class 2606 OID 1199109) -- Name: act_fk_job_exception; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_job ADD CONSTRAINT act_fk_job_exception FOREIGN KEY (exception_stack_id_) REFERENCES act_ge_bytearray(id_); -- -- TOC entry 2554 (class 2606 OID 1199617) -- Name: act_fk_memb_group; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_id_membership ADD CONSTRAINT act_fk_memb_group FOREIGN KEY (group_id_) REFERENCES act_id_group(id_); -- -- TOC entry 2555 (class 2606 OID 1199623) -- Name: act_fk_memb_user; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_id_membership ADD CONSTRAINT act_fk_memb_user FOREIGN KEY (user_id_) REFERENCES act_id_user(id_); -- -- TOC entry 2528 (class 2606 OID 1199265) -- Name: act_fk_task_case_def; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_task ADD CONSTRAINT act_fk_task_case_def FOREIGN KEY (case_def_id_) REFERENCES act_re_case_def(id_); -- -- TOC entry 2527 (class 2606 OID 1199259) -- Name: act_fk_task_case_exe; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_task ADD CONSTRAINT act_fk_task_case_exe FOREIGN KEY (case_execution_id_) REFERENCES act_ru_case_execution(id_); -- -- TOC entry 2524 (class 2606 OID 1199073) -- Name: act_fk_task_exe; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_task ADD CONSTRAINT act_fk_task_exe FOREIGN KEY (execution_id_) REFERENCES act_ru_execution(id_); -- -- TOC entry 2526 (class 2606 OID 1199085) -- Name: act_fk_task_procdef; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_task ADD CONSTRAINT act_fk_task_procdef FOREIGN KEY (proc_def_id_) REFERENCES act_re_procdef(id_); -- -- TOC entry 2525 (class 2606 OID 1199079) -- Name: act_fk_task_procinst; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_task ADD CONSTRAINT act_fk_task_procinst FOREIGN KEY (proc_inst_id_) REFERENCES act_ru_execution(id_); -- -- TOC entry 2556 (class 2606 OID 1199633) -- Name: act_fk_tenant_memb; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_id_tenant_member ADD CONSTRAINT act_fk_tenant_memb FOREIGN KEY (tenant_id_) REFERENCES act_id_tenant(id_); -- -- TOC entry 2558 (class 2606 OID 1199645) -- Name: act_fk_tenant_memb_group; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_id_tenant_member ADD CONSTRAINT act_fk_tenant_memb_group FOREIGN KEY (group_id_) REFERENCES act_id_group(id_); -- -- TOC entry 2557 (class 2606 OID 1199639) -- Name: act_fk_tenant_memb_user; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_id_tenant_member ADD CONSTRAINT act_fk_tenant_memb_user FOREIGN KEY (user_id_) REFERENCES act_id_user(id_); -- -- TOC entry 2529 (class 2606 OID 1199061) -- Name: act_fk_tskass_task; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_identitylink ADD CONSTRAINT act_fk_tskass_task FOREIGN KEY (task_id_) REFERENCES act_ru_task(id_); -- -- TOC entry 2533 (class 2606 OID 1199103) -- Name: act_fk_var_bytearray; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_variable ADD CONSTRAINT act_fk_var_bytearray FOREIGN KEY (bytearray_id_) REFERENCES act_ge_bytearray(id_); -- -- TOC entry 2534 (class 2606 OID 1199247) -- Name: act_fk_var_case_exe; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_variable ADD CONSTRAINT act_fk_var_case_exe FOREIGN KEY (case_execution_id_) REFERENCES act_ru_case_execution(id_); -- -- TOC entry 2535 (class 2606 OID 1199253) -- Name: act_fk_var_case_inst; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_variable ADD CONSTRAINT act_fk_var_case_inst FOREIGN KEY (case_inst_id_) REFERENCES act_ru_case_execution(id_); -- -- TOC entry 2531 (class 2606 OID 1199091) -- Name: act_fk_var_exe; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_variable ADD CONSTRAINT act_fk_var_exe FOREIGN KEY (execution_id_) REFERENCES act_ru_execution(id_); -- -- TOC entry 2532 (class 2606 OID 1199097) -- Name: act_fk_var_procinst; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY act_ru_variable ADD CONSTRAINT act_fk_var_procinst FOREIGN KEY (proc_inst_id_) REFERENCES act_ru_execution(id_); -- -- TOC entry 2725 (class 0 OID 0) -- Dependencies: 6 -- Name: public; Type: ACL; Schema: -; Owner: postgres -- REVOKE ALL ON SCHEMA public FROM PUBLIC; REVOKE ALL ON SCHEMA public FROM postgres; GRANT ALL ON SCHEMA public TO postgres; GRANT ALL ON SCHEMA public TO PUBLIC; -- Completed on 2019-07-01 10:55:30 -- -- PostgreSQL database dump complete --