01-24-2007 10:33 AM
01-24-2007 11:21 AM
<task-node name="a">
<task name="a" swimlane="assignee" />
<transition name="approve" to="approved">
<action class="my.JavaClass"/>
</transition>
</task-node>
class my.JavaClass implements ActionHandler
{
public execute( ExecutionContext executionContext )
{
…
}
}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.