Call subprocess with pmid (sync)

Certified Lead Developer

Is there a way (or will be) to run a subprocess synchronously, containing a user task , passing pmid as a parameter?

We would like to be able to execute a subprocess call in that way, passing the pmid as a parameter to control the flow of the process from, for example a Decision table.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to David J (NTT DATA)
    do you know if it can be implemented via Appian API

    An API call can already be used to launch a process, but it still wouldn't be synchronous.

    If your use case absolutely requires the synchronous flow, the only thing I can think to suggest is that you can just call a handler subprocess that branches to the different possible child processes (synchronously).  If you didn't require synchronous (chained) process flow then it would be even easier, since you could just use the Start Process Node.

Children
No Data