Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ActionNotFoundException

OptimaJet.Workflow.Core.Fault.ActionNotFoundException

Represents an exception raised when a workflow activity references an action that is not found in its scheme definition.

public class ActionNotFoundException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public ActionNotFoundException(string actionName, string activityName, string schemeCode) #
Initializes a new instance of the ActionNotFoundException class.

Parameters

Name
Type
Description
actionName
String
The action name that was not found.
activityName
String
The workflow activity name where the action was expected.
schemeCode
String
The code of the workflow scheme that contains the activity.