09-27-2012 07:38 AM
org.alfresco.service.cmr.workflow.WorkflowException: 08270111 Failed to signal transition null from workflow path jbpm…
13:22:50,916 User:admin DEBUG [repo.jscript.RhinoScriptProcessor] Imports resolved, adding resource '_root
13:22:50,922 User:admin DEBUG [repo.jscript.RhinoScriptProcessor] Time to execute script: 2.93839ms
<?xml version="1.0" encoding="UTF-8"?>
<process-definition xmlns="urn:jbpm.org:jpdl-3.1" name="helloWorldFork">
<start-state name="start">
<transition to="fork1"></transition>
</start-state>
<fork name="fork1">
<transition to="Node C" name="to nodeC"></transition>
<transition to="Node D" name="to nodeD"></transition>
</fork>
<node name="Node C">
<transition to="join1">
<action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript">
<script>
logger.log=("Hello World! Node C");
</script>
</action>
</transition>
</node>
<node name="Node D">
<transition to="join1">
<action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript">
<script>
logger.log=("Hello World! Node D");
</script>
</action>
</transition>
</node>
<join name="join1">
<transition to="end-state1"></transition>
</join>
<end-state name="end-state1"></end-state>
</process-definition>
09-23-2014 01:02 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.