CentraSite 10.7 | CentraSite Developer's Guide | Customizing CentraSite | Customization of CentraSite Business UI | Customizing CentraSite Content Page | Computed Runtime Actions
 
Computed Runtime Actions
 
Implement Runtime Action as an Extension
Enable Runtime Action through Configuration
If you want a runtime workflow to execute a task that is not provided by a built-in runtime action, you can create a custom computed runtime action to perform the work.
The CentraSite Business UI contains a default set of actions, where each action represents a collection of predefined parameters.
Your CentraSite installation contains a sample computed action as an extension in the <CentraSiteInstall_Directory>/demos folder. You can adapt the sample computed action to suit your needs and then configure the custom action to display in the policy accordion.
*To define a customized computed action
1. Implement the custom runtime action as a GWT extension point. For procedures, see Implement Runtime Action as an Extension.
2. Configure the custom runtime action in centrasite.xml configuration file. For procedures, see Enable Runtime Action through Configuration.