03-29-2010 09:41 PM
params.put(QName.createQName("{http://my/}publicationMethod"), publicationMethod);
WorkflowPath path = this.getWorkflowService().startWorkflow(this.selectedWorkflow, params);
<action name="action" class="my.PublishActionHandler">
<variable name="publicationMethod" access="read"/>
</action>
public void execute(ExecutionContext context) throws Exception {
String publicationMethod = (String)context.getVariable("publicationMethod");
03-29-2010 11:43 PM
<task-node name="review2">
<task name="sec:reviewTask" swimlane="reviewer2" />
<transition to="end" name="最終承認">
<script>
<expression>
publicationMethod = sec_publicationMethod;
</expression>
<variable name="publicationMethod" access="write" />
</script>
<action name="action" class="my.PublishActionHandler" />
</transition>
</task-node>
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.