Skip to main content
nikhileshk0001
November 3, 2022
Question

XSD file update after approval flow

  • November 3, 2022
  • 1 reply
  • 0 views

I have a requirement like this

   I will have a base version of XSD file available in the system and when ever i have a update to this file required , I need to mention the Change and send it for approval, ones the required approval is secured, the approved lines of code should be embeded in the base file "location defined" and consider the new version is published.

   Help me if this requirement is feasible to achieve in appian , If yes what is the complexity or is their any quick way?

1 reply

stefanhelzle0001
Brainy
November 3, 2022

Does that XSD file relate to a CDT? I do not know of a way to manage CDT-related XSD files in an Appian process. But why not put these into a GIT repo and do that approval and merging in a combination with Jira/DevOps?