The following tables list the members exposed by IMMPxTask2.
            
            
            Public Properties
|   | Name | Description | 
  | Dictionary | Accesses the task dictionary (as IDictionary). Subtasks assigned to the task all have access to data stored in the task dictionary.   | 
  | Transition | Returns the transition associated with a Process Framework task (as IMMPxTransition). This is set up using the Process Framework Administration tool.   | 
Top 
            
            
            Public Methods
|   | Name | Description | 
  | ExecuteTransition | This method performs a transition form one state to another. Returns a boolean indicating if it was successful.   | 
  | RollbackTransition | This method undoes the transition from one state to another. Returns a boolean indicating if it was successful.   | 
Top 
            
            
            
            
            
            
            See Also