Class DefaultWorkflowLifecycleStrategy

java.lang.Object
com.adaptris.core.DefaultWorkflowLifecycleStrategy
All Implemented Interfaces:
WorkflowLifecycleStrategy
Direct Known Subclasses:
WorkflowRetryAndContinue

public class DefaultWorkflowLifecycleStrategy extends Object implements WorkflowLifecycleStrategy
Default strategy for starting workflows.

This strategy is functionally equivalent to the way in which workflow operations were originally handled. If a workflow fails to start then an exception is thrown back to the parent channel.

In the adapter configuration file this class is aliased as default-workflow-lifecycle-strategy which is the preferred alternative to the fully qualified classname when building your configuration.