<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic JBPM Workflow in Alfresco 4.0 fails silently @ task-create in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/jbpm-workflow-in-alfresco-4-0-fails-silently-task-create/m-p/273556#M226686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an advanced JBPM workflow that I am trying to run in Alfresco 4.0.1. It runs without error in Alfresco 3.4.3 and 3.4.5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to run JBPM workflows after adding &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;system.workflow.engine.jbpm.enabled=true&lt;BR /&gt;system.workflow.engine.jbpm.definitions.visible=true&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; to alfresco-global.properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Alfresco 4, this workflow fails "silently" after JBPM hits any "task-create" action other than the one for the start task. By "fails silently," I mean that no error messages are printed anywhere, and setting &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;log4j.logger.org.jbpm=debug&lt;BR /&gt;log4j.logger.org.alfresco.repo.workflow=debug&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; doesn't produce any useful information about WHY the workflow is failing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Starting the workflow from Alfresco Share simply pops up a box informing me that the "Workflow could not be started" with no extra information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have another, much simpler "hello world" advanced JBPM workflow that also worked without error in 3.4.x, which works just fine in Alfresco 4.0, and it does not have any problems with task-create.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This suggests to me that the problem must lie somewhere in the first, problematic workflow, either in its process definition, its model, or the stuff it does while it runs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First, here's a snippet of what the FAILING workflow outputs to the log file as it tries to create a task:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;2012-08-03 15:09:11,258&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-2] update variable 'has_folders' in 'TokenVariableMap[/]' to value 'no'&lt;BR /&gt; 2012-08-03 15:09:11,258&amp;nbsp; DEBUG [graph.exe.Token] [http-8081-2] token[4571] is unlocked by token[4571]&lt;BR /&gt; 2012-08-03 15:09:11,336&amp;nbsp; DEBUG [graph.node.Decision] [http-8081-2] decision didn't select transition, taking default Transition(no_folders)&lt;BR /&gt; 2012-08-03 15:09:11,336&amp;nbsp; DEBUG [graph.node.Decision] [http-8081-2] decision check_folders is taking 'Transition(no_folders)'&lt;BR /&gt; 2012-08-03 15:09:11,336&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-2] event 'node-leave' on 'Decision(check_folders)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:09:11,336&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-2] event 'transition' on 'Transition(no_folders)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:09:11,340&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-2] event 'node-enter' on 'TaskNode(need_folders)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:09:11,345&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-2] event 'task-create' on 'Task(docusignwf:requesting_folders)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:09:11,425&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-2] closing jbpmContext org.jbpm.JbpmContext@738f23&lt;BR /&gt; 2012-08-03 15:09:11,425&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-2] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@68662676&lt;BR /&gt; 2012-08-03 15:09:11,425&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-2] closing service 'tx': org.jbpm.tx.TxService@a674286&lt;BR /&gt; 2012-08-03 15:09:11,425&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-2] closing service 'logging': org.jbpm.logging.db.DbLoggingService@14070c0&lt;BR /&gt; 2012-08-03 15:09:11,425&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-2] closing service 'authentication': org.jbpm.security.authentication.DefaultAuthenticationService@2daa4de4&lt;BR /&gt; 2012-08-03 15:09:11,425&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-2] Detached (rollback) JBPM Context from transaction 1c83f695-9336-4067-8c6a-aa58f71e48b7&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;By comparision, here's what the WORKING workflow prints to the log as it tries to create a task:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; 2012-08-03 15:35:56,060&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-5] event 'node-leave' on 'StartState(start)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:35:56,060&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-5] event 'transition' on 'Transition(to_hello)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:35:56,064&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-5] event 'node-enter' on 'TaskNode(hello)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:35:56,068&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-5] event 'task-create' on 'Task(hw:are_you_sure)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:35:56,072&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-5] create variable 'bpm_percentComplete' in 'TaskInstance(hw:are_you_sure)' with value '0'&lt;BR /&gt; 2012-08-03 15:35:56,072&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-5] create variable 'bpm_status' in 'TaskInstance(hw:are_you_sure)' with value 'Not Yet Started'&lt;BR /&gt; 2012-08-03 15:35:56,072&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-5] create variable 'bpm_reassignable' in 'TaskInstance(hw:are_you_sure)' with value 'true'&lt;BR /&gt; 2012-08-03 15:35:56,072&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-5] create variable 'bpm_hiddenTransitions' in 'TaskInstance(hw:are_you_sure)' with value ''&lt;BR /&gt; 2012-08-03 15:35:56,072&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-5] create variable 'bpm_packageActionGroup' in 'TaskInstance(hw:are_you_sure)' with value ''&lt;BR /&gt; 2012-08-03 15:35:56,072&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-5] create variable 'bpm_packageItemActionGroup' in 'TaskInstance(hw:are_you_sure)' with value 'read_package_item_actions'&lt;BR /&gt; 2012-08-03 15:35:56,072&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-5] assigning task 'hw:are_you_sure' to 'admin'&lt;BR /&gt; 2012-08-03 15:35:56,072&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-5] event 'task-assign' on 'Task(hw:are_you_sure)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:35:56,072&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-5] event 'after-signal' on 'StartState(start)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:35:56,072&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-5] create variable 'bpm_context' in 'TokenVariableMap[/]' with value 'null'&lt;BR /&gt; 2012-08-03 15:35:56,072&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-5] executing default save operations&lt;BR /&gt; 2012-08-03 15:35:56,074&amp;nbsp; DEBUG [svc.save.HibernateSaveOperation] [http-8081-5] saving process instance&lt;BR /&gt; 2012-08-03 15:35:56,074&amp;nbsp; DEBUG [svc.save.SaveLogsOperation] [http-8081-5] flushing logs to logging service.&lt;BR /&gt; 2012-08-03 15:35:56,093&amp;nbsp; DEBUG [svc.save.CascadeSaveOperation] [http-8081-5] cascading save of 'ProcessInstance(36b584cf-5078-4be4-91d7-c4f68613c3d2)'&lt;BR /&gt; 2012-08-03 15:35:56,197&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-5] closing jbpmContext org.jbpm.JbpmContext@46d3ddd8&lt;BR /&gt; 2012-08-03 15:35:56,197&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-5] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@236afc22&lt;BR /&gt; 2012-08-03 15:35:56,197&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-5] closing service 'tx': org.jbpm.tx.TxService@44cf2e58&lt;BR /&gt; 2012-08-03 15:35:56,197&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-5] closing service 'logging': org.jbpm.logging.db.DbLoggingService@7debb6b2&lt;BR /&gt; 2012-08-03 15:35:56,197&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-5] closing service 'authentication': org.jbpm.security.authentication.DefaultAuthenticationService@7e27a0b3&lt;BR /&gt; 2012-08-03 15:35:56,197&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-5] Detached (commit) JBPM Context from transaction ccf454c9-4e4a-40f9-8dc3-934a4ac0f6bd&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;The XML from the process definition of the FAILING WORKFLOW that defines the task in question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;task-node name="need_folders"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;task name="docusignwf:requesting_folders" swimlane="initiator" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;transition name="provided_folders" to="check_folders" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;script&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!– input validation; never executes because workflow terminates on task-create, above –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/transition&amp;gt;&lt;BR /&gt;&amp;lt;/task-node&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;The swimlane is the first child element of the &amp;lt;process-definition …&amp;gt; element, defined thusly:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;swimlane name="initiator" /&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;And in the FAILING WORKFLOW's model, the "requesting_folders" task's type is defined:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;types&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;(…)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;type name="docusignwf:requesting_folders"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;parent&amp;gt;bpm:workflowTask&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;mandatory-aspects&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;aspect&amp;gt;docusignwf:provides_folders&amp;lt;/aspect&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/mandatory-aspects&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;type name="docusignwf:waiting_actions"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;parent&amp;gt;bpm:workflowTask&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/types&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;I've left the definition of another task, "waiting_actions" in there. This workflow can head to either one of those tasks (each in its own task-node), depending on what the user provides when starting it. Both of those tasks experience the same silent failure - and "waiting actions" has no input, no properties, and no aspects. To me, this suggests that there's not a problem with "requesting_folders" having aspects/requiring input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, here are snippets from the SUCCESSFUL WORKFLOW. First, the process definition. This one's short enough to where I can just post the whole thing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;process-definition xmlns="urn:jbpm.org:jpdl-3.1" name="hw:helloWorld"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;swimlane name="initiator" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;start-state name="start"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;task name="hw:cant_have_no_tasks" swimlane="initiator"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;transition name="to_hello" to="hello"&amp;gt;&amp;lt;/transition&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/start-state&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;task-node name="hello"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;task name="hw:are_you_sure" swimlane="initiator" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;transition name="to_end1" to="end1"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;script&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;logger.log("Hello World.");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/action&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/transition&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/task-node&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;end-state name="end1"&amp;gt;&amp;lt;/end-state&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/process-definition&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;As you can see, the swimlane definition and task-node definition and task definition are syntactically identical to the FAILING WORKFLOW.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, the SUCCEEDING WORKFLOW's task type definition, from its model:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;types&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;type name="hw:cant_have_no_tasks"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;parent&amp;gt;bpm:startTask&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;type name="hw:are_you_sure"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;parent&amp;gt;bpm:workflowTask&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/types&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;No parameters or anything; the user just clicks a button for the transition to advance the workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I note that the FAILING WORKFLOW succeeds up until it attempts to create a task; elements from its model are referenced and used, so the model has been loaded properly, and the workflow definition, too, has been loaded properly (else I wouldn't even be able to start the workflow).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;COMPLETE trace for SUCCESSFUL WORKFLOW:&lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; 2012-08-03 15:58:21,852&amp;nbsp; DEBUG [jbpm.configuration.JbpmContextInfo] [http-8081-4] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]'&lt;BR /&gt; 2012-08-03 15:58:21,852&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-4] creating org.jbpm.JbpmContext@4a814c0d&lt;BR /&gt; 2012-08-03 15:58:21,852&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-4] Attached JBPM Context to transaction d437a7a6-8e63-404e-866c-3f15dc671272&lt;BR /&gt; 2012-08-03 15:58:21,852&amp;nbsp; DEBUG [persistence.db.DbPersistenceServiceFactory] [http-8081-4] creating persistence service&lt;BR /&gt; 2012-08-03 15:58:21,852&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:21,955&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:21,957&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'process-start' on 'ProcessDefinition(hw:helloWorld)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:21,959&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'cancelled' in 'TokenVariableMap[/]' with value 'false'&lt;BR /&gt; 2012-08-03 15:58:21,961&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_package' in 'TokenVariableMap[/]' with value 'Node Type: {&lt;A href="http://www.alfresco.org/model/bpm/1.0}package" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/bpm/1.0}package&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/content/1.0}auditable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}auditable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/bpm/1.0}workflowPackage" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/bpm/1.0}workflowPackage&lt;/A&gt;]'&lt;BR /&gt; 2012-08-03 15:58:21,989&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'companyhome' in 'TokenVariableMap[/]' with value 'Node Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}folder" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/content/1.0}auditable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}auditable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/application/1.0}uifacets" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/application/1.0}uifacets&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/content/1.0}titled" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}titled&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;]'&lt;BR /&gt; 2012-08-03 15:58:21,990&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'initiator' in 'TokenVariableMap[/]' with value 'Node Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}person" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}person&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/application/1.0}configurable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/application/1.0}configurable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/content/1.0}ownable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}ownable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/content/1.0}preferences" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}preferences&lt;/A&gt;]'&lt;BR /&gt; 2012-08-03 15:58:21,990&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'initiatorhome' in 'TokenVariableMap[/]' with value 'Node Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}folder" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/content/1.0}auditable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}auditable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/application/1.0}uifacets" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/application/1.0}uifacets&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/content/1.0}titled" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}titled&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;]'&lt;BR /&gt; 2012-08-03 15:58:21,992&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'workflowinstanceid' in 'TokenVariableMap[/]' with value 'jbpm$5090'&lt;BR /&gt; 2012-08-03 15:58:22,002&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'task-create' on 'Task(hw:cant_have_no_tasks)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:22,004&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_percentComplete' in 'TaskInstance(hw:cant_have_no_tasks)' with value '0'&lt;BR /&gt; 2012-08-03 15:58:22,004&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_status' in 'TaskInstance(hw:cant_have_no_tasks)' with value 'Not Yet Started'&lt;BR /&gt; 2012-08-03 15:58:22,004&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_sendEMailNotifications' in 'TaskInstance(hw:cant_have_no_tasks)' with value 'false'&lt;BR /&gt; 2012-08-03 15:58:22,004&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_reassignable' in 'TaskInstance(hw:cant_have_no_tasks)' with value 'true'&lt;BR /&gt; 2012-08-03 15:58:22,004&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_hiddenTransitions' in 'TaskInstance(hw:cant_have_no_tasks)' with value ''&lt;BR /&gt; 2012-08-03 15:58:22,004&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_workflowPriority' in 'TaskInstance(hw:cant_have_no_tasks)' with value '2'&lt;BR /&gt; 2012-08-03 15:58:22,004&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_packageActionGroup' in 'TaskInstance(hw:cant_have_no_tasks)' with value 'add_package_item_actions'&lt;BR /&gt; 2012-08-03 15:58:22,004&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_packageItemActionGroup' in 'TaskInstance(hw:cant_have_no_tasks)' with value 'start_package_item_actions'&lt;BR /&gt; 2012-08-03 15:58:22,008&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] assigning task 'hw:cant_have_no_tasks' to 'admin'&lt;BR /&gt; 2012-08-03 15:58:22,008&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'task-assign' on 'Task(hw:cant_have_no_tasks)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:22,008&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_percentComplete' in 'TaskInstance(hw:cant_have_no_tasks)' to value '0'&lt;BR /&gt; 2012-08-03 15:58:22,008&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_sendEMailNotifications' in 'TaskInstance(hw:cant_have_no_tasks)' to value 'false'&lt;BR /&gt; 2012-08-03 15:58:22,008&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_status' in 'TaskInstance(hw:cant_have_no_tasks)' to value 'Not Yet Started'&lt;BR /&gt; 2012-08-03 15:58:22,010&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_package' in 'TaskInstance(hw:cant_have_no_tasks)' with value 'Node Type: {&lt;A href="http://www.alfresco.org/model/bpm/1.0}package" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/bpm/1.0}package&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/content/1.0}auditable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}auditable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/bpm/1.0}workflowPackage" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/bpm/1.0}workflowPackage&lt;/A&gt;]'&lt;BR /&gt; 2012-08-03 15:58:22,010&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_workflowDescription' in 'TaskInstance(hw:cant_have_no_tasks)' with value ''&lt;BR /&gt; 2012-08-03 15:58:22,010&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_workflowPriority' in 'TaskInstance(hw:cant_have_no_tasks)' to value '2'&lt;BR /&gt; 2012-08-03 15:58:22,010&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_workflowDueDate' in 'TaskInstance(hw:cant_have_no_tasks)' with value 'null'&lt;BR /&gt; 2012-08-03 15:58:22,010&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] executing default save operations&lt;BR /&gt; 2012-08-03 15:58:22,010&amp;nbsp; DEBUG [svc.save.HibernateSaveOperation] [http-8081-4] saving process instance&lt;BR /&gt; 2012-08-03 15:58:22,010&amp;nbsp; DEBUG [svc.save.SaveLogsOperation] [http-8081-4] flushing logs to logging service.&lt;BR /&gt; 2012-08-03 15:58:22,030&amp;nbsp; DEBUG [svc.save.CascadeSaveOperation] [http-8081-4] cascading save of 'ProcessInstance(b88e6c2e-900c-4702-89d7-743e1f991a5e)'&lt;BR /&gt; 2012-08-03 15:58:22,057&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:22,149&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:22,149&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_status' in 'TaskInstance(hw:cant_have_no_tasks)' to value 'Completed'&lt;BR /&gt; 2012-08-03 15:58:22,149&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_outcome' in 'TaskInstance(hw:cant_have_no_tasks)' with value 'to_hello'&lt;BR /&gt; 2012-08-03 15:58:22,149&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'task-end' on 'Task(hw:cant_have_no_tasks)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:22,149&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_workflowDueDate' from task 'hw:cant_have_no_tasks' to process variables&lt;BR /&gt; 2012-08-03 15:58:22,149&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_workflowDueDate' in 'TokenVariableMap[/]' with value 'null'&lt;BR /&gt; 2012-08-03 15:58:22,149&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_workflowDescription' from task 'hw:cant_have_no_tasks' to process variables&lt;BR /&gt; 2012-08-03 15:58:22,149&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_workflowDescription' in 'TokenVariableMap[/]' with value ''&lt;BR /&gt; 2012-08-03 15:58:22,149&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_percentComplete' from task 'hw:cant_have_no_tasks' to process variables&lt;BR /&gt; 2012-08-03 15:58:22,149&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_percentComplete' in 'TokenVariableMap[/]' with value '0'&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_status' from task 'hw:cant_have_no_tasks' to process variables&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_status' in 'TokenVariableMap[/]' with value 'Completed'&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_sendEMailNotifications' from task 'hw:cant_have_no_tasks' to process variables&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_sendEMailNotifications' in 'TokenVariableMap[/]' with value 'false'&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_packageActionGroup' from task 'hw:cant_have_no_tasks' to process variables&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_packageActionGroup' in 'TokenVariableMap[/]' with value 'add_package_item_actions'&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_hiddenTransitions' from task 'hw:cant_have_no_tasks' to process variables&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_hiddenTransitions' in 'TokenVariableMap[/]' with value ''&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_package' from task 'hw:cant_have_no_tasks' to process variables&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_package' in 'TokenVariableMap[/]' to value 'Node Type: {&lt;A href="http://www.alfresco.org/model/bpm/1.0}package" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/bpm/1.0}package&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/content/1.0}auditable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}auditable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/bpm/1.0}workflowPackage" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/bpm/1.0}workflowPackage&lt;/A&gt;]'&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_packageItemActionGroup' from task 'hw:cant_have_no_tasks' to process variables&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_packageItemActionGroup' in 'TokenVariableMap[/]' with value 'start_package_item_actions'&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_outcome' from task 'hw:cant_have_no_tasks' to process variables&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_outcome' in 'TokenVariableMap[/]' with value 'to_hello'&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_workflowPriority' from task 'hw:cant_have_no_tasks' to process variables&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_workflowPriority' in 'TokenVariableMap[/]' with value '2'&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_reassignable' from task 'hw:cant_have_no_tasks' to process variables&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_reassignable' in 'TokenVariableMap[/]' with value 'true'&lt;BR /&gt; 2012-08-03 15:58:22,151&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] completion of task 'hw:cant_have_no_tasks' results in taking the default transition&lt;BR /&gt; 2012-08-03 15:58:22,153&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'before-signal' on 'StartState(start)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:22,153&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'node-leave' on 'StartState(start)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:22,153&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'transition' on 'Transition(to_hello)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:22,155&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'node-enter' on 'TaskNode(hello)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:22,190&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'task-create' on 'Task(hw:are_you_sure)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:22,194&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_percentComplete' in 'TaskInstance(hw:are_you_sure)' with value '0'&lt;BR /&gt; 2012-08-03 15:58:22,196&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_status' in 'TaskInstance(hw:are_you_sure)' with value 'Not Yet Started'&lt;BR /&gt; 2012-08-03 15:58:22,196&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_reassignable' in 'TaskInstance(hw:are_you_sure)' with value 'true'&lt;BR /&gt; 2012-08-03 15:58:22,196&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_hiddenTransitions' in 'TaskInstance(hw:are_you_sure)' with value ''&lt;BR /&gt; 2012-08-03 15:58:22,196&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_packageActionGroup' in 'TaskInstance(hw:are_you_sure)' with value ''&lt;BR /&gt; 2012-08-03 15:58:22,196&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_packageItemActionGroup' in 'TaskInstance(hw:are_you_sure)' with value 'read_package_item_actions'&lt;BR /&gt; 2012-08-03 15:58:22,196&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] assigning task 'hw:are_you_sure' to 'admin'&lt;BR /&gt; 2012-08-03 15:58:22,196&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'task-assign' on 'Task(hw:are_you_sure)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:22,196&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'after-signal' on 'StartState(start)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:22,196&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_context' in 'TokenVariableMap[/]' with value 'null'&lt;BR /&gt; 2012-08-03 15:58:22,196&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] executing default save operations&lt;BR /&gt; 2012-08-03 15:58:22,196&amp;nbsp; DEBUG [svc.save.HibernateSaveOperation] [http-8081-4] saving process instance&lt;BR /&gt; 2012-08-03 15:58:22,196&amp;nbsp; DEBUG [svc.save.SaveLogsOperation] [http-8081-4] flushing logs to logging service.&lt;BR /&gt; 2012-08-03 15:58:22,219&amp;nbsp; DEBUG [svc.save.CascadeSaveOperation] [http-8081-4] cascading save of 'ProcessInstance(b88e6c2e-900c-4702-89d7-743e1f991a5e)'&lt;BR /&gt; 2012-08-03 15:58:22,315&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-4] closing jbpmContext org.jbpm.JbpmContext@4a814c0d&lt;BR /&gt; 2012-08-03 15:58:22,315&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@33597ad5&lt;BR /&gt; 2012-08-03 15:58:22,315&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] closing service 'tx': org.jbpm.tx.TxService@378f5049&lt;BR /&gt; 2012-08-03 15:58:22,315&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] closing service 'logging': org.jbpm.logging.db.DbLoggingService@21e0051e&lt;BR /&gt; 2012-08-03 15:58:22,315&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] closing service 'authentication': org.jbpm.security.authentication.DefaultAuthenticationService@7a7005f1&lt;BR /&gt; 2012-08-03 15:58:22,315&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-4] Detached (commit) JBPM Context from transaction d437a7a6-8e63-404e-866c-3f15dc671272&lt;BR /&gt; 2012-08-03 15:58:22,504&amp;nbsp; DEBUG [jbpm.configuration.JbpmContextInfo] [http-8081-4] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]'&lt;BR /&gt; 2012-08-03 15:58:22,504&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-4] creating org.jbpm.JbpmContext@2c8446f7&lt;BR /&gt; 2012-08-03 15:58:22,504&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-4] Attached JBPM Context to transaction ee96cf7b-651c-48ed-87b9-3b9ec317d3d5&lt;BR /&gt; 2012-08-03 15:58:22,504&amp;nbsp; DEBUG [persistence.db.DbPersistenceServiceFactory] [http-8081-4] creating persistence service&lt;BR /&gt; 2012-08-03 15:58:22,504&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:22,526&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:22,551&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:22,606&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:22,670&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-4] closing jbpmContext org.jbpm.JbpmContext@2c8446f7&lt;BR /&gt; 2012-08-03 15:58:22,670&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@6df5044a&lt;BR /&gt; 2012-08-03 15:58:22,670&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] closing service 'tx': org.jbpm.tx.TxService@70ecceab&lt;BR /&gt; 2012-08-03 15:58:22,670&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-4] Detached (commit) JBPM Context from transaction ee96cf7b-651c-48ed-87b9-3b9ec317d3d5&lt;BR /&gt; 2012-08-03 15:58:23,203&amp;nbsp; DEBUG [jbpm.configuration.JbpmContextInfo] [http-8081-4] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]'&lt;BR /&gt; 2012-08-03 15:58:23,203&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-4] creating org.jbpm.JbpmContext@32ddb0c&lt;BR /&gt; 2012-08-03 15:58:23,203&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-4] Attached JBPM Context to transaction 6cdc2ced-c63a-422a-9724-1feaa2a0d455&lt;BR /&gt; 2012-08-03 15:58:23,203&amp;nbsp; DEBUG [persistence.db.DbPersistenceServiceFactory] [http-8081-4] creating persistence service&lt;BR /&gt; 2012-08-03 15:58:23,203&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:23,223&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:23,233&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:23,248&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:23,289&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-4] closing jbpmContext org.jbpm.JbpmContext@32ddb0c&lt;BR /&gt; 2012-08-03 15:58:23,289&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@2e6ede78&lt;BR /&gt; 2012-08-03 15:58:23,289&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] closing service 'tx': org.jbpm.tx.TxService@70cfb018&lt;BR /&gt; 2012-08-03 15:58:23,289&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-4] Detached (commit) JBPM Context from transaction 6cdc2ced-c63a-422a-9724-1feaa2a0d455&lt;BR /&gt; 2012-08-03 15:58:26,926&amp;nbsp; DEBUG [jbpm.configuration.JbpmContextInfo] [http-8081-1] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]'&lt;BR /&gt; 2012-08-03 15:58:26,926&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-1] creating org.jbpm.JbpmContext@14c6f844&lt;BR /&gt; 2012-08-03 15:58:26,926&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-1] Attached JBPM Context to transaction 317df49c-1149-4bc5-be83-ad1d87b07fe2&lt;BR /&gt; 2012-08-03 15:58:26,926&amp;nbsp; DEBUG [persistence.db.DbPersistenceServiceFactory] [http-8081-1] creating persistence service&lt;BR /&gt; 2012-08-03 15:58:26,926&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-1] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:26,978&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-1] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:26,982&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-1] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:26,985&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-1] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:26,986&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-1] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:26,987&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-1] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:27,015&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-1] closing jbpmContext org.jbpm.JbpmContext@14c6f844&lt;BR /&gt; 2012-08-03 15:58:27,015&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-1] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@1365e36d&lt;BR /&gt; 2012-08-03 15:58:27,015&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-1] closing service 'tx': org.jbpm.tx.TxService@636130e&lt;BR /&gt; 2012-08-03 15:58:27,015&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-1] Detached (commit) JBPM Context from transaction 317df49c-1149-4bc5-be83-ad1d87b07fe2&lt;BR /&gt; 2012-08-03 15:58:28,533&amp;nbsp; DEBUG [jbpm.configuration.JbpmContextInfo] [http-8081-5] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]'&lt;BR /&gt; 2012-08-03 15:58:28,534&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-5] creating org.jbpm.JbpmContext@6fc2a5bf&lt;BR /&gt; 2012-08-03 15:58:28,534&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-5] Attached JBPM Context to transaction 57d77d5e-7b77-4e44-ab22-1ad2b6ee66ec&lt;BR /&gt; 2012-08-03 15:58:28,534&amp;nbsp; DEBUG [persistence.db.DbPersistenceServiceFactory] [http-8081-5] creating persistence service&lt;BR /&gt; 2012-08-03 15:58:28,534&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-5] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:28,560&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-5] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:28,561&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-5] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:28,562&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-5] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:28,563&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-5] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:28,595&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-5] closing jbpmContext org.jbpm.JbpmContext@6fc2a5bf&lt;BR /&gt; 2012-08-03 15:58:28,595&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-5] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@7a200513&lt;BR /&gt; 2012-08-03 15:58:28,595&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-5] closing service 'tx': org.jbpm.tx.TxService@4c2d6108&lt;BR /&gt; 2012-08-03 15:58:28,595&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-5] Detached (commit) JBPM Context from transaction 57d77d5e-7b77-4e44-ab22-1ad2b6ee66ec&lt;BR /&gt; 2012-08-03 15:58:28,623&amp;nbsp; DEBUG [jbpm.configuration.JbpmContextInfo] [http-8081-5] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]'&lt;BR /&gt; 2012-08-03 15:58:28,623&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-5] creating org.jbpm.JbpmContext@373d7b4a&lt;BR /&gt; 2012-08-03 15:58:28,623&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-5] Attached JBPM Context to transaction 96d8b5ab-98e6-42f6-b9d0-d53102480083&lt;BR /&gt; 2012-08-03 15:58:28,623&amp;nbsp; DEBUG [persistence.db.DbPersistenceServiceFactory] [http-8081-5] creating persistence service&lt;BR /&gt; 2012-08-03 15:58:28,623&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-5] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:28,691&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-5] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:28,719&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-5] closing jbpmContext org.jbpm.JbpmContext@373d7b4a&lt;BR /&gt; 2012-08-03 15:58:28,719&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-5] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@5d8aef3b&lt;BR /&gt; 2012-08-03 15:58:28,719&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-5] closing service 'tx': org.jbpm.tx.TxService@4c603a77&lt;BR /&gt; 2012-08-03 15:58:28,719&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-5] Detached (commit) JBPM Context from transaction 96d8b5ab-98e6-42f6-b9d0-d53102480083&lt;BR /&gt; 2012-08-03 15:58:29,329&amp;nbsp; DEBUG [jbpm.configuration.JbpmContextInfo] [http-8081-6] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]'&lt;BR /&gt; 2012-08-03 15:58:29,329&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-6] creating org.jbpm.JbpmContext@84a6af2&lt;BR /&gt; 2012-08-03 15:58:29,329&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-6] Attached JBPM Context to transaction c6f101ec-68e1-40aa-9ec8-39bb74d98323&lt;BR /&gt; 2012-08-03 15:58:29,329&amp;nbsp; DEBUG [persistence.db.DbPersistenceServiceFactory] [http-8081-6] creating persistence service&lt;BR /&gt; 2012-08-03 15:58:29,329&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-6] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:29,479&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-6] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:29,481&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-6] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:29,481&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-6] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:29,483&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-6] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:29,499&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-6] closing jbpmContext org.jbpm.JbpmContext@84a6af2&lt;BR /&gt; 2012-08-03 15:58:29,499&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-6] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@163b66f7&lt;BR /&gt; 2012-08-03 15:58:29,499&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-6] closing service 'tx': org.jbpm.tx.TxService@15e4ed88&lt;BR /&gt; 2012-08-03 15:58:29,499&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-6] Detached (commit) JBPM Context from transaction c6f101ec-68e1-40aa-9ec8-39bb74d98323&lt;BR /&gt; 2012-08-03 15:58:31,167&amp;nbsp; DEBUG [jbpm.configuration.JbpmContextInfo] [http-8081-4] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]'&lt;BR /&gt; 2012-08-03 15:58:31,169&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-4] creating org.jbpm.JbpmContext@ed979d0&lt;BR /&gt; 2012-08-03 15:58:31,169&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-4] Attached JBPM Context to transaction 5289cdc5-05c7-4189-9bc9-eeee2412b4f5&lt;BR /&gt; 2012-08-03 15:58:31,169&amp;nbsp; DEBUG [persistence.db.DbPersistenceServiceFactory] [http-8081-4] creating persistence service&lt;BR /&gt; 2012-08-03 15:58:31,169&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:31,315&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:31,344&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:31,348&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:31,350&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:31,354&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:31,354&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_percentComplete' in 'TaskInstance(hw:are_you_sure)' to value '0'&lt;BR /&gt; 2012-08-03 15:58:31,354&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_status' in 'TaskInstance(hw:are_you_sure)' to value 'Not Yet Started'&lt;BR /&gt; 2012-08-03 15:58:31,360&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] executing default save operations&lt;BR /&gt; 2012-08-03 15:58:31,360&amp;nbsp; DEBUG [svc.save.HibernateSaveOperation] [http-8081-4] saving process instance&lt;BR /&gt; 2012-08-03 15:58:31,360&amp;nbsp; DEBUG [svc.save.SaveLogsOperation] [http-8081-4] flushing logs to logging service.&lt;BR /&gt; 2012-08-03 15:58:31,360&amp;nbsp; DEBUG [svc.save.CascadeSaveOperation] [http-8081-4] cascading save of 'ProcessInstance(b88e6c2e-900c-4702-89d7-743e1f991a5e)'&lt;BR /&gt; 2012-08-03 15:58:31,362&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-4] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:31,362&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_status' in 'TaskInstance(hw:are_you_sure)' to value 'Completed'&lt;BR /&gt; 2012-08-03 15:58:31,362&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] create variable 'bpm_outcome' in 'TaskInstance(hw:are_you_sure)' with value 'to_end1'&lt;BR /&gt; 2012-08-03 15:58:31,362&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'task-end' on 'Task(hw:are_you_sure)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:31,374&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_percentComplete' from task 'hw:are_you_sure' to process variables&lt;BR /&gt; 2012-08-03 15:58:31,374&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_percentComplete' in 'TokenVariableMap[/]' to value '0'&lt;BR /&gt; 2012-08-03 15:58:31,374&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_status' from task 'hw:are_you_sure' to process variables&lt;BR /&gt; 2012-08-03 15:58:31,374&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_status' in 'TokenVariableMap[/]' to value 'Completed'&lt;BR /&gt; 2012-08-03 15:58:31,374&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_packageActionGroup' from task 'hw:are_you_sure' to process variables&lt;BR /&gt; 2012-08-03 15:58:31,374&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_packageActionGroup' in 'TokenVariableMap[/]' to value ''&lt;BR /&gt; 2012-08-03 15:58:31,374&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_hiddenTransitions' from task 'hw:are_you_sure' to process variables&lt;BR /&gt; 2012-08-03 15:58:31,374&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_hiddenTransitions' in 'TokenVariableMap[/]' to value ''&lt;BR /&gt; 2012-08-03 15:58:31,374&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_packageItemActionGroup' from task 'hw:are_you_sure' to process variables&lt;BR /&gt; 2012-08-03 15:58:31,374&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_packageItemActionGroup' in 'TokenVariableMap[/]' to value 'read_package_item_actions'&lt;BR /&gt; 2012-08-03 15:58:31,374&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_outcome' from task 'hw:are_you_sure' to process variables&lt;BR /&gt; 2012-08-03 15:58:31,374&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_outcome' in 'TokenVariableMap[/]' to value 'to_end1'&lt;BR /&gt; 2012-08-03 15:58:31,374&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] flushing variable 'bpm_reassignable' from task 'hw:are_you_sure' to process variables&lt;BR /&gt; 2012-08-03 15:58:31,374&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-4] update variable 'bpm_reassignable' in 'TokenVariableMap[/]' to value 'true'&lt;BR /&gt; 2012-08-03 15:58:31,378&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-4] completion of task 'hw:are_you_sure' results in taking transition 'Transition(to_end1)'&lt;BR /&gt; 2012-08-03 15:58:31,380&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'before-signal' on 'TaskNode(hello)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:31,380&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'node-leave' on 'TaskNode(hello)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:31,380&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'transition' on 'Transition(to_end1)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:31,381&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] executing action 'Action(5f7808af)'&lt;BR /&gt; 2012-08-03 15:58:31,381&amp;nbsp; DEBUG [graph.exe.Token] [http-8081-4] token[5091] is locked by token[5091]&lt;BR /&gt; 2012-08-03 15:58:31,391&amp;nbsp; DEBUG [graph.exe.Token] [http-8081-4] token[5091] is unlocked by token[5091]&lt;BR /&gt; 2012-08-03 15:58:31,391&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'node-enter' on 'EndState(end1)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:31,399&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'process-end' on 'ProcessDefinition(hw:helloWorld)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:31,399&amp;nbsp; DEBUG [msg.db.DbMessageService] [http-8081-4] saved job[5220, org.jbpm.job.CleanUpProcessJob]&lt;BR /&gt; 2012-08-03 15:58:31,415&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-4] event 'after-signal' on 'TaskNode(hello)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:58:31,415&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] executing default save operations&lt;BR /&gt; 2012-08-03 15:58:31,415&amp;nbsp; DEBUG [svc.save.HibernateSaveOperation] [http-8081-4] saving process instance&lt;BR /&gt; 2012-08-03 15:58:31,415&amp;nbsp; DEBUG [svc.save.SaveLogsOperation] [http-8081-4] flushing logs to logging service.&lt;BR /&gt; 2012-08-03 15:58:31,438&amp;nbsp; DEBUG [svc.save.CascadeSaveOperation] [http-8081-4] cascading save of 'ProcessInstance(b88e6c2e-900c-4702-89d7-743e1f991a5e)'&lt;BR /&gt; 2012-08-03 15:58:31,485&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-4] closing jbpmContext org.jbpm.JbpmContext@ed979d0&lt;BR /&gt; 2012-08-03 15:58:31,485&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@4d418fe4&lt;BR /&gt; 2012-08-03 15:58:31,485&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] closing service 'tx': org.jbpm.tx.TxService@b4de95c&lt;BR /&gt; 2012-08-03 15:58:31,485&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] closing service 'message': org.jbpm.msg.db.DbMessageService@28139cd0&lt;BR /&gt; 2012-08-03 15:58:31,487&amp;nbsp; DEBUG [msg.db.DbMessageService] [http-8081-4] messages were produced, job executor will be signalled&lt;BR /&gt; 2012-08-03 15:58:31,487&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] closing service 'logging': org.jbpm.logging.db.DbLoggingService@1f9c303e&lt;BR /&gt; 2012-08-03 15:58:31,487&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-4] closing service 'authentication': org.jbpm.security.authentication.DefaultAuthenticationService@472346a8&lt;BR /&gt; 2012-08-03 15:58:31,487&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-4] Detached (commit) JBPM Context from transaction 5289cdc5-05c7-4189-9bc9-eeee2412b4f5&lt;BR /&gt; 2012-08-03 15:58:31,499&amp;nbsp; DEBUG [job.executor.JobExecutorThread] [AlfrescoJbpmJobExecutor:10.2.1.52:1] acquiring jobs for execution…&lt;BR /&gt; 2012-08-03 15:58:31,499&amp;nbsp; DEBUG [jbpm.configuration.JbpmContextInfo] [AlfrescoJbpmJobExecutor:10.2.1.52:1] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]'&lt;BR /&gt; 2012-08-03 15:58:31,501&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [AlfrescoJbpmJobExecutor:10.2.1.52:1] creating org.jbpm.JbpmContext@5cf3e414&lt;BR /&gt; 2012-08-03 15:58:31,501&amp;nbsp; DEBUG [persistence.db.DbPersistenceServiceFactory] [AlfrescoJbpmJobExecutor:10.2.1.52:1] creating persistence service&lt;BR /&gt; 2012-08-03 15:58:31,501&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [AlfrescoJbpmJobExecutor:10.2.1.52:1] using current hibernate session&lt;BR /&gt; 2012-08-03 15:58:31,501&amp;nbsp; DEBUG [job.executor.JobExecutorThread] [AlfrescoJbpmJobExecutor:10.2.1.52:1] querying for acquirable job…&lt;BR /&gt; 2012-08-03 15:58:31,534&amp;nbsp; DEBUG [job.executor.JobExecutorThread] [AlfrescoJbpmJobExecutor:10.2.1.52:1] trying to obtain lock on job[5220]&lt;BR /&gt; 2012-08-03 15:58:31,534&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [AlfrescoJbpmJobExecutor:10.2.1.52:1] closing jbpmContext org.jbpm.JbpmContext@5cf3e414&lt;BR /&gt; 2012-08-03 15:58:31,534&amp;nbsp; DEBUG [jbpm.svc.Services] [AlfrescoJbpmJobExecutor:10.2.1.52:1] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@6b958bd3&lt;BR /&gt; 2012-08-03 15:58:31,534&amp;nbsp; DEBUG [jbpm.svc.Services] [AlfrescoJbpmJobExecutor:10.2.1.52:1] closing service 'tx': org.jbpm.tx.TxService@270f00d3&lt;BR /&gt; 2012-08-03 15:58:31,534&amp;nbsp; DEBUG [job.executor.JobExecutorThread] [AlfrescoJbpmJobExecutor:10.2.1.52:1] obtained lock on jobs: [job[5220]]&lt;BR /&gt; 2012-08-03 15:58:31,551&amp;nbsp; DEBUG [workflow.jbpm.AlfrescoJobExecutorThread] [AlfrescoJbpmJobExecutor:10.2.1.52:1] acquired 1 job&lt;BR /&gt; 2012-08-03 15:58:31,555&amp;nbsp; DEBUG [jbpm.configuration.JbpmContextInfo] [AlfrescoJbpmJobExecutor:10.2.1.52:1] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]'&lt;BR /&gt; 2012-08-03 15:58:31,555&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [AlfrescoJbpmJobExecutor:10.2.1.52:1] creating org.jbpm.JbpmContext@49ff30ad&lt;BR /&gt; 2012-08-03 15:58:31,555&amp;nbsp; DEBUG [persistence.db.DbPersistenceServiceFactory] [AlfrescoJbpmJobExecutor:10.2.1.52:1] creating persistence service&lt;BR /&gt; 2012-08-03 15:58:31,555&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [AlfrescoJbpmJobExecutor:10.2.1.52:1] using current hibernate session&lt;BR /&gt; 2012-08-03 15:58:31,559&amp;nbsp; DEBUG [jbpm.db.JobSession] [AlfrescoJbpmJobExecutor:10.2.1.52:1] deleting timers for ProcessInstance(b88e6c2e-900c-4702-89d7-743e1f991a5e)&lt;BR /&gt; 2012-08-03 15:58:31,563&amp;nbsp; DEBUG [jbpm.db.JobSession] [AlfrescoJbpmJobExecutor:10.2.1.52:1] 0 remaining timers for ProcessInstance(b88e6c2e-900c-4702-89d7-743e1f991a5e) were deleted&lt;BR /&gt; 2012-08-03 15:58:31,563&amp;nbsp; DEBUG [jbpm.db.JobSession] [AlfrescoJbpmJobExecutor:10.2.1.52:1] deleting execute-node-jobs for ProcessInstance(b88e6c2e-900c-4702-89d7-743e1f991a5e)&lt;BR /&gt; 2012-08-03 15:58:31,563&amp;nbsp; DEBUG [jbpm.db.JobSession] [AlfrescoJbpmJobExecutor:10.2.1.52:1] 0 remaining execute-node-jobs for ProcessInstance(b88e6c2e-900c-4702-89d7-743e1f991a5e) were deleted&lt;BR /&gt; 2012-08-03 15:58:31,563&amp;nbsp; DEBUG [workflow.jbpm.AlfrescoJobExecutorThread] [AlfrescoJbpmJobExecutor:10.2.1.52:1] executed and deleted: job[5220]&lt;BR /&gt; 2012-08-03 15:58:31,563&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [AlfrescoJbpmJobExecutor:10.2.1.52:1] closing jbpmContext org.jbpm.JbpmContext@49ff30ad&lt;BR /&gt; 2012-08-03 15:58:31,563&amp;nbsp; DEBUG [jbpm.svc.Services] [AlfrescoJbpmJobExecutor:10.2.1.52:1] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@1d8268bd&lt;BR /&gt; 2012-08-03 15:58:31,563&amp;nbsp; DEBUG [jbpm.svc.Services] [AlfrescoJbpmJobExecutor:10.2.1.52:1] closing service 'tx': org.jbpm.tx.TxService@5caa5f6d&lt;BR /&gt; 2012-08-03 15:58:31,565&amp;nbsp; DEBUG [jbpm.svc.Services] [AlfrescoJbpmJobExecutor:10.2.1.52:1] closing service 'scheduler': org.jbpm.scheduler.db.DbSchedulerService@355f1ca2&lt;BR /&gt; 2012-08-03 15:58:31,678&amp;nbsp; DEBUG [job.executor.JobExecutorThread] [AlfrescoJbpmJobExecutor:10.2.1.52:1] acquiring jobs for execution…&lt;BR /&gt; 2012-08-03 15:58:31,678&amp;nbsp; DEBUG [jbpm.configuration.JbpmContextInfo] [AlfrescoJbpmJobExecutor:10.2.1.52:1] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]'&lt;BR /&gt; 2012-08-03 15:58:31,678&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [AlfrescoJbpmJobExecutor:10.2.1.52:1] creating org.jbpm.JbpmContext@4fe08d9&lt;BR /&gt; 2012-08-03 15:58:31,678&amp;nbsp; DEBUG [persistence.db.DbPersistenceServiceFactory] [AlfrescoJbpmJobExecutor:10.2.1.52:1] creating persistence service&lt;BR /&gt; 2012-08-03 15:58:31,678&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [AlfrescoJbpmJobExecutor:10.2.1.52:1] using current hibernate session&lt;BR /&gt; 2012-08-03 15:58:31,678&amp;nbsp; DEBUG [job.executor.JobExecutorThread] [AlfrescoJbpmJobExecutor:10.2.1.52:1] querying for acquirable job…&lt;BR /&gt; 2012-08-03 15:58:31,991&amp;nbsp; DEBUG [jbpm.configuration.JbpmContextInfo] [http-8081-6] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]'&lt;BR /&gt; 2012-08-03 15:58:31,991&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-6] creating org.jbpm.JbpmContext@7ddaca36&lt;BR /&gt; 2012-08-03 15:58:31,991&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-6] Attached JBPM Context to transaction 5227592b-e5f7-4d33-b449-a653db566777&lt;BR /&gt; 2012-08-03 15:58:31,991&amp;nbsp; DEBUG [persistence.db.DbPersistenceServiceFactory] [http-8081-6] creating persistence service&lt;BR /&gt; 2012-08-03 15:58:31,991&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-6] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:32,012&amp;nbsp; DEBUG [job.executor.JobExecutorThread] [AlfrescoJbpmJobExecutor:10.2.1.52:1] no acquirable jobs in job table&lt;BR /&gt; 2012-08-03 15:58:32,012&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [AlfrescoJbpmJobExecutor:10.2.1.52:1] closing jbpmContext org.jbpm.JbpmContext@4fe08d9&lt;BR /&gt; 2012-08-03 15:58:32,012&amp;nbsp; DEBUG [jbpm.svc.Services] [AlfrescoJbpmJobExecutor:10.2.1.52:1] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@1f0a6709&lt;BR /&gt; 2012-08-03 15:58:32,012&amp;nbsp; DEBUG [jbpm.svc.Services] [AlfrescoJbpmJobExecutor:10.2.1.52:1] closing service 'tx': org.jbpm.tx.TxService@63f28fca&lt;BR /&gt; 2012-08-03 15:58:32,012&amp;nbsp; DEBUG [job.executor.JobExecutorThread] [AlfrescoJbpmJobExecutor:10.2.1.52:1] obtained lock on jobs: []&lt;BR /&gt; 2012-08-03 15:58:32,014&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-6] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:58:32,032&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-6] closing jbpmContext org.jbpm.JbpmContext@7ddaca36&lt;BR /&gt; 2012-08-03 15:58:32,032&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-6] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@4d8493de&lt;BR /&gt; 2012-08-03 15:58:32,032&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-6] closing service 'tx': org.jbpm.tx.TxService@3b07fb94&lt;BR /&gt; 2012-08-03 15:58:32,032&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-6] Detached (commit) JBPM Context from transaction 5227592b-e5f7-4d33-b449-a653db566777&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;COMPLETE trace for FAILING WORKFLOW:&lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; 2012-08-03 15:59:49,449&amp;nbsp; DEBUG [jbpm.configuration.JbpmContextInfo] [http-8081-6] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]'&lt;BR /&gt; 2012-08-03 15:59:49,449&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-6] creating org.jbpm.JbpmContext@53ec452c&lt;BR /&gt; 2012-08-03 15:59:49,449&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-6] Attached JBPM Context to transaction 5bc0a306-603c-44f9-ae65-5641cacd2eab&lt;BR /&gt; 2012-08-03 15:59:49,449&amp;nbsp; DEBUG [persistence.db.DbPersistenceServiceFactory] [http-8081-6] creating persistence service&lt;BR /&gt; 2012-08-03 15:59:49,449&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-6] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:59:49,554&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-6] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:59:49,556&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-6] event 'process-start' on 'ProcessDefinition(docusignwf:basic_workflow)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:59:49,558&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'cancelled' in 'TokenVariableMap[/]' with value 'false'&lt;BR /&gt; 2012-08-03 15:59:49,560&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_package' in 'TokenVariableMap[/]' with value 'Node Type: {&lt;A href="http://www.alfresco.org/model/bpm/1.0}package" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/bpm/1.0}package&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/content/1.0}auditable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}auditable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/bpm/1.0}workflowPackage" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/bpm/1.0}workflowPackage&lt;/A&gt;]'&lt;BR /&gt; 2012-08-03 15:59:49,562&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'companyhome' in 'TokenVariableMap[/]' with value 'Node Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}folder" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/content/1.0}auditable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}auditable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/application/1.0}uifacets" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/application/1.0}uifacets&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/content/1.0}titled" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}titled&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;]'&lt;BR /&gt; 2012-08-03 15:59:49,564&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'initiator' in 'TokenVariableMap[/]' with value 'Node Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}person" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}person&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/application/1.0}configurable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/application/1.0}configurable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/content/1.0}ownable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}ownable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/content/1.0}preferences" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}preferences&lt;/A&gt;]'&lt;BR /&gt; 2012-08-03 15:59:49,564&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'initiatorhome' in 'TokenVariableMap[/]' with value 'Node Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}folder" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/content/1.0}auditable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}auditable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/application/1.0}uifacets" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/application/1.0}uifacets&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/content/1.0}titled" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}titled&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;]'&lt;BR /&gt; 2012-08-03 15:59:49,566&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'workflowinstanceid' in 'TokenVariableMap[/]' with value 'jbpm$5239'&lt;BR /&gt; 2012-08-03 15:59:49,566&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-6] event 'task-create' on 'Task(docusignwf:workflow_init)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:59:49,568&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_percentComplete' in 'TaskInstance(docusignwf:workflow_init)' with value '0'&lt;BR /&gt; 2012-08-03 15:59:49,570&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_status' in 'TaskInstance(docusignwf:workflow_init)' with value 'Not Yet Started'&lt;BR /&gt; 2012-08-03 15:59:49,570&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_sendEMailNotifications' in 'TaskInstance(docusignwf:workflow_init)' with value 'false'&lt;BR /&gt; 2012-08-03 15:59:49,570&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_reassignable' in 'TaskInstance(docusignwf:workflow_init)' with value 'true'&lt;BR /&gt; 2012-08-03 15:59:49,570&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_hiddenTransitions' in 'TaskInstance(docusignwf:workflow_init)' with value ''&lt;BR /&gt; 2012-08-03 15:59:49,570&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_workflowPriority' in 'TaskInstance(docusignwf:workflow_init)' with value '2'&lt;BR /&gt; 2012-08-03 15:59:49,570&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_packageActionGroup' in 'TaskInstance(docusignwf:workflow_init)' with value 'add_package_item_actions'&lt;BR /&gt; 2012-08-03 15:59:49,570&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_packageItemActionGroup' in 'TaskInstance(docusignwf:workflow_init)' with value 'start_package_item_actions'&lt;BR /&gt; 2012-08-03 15:59:49,572&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-6] assigning task 'docusignwf:workflow_init' to 'admin'&lt;BR /&gt; 2012-08-03 15:59:49,572&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-6] event 'task-assign' on 'Task(docusignwf:workflow_init)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:59:49,572&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] update variable 'bpm_percentComplete' in 'TaskInstance(docusignwf:workflow_init)' to value '0'&lt;BR /&gt; 2012-08-03 15:59:49,572&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] update variable 'bpm_status' in 'TaskInstance(docusignwf:workflow_init)' to value 'Not Yet Started'&lt;BR /&gt; 2012-08-03 15:59:49,572&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] update variable 'bpm_sendEMailNotifications' in 'TaskInstance(docusignwf:workflow_init)' to value 'false'&lt;BR /&gt; 2012-08-03 15:59:49,574&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_package' in 'TaskInstance(docusignwf:workflow_init)' with value 'Node Type: {&lt;A href="http://www.alfresco.org/model/bpm/1.0}package" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/bpm/1.0}package&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/content/1.0}auditable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}auditable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/bpm/1.0}workflowPackage" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/bpm/1.0}workflowPackage&lt;/A&gt;]'&lt;BR /&gt; 2012-08-03 15:59:49,574&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_workflowDescription' in 'TaskInstance(docusignwf:workflow_init)' with value ''&lt;BR /&gt; 2012-08-03 15:59:49,574&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] update variable 'bpm_workflowPriority' in 'TaskInstance(docusignwf:workflow_init)' to value '2'&lt;BR /&gt; 2012-08-03 15:59:49,574&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'docusignwf_request_signature_from' in 'TaskInstance(docusignwf:workflow_init)' with value '(snip)'&lt;BR /&gt; 2012-08-03 15:59:49,574&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_workflowDueDate' in 'TaskInstance(docusignwf:workflow_init)' with value 'null'&lt;BR /&gt; 2012-08-03 15:59:49,574&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-6] executing default save operations&lt;BR /&gt; 2012-08-03 15:59:49,574&amp;nbsp; DEBUG [svc.save.HibernateSaveOperation] [http-8081-6] saving process instance&lt;BR /&gt; 2012-08-03 15:59:49,574&amp;nbsp; DEBUG [svc.save.SaveLogsOperation] [http-8081-6] flushing logs to logging service.&lt;BR /&gt; 2012-08-03 15:59:49,597&amp;nbsp; DEBUG [svc.save.CascadeSaveOperation] [http-8081-6] cascading save of 'ProcessInstance(9a17c9cc-b4f1-47d5-b8a3-bdfdfb4aa0a0)'&lt;BR /&gt; 2012-08-03 15:59:49,609&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-6] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:59:49,697&amp;nbsp; DEBUG [persistence.db.DbPersistenceService] [http-8081-6] injecting a session disables transaction&lt;BR /&gt; 2012-08-03 15:59:49,697&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] update variable 'bpm_status' in 'TaskInstance(docusignwf:workflow_init)' to value 'Completed'&lt;BR /&gt; 2012-08-03 15:59:49,697&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_outcome' in 'TaskInstance(docusignwf:workflow_init)' with value 'setup'&lt;BR /&gt; 2012-08-03 15:59:49,697&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-6] event 'task-end' on 'Task(docusignwf:workflow_init)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:59:49,697&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-6] flushing variable 'bpm_percentComplete' from task 'docusignwf:workflow_init' to process variables&lt;BR /&gt; 2012-08-03 15:59:49,697&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_percentComplete' in 'TokenVariableMap[/]' with value '0'&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-6] flushing variable 'bpm_sendEMailNotifications' from task 'docusignwf:workflow_init' to process variables&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_sendEMailNotifications' in 'TokenVariableMap[/]' with value 'false'&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-6] flushing variable 'bpm_hiddenTransitions' from task 'docusignwf:workflow_init' to process variables&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_hiddenTransitions' in 'TokenVariableMap[/]' with value ''&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-6] flushing variable 'bpm_package' from task 'docusignwf:workflow_init' to process variables&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] update variable 'bpm_package' in 'TokenVariableMap[/]' to value 'Node Type: {&lt;A href="http://www.alfresco.org/model/bpm/1.0}package" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/bpm/1.0}package&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/content/1.0}auditable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}auditable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/bpm/1.0}workflowPackage" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/bpm/1.0}workflowPackage&lt;/A&gt;]'&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-6] flushing variable 'bpm_reassignable' from task 'docusignwf:workflow_init' to process variables&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_reassignable' in 'TokenVariableMap[/]' with value 'true'&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-6] flushing variable 'bpm_workflowDescription' from task 'docusignwf:workflow_init' to process variables&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_workflowDescription' in 'TokenVariableMap[/]' with value ''&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-6] flushing variable 'bpm_workflowDueDate' from task 'docusignwf:workflow_init' to process variables&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_workflowDueDate' in 'TokenVariableMap[/]' with value 'null'&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-6] flushing variable 'bpm_status' from task 'docusignwf:workflow_init' to process variables&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_status' in 'TokenVariableMap[/]' with value 'Completed'&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-6] flushing variable 'bpm_packageActionGroup' from task 'docusignwf:workflow_init' to process variables&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_packageActionGroup' in 'TokenVariableMap[/]' with value 'add_package_item_actions'&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-6] flushing variable 'bpm_packageItemActionGroup' from task 'docusignwf:workflow_init' to process variables&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_packageItemActionGroup' in 'TokenVariableMap[/]' with value 'start_package_item_actions'&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-6] flushing variable 'bpm_workflowPriority' from task 'docusignwf:workflow_init' to process variables&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_workflowPriority' in 'TokenVariableMap[/]' with value '2'&lt;BR /&gt; 2012-08-03 15:59:49,699&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-6] flushing variable 'bpm_outcome' from task 'docusignwf:workflow_init' to process variables&lt;BR /&gt; 2012-08-03 15:59:49,701&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'bpm_outcome' in 'TokenVariableMap[/]' with value 'setup'&lt;BR /&gt; 2012-08-03 15:59:49,701&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-6] flushing variable 'docusignwf_request_signature_from' from task 'docusignwf:workflow_init' to process variables&lt;BR /&gt; 2012-08-03 15:59:49,701&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'docusignwf_request_signature_from' in 'TokenVariableMap[/]' with value '(snip)'&lt;BR /&gt; 2012-08-03 15:59:49,701&amp;nbsp; DEBUG [taskmgmt.exe.TaskInstance] [http-8081-6] completion of task 'docusignwf:workflow_init' results in taking the default transition&lt;BR /&gt; 2012-08-03 15:59:49,701&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-6] event 'before-signal' on 'StartState(start)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:59:49,701&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-6] event 'node-leave' on 'StartState(start)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:59:49,701&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-6] event 'transition' on 'Transition(setup)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:59:49,705&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-6] executing action 'Script(6b191295)'&lt;BR /&gt; 2012-08-03 15:59:49,705&amp;nbsp; DEBUG [graph.exe.Token] [http-8081-6] token[5240] is locked by token[5240]&lt;BR /&gt; 2012-08-03 15:59:49,711&amp;nbsp; DEBUG [graph.action.Script] [http-8081-6] script input: {bpm_percentComplete=0, bpm_sendEMailNotifications=false, task=null, bpm_hiddenTransitions=, bpm_package=Node Type: {&lt;A href="http://www.alfresco.org/model/bpm/1.0}package" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/bpm/1.0}package&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/content/1.0}auditable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}auditable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/bpm/1.0}workflowPackage" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/bpm/1.0}workflowPackage&lt;/A&gt;], cancelled=false, workflowinstanceid=jbpm$5239, initiatorhome=Node Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}folder" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/content/1.0}auditable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}auditable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/application/1.0}uifacets" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/application/1.0}uifacets&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/content/1.0}titled" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}titled&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;], bpm_reassignable=true, bpm_workflowDueDate=null, bpm_workflowDescription=, node=null, bpm_status=Completed, companyhome=Node Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}folder" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}folder&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/content/1.0}auditable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}auditable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/application/1.0}uifacets" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/application/1.0}uifacets&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/content/1.0}titled" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}titled&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;], bpm_packageActionGroup=add_package_item_actions, initiator=Node Type: {&lt;A href="http://www.alfresco.org/model/content/1.0}person" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}person&lt;/A&gt;, Node Aspects: [{&lt;A href="http://www.alfresco.org/model/application/1.0}configurable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/application/1.0}configurable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/content/1.0}ownable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}ownable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}referenceable" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}referenceable&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/system/1.0}localized" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}localized&lt;/A&gt;, {&lt;A href="http://www.alfresco.org/model/content/1.0}preferences" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}preferences&lt;/A&gt;], token=Token(/), bpm_packageItemActionGroup=start_package_item_actions, bpm_outcome=setup, bpm_workflowPriority=2, executionContext=ExecutionContext[Token(/)], docusignwf_request_signature_from=(snip), taskInstance=null}&lt;BR /&gt; 2012-08-03 15:59:49,888&amp;nbsp; DEBUG [graph.action.Script] [http-8081-6] script output: {has_folders=no, waiting_folder=null, integrator_key=(snip), signer_email=(snip), signed_folder=null, uuid=6822a43c-3b59-40a4-b074-5761a257d2f9}&lt;BR /&gt; 2012-08-03 15:59:49,888&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'has_folders' in 'TokenVariableMap[/]' with value 'no'&lt;BR /&gt; 2012-08-03 15:59:49,888&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'waiting_folder' in 'TokenVariableMap[/]' with value 'null'&lt;BR /&gt; 2012-08-03 15:59:49,888&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'integrator_key' in 'TokenVariableMap[/]' with value '(snip)'&lt;BR /&gt; 2012-08-03 15:59:49,888&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'signer_email' in 'TokenVariableMap[/]' with value '(snip)'&lt;BR /&gt; 2012-08-03 15:59:49,888&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'signed_folder' in 'TokenVariableMap[/]' with value 'null'&lt;BR /&gt; 2012-08-03 15:59:49,888&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] create variable 'uuid' in 'TokenVariableMap[/]' with value '6822a43c-3b59-40a4-b074-5761a257d2f9'&lt;BR /&gt; 2012-08-03 15:59:49,892&amp;nbsp; DEBUG [jbpm.bytes.ByteBlockChopper] [http-8081-6] no need to chop 80 bytes&lt;BR /&gt; 2012-08-03 15:59:49,892&amp;nbsp; DEBUG [graph.exe.Token] [http-8081-6] token[5240] is unlocked by token[5240]&lt;BR /&gt; 2012-08-03 15:59:49,894&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-6] event 'node-enter' on 'Decision(check_folders)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:59:49,902&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-6] executing action 'Action(ece5b80)'&lt;BR /&gt; 2012-08-03 15:59:49,902&amp;nbsp; DEBUG [graph.exe.Token] [http-8081-6] token[5240] is locked by token[5240]&lt;BR /&gt; Workflow did NOT provide folders.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;And a document didn't, either (wasn't signable). So we need some folders.&lt;BR /&gt;2012-08-03 15:59:49,988&amp;nbsp; DEBUG [context.exe.VariableContainer] [http-8081-6] update variable 'has_folders' in 'TokenVariableMap[/]' to value 'no'&lt;BR /&gt; 2012-08-03 15:59:49,988&amp;nbsp; DEBUG [graph.exe.Token] [http-8081-6] token[5240] is unlocked by token[5240]&lt;BR /&gt; 2012-08-03 15:59:50,049&amp;nbsp; DEBUG [graph.node.Decision] [http-8081-6] decision didn't select transition, taking default Transition(no_folders)&lt;BR /&gt; 2012-08-03 15:59:50,049&amp;nbsp; DEBUG [graph.node.Decision] [http-8081-6] decision check_folders is taking 'Transition(no_folders)'&lt;BR /&gt; 2012-08-03 15:59:50,049&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-6] event 'node-leave' on 'Decision(check_folders)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:59:50,049&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-6] event 'transition' on 'Transition(no_folders)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:59:50,053&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-6] event 'node-enter' on 'TaskNode(need_folders)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:59:50,058&amp;nbsp; DEBUG [graph.def.GraphElement] [http-8081-6] event 'task-create' on 'Task(docusignwf:requesting_folders)' for 'Token(/)'&lt;BR /&gt; 2012-08-03 15:59:50,140&amp;nbsp; DEBUG [org.jbpm.JbpmContext] [http-8081-6] closing jbpmContext org.jbpm.JbpmContext@53ec452c&lt;BR /&gt; 2012-08-03 15:59:50,142&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-6] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@b49ca9&lt;BR /&gt; 2012-08-03 15:59:50,142&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-6] closing service 'tx': org.jbpm.tx.TxService@51991b9b&lt;BR /&gt; 2012-08-03 15:59:50,142&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-6] closing service 'logging': org.jbpm.logging.db.DbLoggingService@1ae386f7&lt;BR /&gt; 2012-08-03 15:59:50,142&amp;nbsp; DEBUG [jbpm.svc.Services] [http-8081-6] closing service 'authentication': org.jbpm.security.authentication.DefaultAuthenticationService@4fb1cfeb&lt;BR /&gt; 2012-08-03 15:59:50,142&amp;nbsp; DEBUG [alfresco.repo.workflow] [http-8081-6] Detached (rollback) JBPM Context from transaction 5bc0a306-603c-44f9-ae65-5641cacd2eab&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a four primary questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL style="list-style-type:decimal;"&gt;&lt;LI&gt;(obviously) How do I get the FAILING WORKFLOW to start working?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;How can I get more useful information about what actually happens at the point of failure?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Where should I start looking for the cause of this?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;What other information would help people answer my first question?&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2012 21:05:29 GMT</pubDate>
    <dc:creator>awbf</dc:creator>
    <dc:date>2012-08-03T21:05:29Z</dc:date>
    <item>
      <title>JBPM Workflow in Alfresco 4.0 fails silently @ task-create</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/jbpm-workflow-in-alfresco-4-0-fails-silently-task-create/m-p/273556#M226686</link>
      <description>I have an advanced JBPM workflow that I am trying to run in Alfresco 4.0.1. It runs without error in Alfresco 3.4.3 and 3.4.5.I am able to run JBPM workflows after adding system.workflow.engine.jbpm.enabled=truesystem.workflow.engine.jbpm.definitions.visible=true‍‍ to alfresco-global.properties.In A</description>
      <pubDate>Fri, 03 Aug 2012 21:05:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/jbpm-workflow-in-alfresco-4-0-fails-silently-task-create/m-p/273556#M226686</guid>
      <dc:creator>awbf</dc:creator>
      <dc:date>2012-08-03T21:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: JBPM Workflow in Alfresco 4.0 fails silently @ task-create</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/jbpm-workflow-in-alfresco-4-0-fails-silently-task-create/m-p/273557#M226687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;not being able to find the necessary cause of an error is a common problem with workflows in Alfresco. For some reason, most of the information is dropped at the interface between Alfresco and the workflow engine without being logged ("some reason" = lack of consideration from a developer?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From experience, your best option at this point is to activate the remote Java debugger of your choice and put a breakpoint in JBPMEngine.getStartWorkflowException() - then you will have access to the underlying exception. If your debugger supports executing expressions, you should try a "e.printStackTrace()" to have the information printed into the console / logs. That information may (!) then be sufficient to identify the cause or point you into a more detailed direction of investigation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2012 16:26:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/jbpm-workflow-in-alfresco-4-0-fails-silently-task-create/m-p/273557#M226687</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2012-08-11T16:26:37Z</dc:date>
    </item>
  </channel>
</rss>

