org.apache.lenya.workflow
Interface Action

All Known Subinterfaces:
BooleanVariableAssignment
All Known Implementing Classes:
ActionImpl, BooleanVariableAssignmentImpl

public interface Action

Workflow action.


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

Method Detail

execute

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

Parameters:
instance - the workflow instance
Throws:
WorkflowException - if the execution failed


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