abduljaleelak opened a new issue, #1793: URL: https://github.com/apache/incubator-kie-issues/issues/1793
With DEBUG logging enabled, the following output can be seen for each call, such as REST invocation to start a new process instance: 2024-12-20 14:38:20,331 DEBUG [org.jbp.wor.ins.imp.NodeInstanceFactoryRegistry] (kogito-event-executor-1) registering new node instance factory for class org.jbpm.workflow.core.node.Split set by org.jbpm.workflow.instance.impl.factory.DefaultNodeInstanceFactory 2024-12-20 14:38:20,332 DEBUG [org.jbp.wor.ins.imp.NodeInstanceFactoryRegistry] (kogito-event-executor-1) registering new node instance factory for class org.jbpm.workflow.core.node.Join set by org.jbpm.workflow.instance.impl.factory.SingletonNodeInstanceFactory 2024-12-20 14:38:20,332 DEBUG [org.jbp.wor.ins.imp.NodeInstanceFactoryRegistry] (kogito-event-executor-1) registering new node instance factory for class org.jbpm.workflow.core.node.StartNode set by org.jbpm.workflow.instance.impl.factory.DefaultNodeInstanceFactory 2024-12-20 14:38:20,332 DEBUG [org.jbp.wor.ins.imp.NodeInstanceFactoryRegistry] (kogito-event-executor-1) registering new node instance factory for class org.jbpm.workflow.core.node.EndNode set by org.jbpm.workflow.instance.impl.factory.DefaultNodeInstanceFactory 2024-12-20 14:38:20,332 DEBUG [org.jbp.wor.ins.imp.NodeInstanceFactoryRegistry] (kogito-event-executor-1) registering new node instance factory for class org.jbpm.workflow.core.node.MilestoneNode set by org.jbpm.workflow.instance.impl.factory.DefaultNodeInstanceFactory .... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
