◷ Reading Time: 2 minutes
After deploying the package on the FlexRule Server, you should first ensure that it runs successfully. To execute in FlexRule Workbench, follow the below steps:
1. Once you deploy the example, you can see it as a service under Execution Server –> Services.
Click on Test Run under Actions.

2. Under Info, change the Client Secret to the App1 password that you defined during the Default Account setting in FlexRule Server Master configuration.

4. Under Inputs, enter the input JSON.
[
{
"Name": "car",
"Value": {
"Airbags": "Driver, FrontPassenger",
"ModelYear": 2007,
"Made": "Hyundai",
"Model": "IX35",
"Style": "Sedan"
}
}
]

5. Click Run to execute the service
6. Under Results, the output will be shown.

