--- /dev/null
+# one resubmission cycle
+
+-s LogMonitor,-e EnQueued, --queue="wm_input.fl", --job="job description in receiver language", --result=OK, --reason="detailed description of transfer"
+
+-s WorkloadManager,-e DeQueued, --queue="wm_input.fl", --local_jobid="WM_ID"
+-s WorkloadManager,-e HelperCall, --helper_name="name of the called component",--helper_params="parameters of the call", --src_role=CALLING
+-s WorkloadManager,-e Match,--dest_id="${DESTINATION:-destination CE/queue}"
+-s WorkloadManager,-e HelperReturn, --helper_name="name of the called component",--retval="returned data", --src_role=CALLING
+-s WorkloadManager,-e EnQueued, --queue="wm_output.fl", --job="job description in receiver language", --result=OK, --reason="detailed description of transfer"
+
+-s JobController,-e DeQueued, --queue="wm_output.fl", --local_jobid="JC_ID"
+-s JobController,-e Transfer,--destination="LRMS",--dest_host="destination hostname",--dest_instance="destination instance",--dest_jobid="job description in receiver language",--result=OK,--reason="detailed description of transfer",--dest_jobid="destination internal jobid"
+
+-s LogMonitor,-e Accepted, --from="JobController", --from_host="sending component hostname", --from_instance="sending component instance", --local_jobid="new jobId (Condor, Globus ...)"
+-s LogMonitor,-e Transfer,--destination="LRMS",--dest_host="destination hostname",--dest_instance="destination instance",--dest_jobid="job description in receiver language",--result=OK,--reason="detailed description of transfer",--dest_jobid="destination internal jobid"
+
+-s LogMonitor,-e Running,--node="${CE_NODE:-worker node}"
+
--- /dev/null
+# resubmitted job example
+
+! DESTINATION=CE1/queue1
+! CE_NODE=worker1
+:running:
+
+-s LogMonitor, -e Done, --status_code=FAILED, --reason="reason for the change", --exit_code=141
+-s LogMonitor, -e Resubmission, --result=WILLRESUB, --reason="let's try again", --tag=none
+
+! DESTINATION=CE2/queue2
+! CE_NODE=worker2
+:resubmission:
+
+-s LogMonitor, -e Done, --status_code=FAILED, --reason="reason for the change", --exit_code=141
+-s LogMonitor, -e Resubmission, --result=WILLRESUB, --reason="let's try again", --tag=none
+
+! DESTINATION=CE3/queue3
+! CE_NODE=worker3
+:resubmission:
+