...
Info |
---|
MuleSoft Apps are created and managed in Anypoint Studio. Any change to the app should be done in Anytime Anypoint platform and imported in Luma Automation. |
...
Navigate to Integrations and click on Create App.
On Create App page:
Add the App Name and Description.
Select MuleSoft as Integration Type.
In the App Package, browse the .zip package generated from Anytime Anypoint studio.
Select the Execution Agent to be used to deploy and execute the operation on the created Application.
Select the Default Agent.
You may also add an icon for the application. Select an image as App Icon.
Click on Create.
The new Application now starts appearing in the Connected App list.
...
Once the App is created, operations defined in Anytime Anypoint studio can be configured in Luma Automation. These operations can be added to the workflow to execute the task through the MuleSoft runtime. For each operation, we can define the input parameters required, request payload, and the response received.
...
On the Integration workspace, locate and select the new application.
Click on Create Operation.
Add the Operation Name and select the URI for the operation. The URI refers to the web service or operation to be performed in the target system. The operations configured in Anytime Anypoint studio are imported in Luma Automation and are available in the dropdown.
In the Inputs section, define the Input parameters required for the operations. These parameters are used in the operation payload.
Click on Add.
Provide the Parameter name and Data type.
Mark Required if the value is mandatory for the operation and add the Required Field Validation Message.
Add the Request Payload in the format required for the operation, Use the input parameter defined to form the payload.
In the Output section, define Response Output Parameters and extract the information from the response received from the response. You may configure parameters for as many values as needed.
Click on Add.
Provide the Parameter name, Data type, and Default Value.
Based on the response from the operation, select the Extract type
Add the Expression to refer to the value to be assigned to the parameter.
You may also define Meta Parameter to use the information received as the Response Header in the operation.
Click on Save to create the Operation.
Info |
---|
You can create the operations incrementally. To import new operations from Anytime Anypoint studio, edit the app and import the new configuration file. Ensure that the new package includes the previously imported URIs. This ensures that the existing operations do not break. |
...