02-03-2010 05:13 AM
<?xml version="1.0" encoding="UTF-8"?>
<process-definition xmlns="urn:jbpm.org:jpdl-3.1" name="wf:hello">
<start-state name="start">
<transition name="test" to="hello" />
</start-state>
<node name="hello">
<transition name="world" to="end1">
<action class="org.alresco.repo.workflow.jbpm.AlfrescoJavaScript">
<script>
logger.log("Hello World!");
</script>
</action>
</transition>
</node>
<end-state name="end1"></end-state>
</process-definition>
org.alfresco.service.cmr.workflow.WorkflowException: 01030011 Failed to signal transition 'null' from workflow path 'jbpm$7-@'
02-03-2010 05:29 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.