Class IncludeWorkflowAction

    • Constructor Detail

      • IncludeWorkflowAction

        public IncludeWorkflowAction​(String p_strGuid)
    • Method Detail

      • getIncludedWorkflowGuids

        public List<String> getIncludedWorkflowGuids()
      • setIncludedWorkflowGuids

        public void setIncludedWorkflowGuids​(List<String> p_guids)
      • process

        public WorkflowTransition process​(IWorkflowEvent p_evt,
                                          de.uplanet.lucy.server.workflow.IWorkflowProcessingContext p_wfCtx,
                                          de.uplanet.lucy.server.IProcessingContext p_ctx)
                                   throws WorkflowException
        Description copied from interface: IWorkflowAction
        Process a workflow event in the given context.

        Normally, a workflow action should return its efferent transition, regardless whether it is active, or not.

        Parameters:
        p_evt - The event to be processed.
        p_wfCtx - The workflow processing context.
        p_ctx - The processing context.
        Returns:
        The efferent transition, or null.
        Throws:
        WorkflowException