org.apache.lenya.workflow
Interface Action

All Known Subinterfaces:
BooleanVariableAssignment

public interface Action

Workflow action.


Method Summary
 void execute(Version resultingVersion)
          Executes this action for a given workflow instance.
 

Method Detail

execute

void execute(Version resultingVersion)
             throws WorkflowException
Executes this action for a given workflow instance.

Parameters:
resultingVersion - The resulting version.
Throws:
WorkflowException - if the execution failed


Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.