What would be the Best Practice to promote Appian webservice to higher environment?

Certified Associate Developer

We have a process model which is exposed as a webservice. This is consumed by a SAIL rule. Now, what should be the Best Practice to package the service and promote to a higher environment?

  Discussion posts and replies are publicly visible

Parents
  • One thing i would like to suggest if the same Service is used in the SAIL rule.You can write an Expression rule to derive the endpoints in each environment. Parametrise the environemnt url part using constants, and use them in the rule as they would differ for each environement, after deploying you can update the constant to hold the current Environrment value.
Reply
  • One thing i would like to suggest if the same Service is used in the SAIL rule.You can write an Expression rule to derive the endpoints in each environment. Parametrise the environemnt url part using constants, and use them in the rule as they would differ for each environement, after deploying you can update the constant to hold the current Environrment value.
Children