org.activiti.engine.delegate
接口 JavaDelegate

所有已知实现类:
NoOpServiceTask

public interface JavaDelegate

Convience class that should be used when a Java delegation in a BPMN 2.0 process is required (for example, to call custom business logic). This class can be used for both service tasks and event listeners. This class does not allow to influence the control flow. It follows the default BPMN 2.0 behavior of taking every outgoing sequence flow (which has a condition that evaluates to true if there is a condition defined) If you are in need of influencing the flow in your process, use the class 'org.activiti.engine.impl.pvm.delegate.ActivityBehavior' instead.

作者:
Joram Barrez

方法摘要
 void execute(DelegateExecution execution)
           
 

方法详细信息

execute

void execute(DelegateExecution execution)
             throws Exception
抛出:
Exception


Copyright © 2013 Alfresco. All rights reserved.