Implementing a Custom Action
To implement a working custom action, two classes must be implemented:
- com.tibco.governance.agent.action.Action
- com.tibco.governance.agent.action.ActionConfigurationProcessor
The com.tibco.governance.agent.action.Action class instance is created and initialized by the configuration processor when an action is first deployed and started. It also accepts an action context parameter by an execute method. This execute method is called each time the policy is invoked. This method may implement the complete execution logic.
To create a custom action, create a new Java-plugin project first.
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.