Artikel: AN0001758Aktualisiert:
Die vorgegebene Sprachenversion vom Artikeltext wird angezeigt, weil es kein Text von der ausgewählten Sprache und Version gibt.
Object with information about workflow task.
Object properties
| Name |
Description |
| int WorkFlowSeqId |
Id of the workflow, to which the task belongs to. |
| string WorkflowSeqName |
Name of the workflow, to which the task belongs to. |
| int WorkflowSeqVersionNumber |
Version number of the workflow, to which the task belongs to. |
| string WorkFlowSeqTaskCategory |
Category, to which the task belongs to. |
| int WorkFlowSeqRunId |
Id of the workflow instance. |
| int WorkFlowSeqActivityId |
Id of the activity, that created the workflow. |
| string ActivityCode |
Code of the activity, that created the workflow. |
| string ActivityName |
Name of the activity, that created the workflow. |
| DateTime TaskCreated |
Date of the task creation. |
| DateTime? TaskDeadline |
Date of the planned task completion. |
| int TaskDone |
Percentage of the task completion (0-100) |
| PersonInfo TaskAssignTo |
User, to whom the task is assigned. |
| int DataRowId |
Id of the record in the class with tasks. |
| int DataRowParentId |
Id of the class with tasks. |
| bool IsFinished |
Indication if the task is already completed. |
| DateTime? FinishedDate |
Date of the task completion. |
| int ModelId |
Id of the model, in which the workflow is defined. |