org.activiti
Interface Execution

All Known Subinterfaces:
ObjectProcessInstance, ProcessInstance

public interface Execution

represent a 'path of execution' in a process instance. Note that a ProcessInstance also is an execution.

Author:
Joram Barrez

Method Summary
 java.lang.String getId()
          the unique identifier of the process instance.
 boolean isEnded()
          indicates if the process instance is ended.
 

Method Detail

getId

java.lang.String getId()
the unique identifier of the process instance.


isEnded

boolean isEnded()
indicates if the process instance is ended.

Returns:


Copyright © 2010 Alfresco. All Rights Reserved.