Action | Executes an action on the task |
GetActions | Gets the enumeration of TaskAction object which represents the actions that can be performed on actions of this type |
GetEditDefinition | Gets the content definition to edit, if null then no editing is performed. Returns the name of the action to display to the user, and the instance to edit |
GetState | Gets the state of this WorkflowTaskType, which is stored and later given to Init |
Init | Init the task type, when retrieved from storage with the string saved from GetState. |
Save | Saves the edited content. GetEditDefinition |