com.bareflow
Interface ITask


public interface ITask

An interface for task components.


Method Summary
 void run(IRuntimeContext ctx)
          Runs task in the runtime context ctx
 

Method Detail

run

void run(IRuntimeContext ctx)
         throws BareflowException
Runs task in the runtime context ctx

Parameters:
ctx - runtime context to run task in
Throws:
BareflowException - if task fails during run