Class NoopWorkflowAction

java.lang.Object
de.uplanet.lucy.server.workflow.action.AbstractWorkflowAction
de.uplanet.lucy.server.workflow.action.NoopWorkflowAction
All Implemented Interfaces:
IActivatableWorkflowObject, INamedWorkflowObject, INeedWorkflow, IWorkflowAction, IWorkflowObject, Serializable

public final class NoopWorkflowAction extends AbstractWorkflowAction
An action that does nothing.
See Also:
  • Constructor Details

    • NoopWorkflowAction

      public NoopWorkflowAction(String p_strGuid)
  • Method Details

    • process

      public WorkflowTransition process(IWorkflowEvent p_evt, de.uplanet.lucy.server.workflow.IWorkflowProcessingContext p_wfCtx, de.uplanet.lucy.server.IProcessingContext p_ctx) throws Exception
      This method always returns the efferent transition
      Parameters:
      p_evt - The event to be processed.
      p_wfCtx - The workflow processing context.
      p_ctx - The processing context.
      Returns:
      A always the efferent transition.
      Throws:
      InterruptedException - If processing of this action has been interrupted.
      Exception - If an error occurred.