-
Sub-task
-
Resolution: Obsolete
-
Major
-
None
-
7.0.0.GA
When you open an existing process in server log appear some meta information about process on INFO log level.
Steps to Reproduce:
1. Design Business Process: Start Event -> Script Task -> End Event
2. Save, close and reopen Business Process
3. Check server log
Actual Result:
16:34:16,247 INFO [stdout] (default task-96) Logging builders at close time... 16:34:16,247 INFO [stdout] (default task-96) [NodeId=809F4A75-CFF9-47B6-80B2-6622DD17D374] [properties={bgcolor=#9acd32, distributiontype=normal, mean=0.0, name=, fontcolor=#000000, isinterrupting=false, isselectable=true, standarddeviation=0.0, bordercolor=#000000}] [outgoingResourceIds=[02D49901-E636-421A-8BC5-8AC5477304F4]] [boundUL={100.0, 100.0}] [boundLR={130.0, 130.0}] [dockers=null] [defClass=org.kie.workbench.common.stunner.bpmn.definition.StartNoneEvent] [childrenIds=[]] 16:34:16,248 INFO [stdout] (default task-96) [NodeId=6117CB94-28CC-4063-A077-F78D788E1193] [properties={tasktype=Script, assignments=, unitcost=0.0, isasync=false, isselectable=true, standarddeviation=0.0, script=System.out.println("Hello World");, bordercolor=#000000, bgcolor=#fafad2, multipleinstance=false, distributiontype=normal, mean=0.0, name=Task, fontcolor=#000000, assignmentsinfo=||||}] [outgoingResourceIds=[0FD2F8E1-957B-4BC8-A493-D1E5C46C0730]] [boundUL={264.0, 91.0}] [boundLR={400.0, 139.0}] [dockers=null] [defClass=org.kie.workbench.common.stunner.bpmn.definition.ScriptTask] [childrenIds=[]] 16:34:16,248 INFO [stdout] (default task-96) [NodeId=1D96F4AA-E1BF-4E62-B2C6-C2317A0D5CCB] [properties={bgcolor=#ff6347, distributiontype=normal, mean=0.0, name=, fontcolor=#000000, isselectable=true, standarddeviation=0.0, bordercolor=#000000}] [outgoingResourceIds=[]] [boundUL={638.0, 101.0}] [boundLR={666.0, 129.0}] [dockers=null] [defClass=org.kie.workbench.common.stunner.bpmn.definition.EndNoneEvent] [childrenIds=[]] 16:34:16,248 INFO [stdout] (default task-96) [NodeId=02D49901-E636-421A-8BC5-8AC5477304F4] [properties={bgcolor=#000000, name=Sequence, isimmediate=false, fontcolor=#000000, isselectable=true, bordercolor=#000000}] [outgoingResourceIds=[6117CB94-28CC-4063-A077-F78D788E1193]] [boundUL=null] [boundLR=null] [dockers= {15.0, 15.0} {68.0, 24.0}] [defClass=org.kie.workbench.common.stunner.bpmn.definition.SequenceFlow] 16:34:16,248 INFO [stdout] (default task-96) [NodeId=0FD2F8E1-957B-4BC8-A493-D1E5C46C0730] [properties={bgcolor=#000000, name=Sequence, isimmediate=false, fontcolor=#000000, isselectable=true, bordercolor=#000000}] [outgoingResourceIds=[1D96F4AA-E1BF-4E62-B2C6-C2317A0D5CCB]] [boundUL=null] [boundLR=null] [dockers= {68.0, 24.0} {14.0, 14.0}] [defClass=org.kie.workbench.common.stunner.bpmn.definition.SequenceFlow] 16:34:16,248 INFO [stdout] (default task-96) [NodeId=_iz0u4NQlEeaikKwwfD8Aww] [properties={package=myteam.firstproject, imports=, targetnamespace=http://www.omg.org/bpmn20, processn=HelloWorld, version=1.0, timeunit=ms, expressionlanguage=http://www.w3.org/1999/XPath, executable=true, name=, typelanguage=http://www.w3.org/2001/XMLSchema, currency=, id=FirstProject.HelloWorld, namespaces=}] [outgoingResourceIds=[]] [boundUL=null] [boundLR=null] [dockers=null] [defClass=org.kie.workbench.common.stunner.bpmn.definition.BPMNDiagram] [childrenIds=[809F4A75-CFF9-47B6-80B2-6622DD17D374, 6117CB94-28CC-4063-A077-F78D788E1193, 1D96F4AA-E1BF-4E62-B2C6-C2317A0D5CCB, 02D49901-E636-421A-8BC5-8AC5477304F4, 0FD2F8E1-957B-4BC8-A493-D1E5C46C0730]]
Expected Result:
Some debug information will be presented only on DEBUG logging level.