The following tables list the members exposed by IMMPxSubtask.
Public Properties
| Name | Description |
 | Name | A name for the subtask. This is how the subtask appears in the Available Subtasks window in the Process Framework Administration Tool. |
Top
Public Methods
| Name | Description |
 | Enabled | Returns true if the subtask's preconditions are satisfied. |
 | Execute | Performs the actions of the subtasks. |
 | Initialize | Receives a reference to the PxApplication. |
 | Rollback | Allows a subtask to recover from failure. If a subtask fails, the Rollback method is called on all subtasks that were previously executed within the task. Rollback is NOT called on the failed subtask. It is the failed subtask's responsibility to recover from its own failure and handle its errors. |
Top
See Also