Customize existing controller commands
A controller command encapsulates the business logic for a business process. Individual units of work within the business process may be performed by task commands. As such, there are several ways in which a controller command can be customized, some of which involve customizing task commands.
- Adding new business logic to a controller command
- Replacing task commands called by a controller command
- Replacing the view called by a controller command
Related concepts
Long-running controller commands
Controller command programming model
Related tasks
Adding new business logic to a controller command
Replacing task commands called by a controller command
Replacing the view called by a controller command