Legacy Dev Forum Posts

 View Only

Sign Up

Import/Publish CallFlow from API

  • 1.  Import/Publish CallFlow from API

    Posted 06-05-2025 18:11

    stefano.pucci | 2017-01-26 11:59:59 UTC | #1

    Hi all,

    do you have idea if is possible to Import/Publish Call Flow in Architect from API automatically? Could you please check and let me know? Thanks Stefano


    tim.smith | 2017-01-26 15:57:04 UTC | #2

    The Architect APIs are planned to be released under CA-3323, but the work is not prioritized at this time. If you can provide your use case, I can pass it along to assist with prioritization.


    stefano.pucci | 2017-01-26 16:24:22 UTC | #3

    Hi Tim,

    thank you for the answer. I'd like to reproduce this scenario :

    1.I create new version of my flowA 2.I expect to release it on Production environment at 8am in the morning

    1. I create a batch that starts at 7.50am that publish the flow through API
    2. The new inbound call flow is working properly in PROD environment

    Do you need any other details? Also, is it possible to to that through SVN server for versioning ? Is it possible to do a DIFF between versions? Thanks a lot Stefano


    tim.smith | 2017-01-26 16:39:39 UTC | #4

    Thanks for the information! That's enough to get the picture of what you're trying to accomplish.

    All of the below answers are subject to change once the project has been prioritized, so take it for what it's worth.

    Also, is it possible to to that through SVN server for versioning?

    Architect flows have versioning built in, so an external SCM shouldn't be necessary. However, if there is an export function in the API, I would expect that you could save it to disk and check it into a SVN server.

    Is it possible to do a DIFF between versions?

    This is pure speculation, but I would expect the export of a flow to be represented as a JSON object. If that's the case, there are lots of JSON diffing tools out there. It's been awhile since I've used subversion, but I know many SCM tools have diffing tools built into them.


    system | 2017-08-28 19:31:29 UTC | #5


    This post was migrated from the old Developer Forum.

    ref: 847