The TaskInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
Action |
Gets or sets the action.
| |
Actor |
Gets or sets the actor.
| |
ActorType |
Gets or sets the actor type.
| |
Arguments |
The arguments for the info message.
| |
DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.) | |
DisplayOrder |
Gets or sets the display order.
| |
DueDate |
Gets or sets the deadline.
| |
Enabled |
Activity is enabled if true.
| |
Error |
Gets or sets the error type.
| |
Id | Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.) | |
Identity |
Gets or sets the identity.
| |
Info |
An info mesage.
| |
Schedule |
The User Task schedule status.
| |
Show |
True if the entry is shown in the user task history log.
| |
State |
Gets or sets the task state
|
See Also