IDocflowTask Interface

Base abstract interface for docflow tasks definition.

Namespace: Xafari.Docflow.Model
Assembly: Xafari.Docflow (in Xafari.Docflow.dll)

  • c#
  • VB

[ModelPersistentName("Task")] [ModelDisplayName("Task")] [Description("Abstract task")] [ImageName("Model_Task")] public interface IDocflowTask : IDocflowTasksGroupMember

<ModelPersistentName("Task")> _
<ModelDisplayName("Task")> _
<Description("Abstract task")> _
<ImageName("Model_Task")> _
Public Interface IDocflowTask
  Inherits IDocflowTasksGroupMember
End Interface

Name Description
msdn2017/pubproperty Actions Actions collection for current task.
msdn2017/pubproperty ActionsEntry Additional entry actions that should be executed when document takes current stage. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty ActionsExit Additional exit actions that should be executed when document lives current stage. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty AllowCreateTasks Gets a value indicating if task can create other tasks.
msdn2017/pubproperty AllowEditDocument Gets a value indicating if task can edit document data.
msdn2017/pubproperty AllowReadDocument Gets a value indicating if task can read document data.
msdn2017/pubproperty AvailableSignals All signals for current document. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty AvailableSteps All available next steps for current task. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty Caption Task caption.
msdn2017/pubproperty Deadline Allow to get date when task should be finished. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty Description Tasks group memver description. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty Document Link to document.
msdn2017/pubproperty Executor Tasks group member executor. Take effect only in tasks. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty ExecutorType Tasks group member executor type. Take effect only in tasks. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty Executors Get all participants of current executor type from model. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty ExpectedStart Expected date for starting task execution. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty FailureCriterias Task rules that allow to validate document state.
msdn2017/pubproperty Id Task caption.
msdn2017/pubproperty IsClonable Gets a value indicating if task can be cloned.
msdn2017/pubproperty IsRequired Gets a value indicating if task should be executed.
msdn2017/pubproperty IsTemplate Gets a value indicating if current tasks group member is template. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty LocalProperties Links to document properties. For properties that should contains specific values for specific tasks or tasks groups. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty NotificationDate Date when it is necessary to remind the users about task. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty ParametersMapping Set signal parameters mapping fo deadline signal. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty Stage Task stage name.
msdn2017/pubproperty Switch Available variants for next task. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty TaskExecutionCriteria Gets expression that indicates if current task shiould be executed or canceled. (inherited from IDocflowTasksGroupMember).
msdn2017/pubproperty ViewProperties Task links to document properties. For autoforms.
Top

Windows Phone 8.1, Windows Phone 8, Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1