Uses of Class
de.uplanet.lucy.server.workflow.WorkflowException
Packages that use WorkflowException
Package
Description
-
Uses of WorkflowException in de.uplanet.lucy.server.broker.workflow.action
Methods in de.uplanet.lucy.server.broker.workflow.action that throw WorkflowExceptionModifier and TypeMethodDescriptionIxBrokerWorkflowAction.process
(IWorkflowEvent p_evt, de.uplanet.lucy.server.workflow.IWorkflowProcessingContext p_wfCtx, de.uplanet.lucy.server.IProcessingContext p_ctx) -
Uses of WorkflowException in de.uplanet.lucy.server.jms.workflow.action
Methods in de.uplanet.lucy.server.jms.workflow.action that throw WorkflowExceptionModifier and TypeMethodDescriptionAbstractJMSMessageProducerWorkflowAction.process
(IWorkflowEvent p_evt, de.uplanet.lucy.server.workflow.IWorkflowProcessingContext p_wfCtx, de.uplanet.lucy.server.IProcessingContext p_ctx) -
Uses of WorkflowException in de.uplanet.lucy.server.mqtt.workflow.action
Methods in de.uplanet.lucy.server.mqtt.workflow.action that throw WorkflowExceptionModifier and TypeMethodDescriptionMQTTMessageProducerWorkflowAction.process
(IWorkflowEvent p_evt, de.uplanet.lucy.server.workflow.IWorkflowProcessingContext p_wfCtx, de.uplanet.lucy.server.IProcessingContext p_ctx) -
Uses of WorkflowException in de.uplanet.lucy.server.workflow
Subclasses of WorkflowException in de.uplanet.lucy.server.workflowModifier and TypeClassDescriptionfinal class
class
final class
class
This exception is thrown when a workflow with an invalid structure is being encountered.final class
This exception is thrown when a workflow requires a transaction but none is currently running.final class
class
class
class
-
Uses of WorkflowException in de.uplanet.lucy.server.workflow.action
Methods in de.uplanet.lucy.server.workflow.action that throw WorkflowExceptionModifier and TypeMethodDescriptionIncludeWorkflowAction.process
(IWorkflowEvent p_evt, de.uplanet.lucy.server.workflow.IWorkflowProcessingContext p_wfCtx, de.uplanet.lucy.server.IProcessingContext p_ctx) JdbcExecuteUpdateWorkflowAction.process
(IWorkflowEvent p_evt, de.uplanet.lucy.server.workflow.IWorkflowProcessingContext p_wfCtx, de.uplanet.lucy.server.IProcessingContext p_ctx) StartSchedulerJobWorkflowAction.process
(IWorkflowEvent p_evt, de.uplanet.lucy.server.workflow.IWorkflowProcessingContext p_wfCtx, de.uplanet.lucy.server.IProcessingContext p_ctx)