Packaging the Action for ActiveMatrix
To deploy the action on ActiveMatrix, it must be wrapped as an ActiveMatrix component. A DAA is generated from the ActiveMatrix composite; which is then deployed on ActiveMatrix.
For an ActiveMatrix composite to identify that it is an ActiveMatrix extension:
- Open the composite file using a Text Editor.
- Add the following tag: scaext: extension to the composite file.
<scaext:extension xmi:id="uniqueId" name="amx component name" requiredVersion="1.0.0" extensionPoint="com.tibco.governance.agent.amxcomponent.extensionpoint.actionconfigurationprocessor"/>
- Modify sca:composite to include xmlns:scaext="http://xsd.tns.tibco.com/amf/models/sca/extensions".
If the scaeext:extension tag is specified, the ActiveMatrix component only creates an instance of the Action Configuration Processor when deployed (if it does not already exist).
For creating an ActiveMatrix composite wrapper, see Creating an ActiveMatrix Composite Wrapper for a Custom Action.
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.