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 Mike Schmitt

    Thx a lot Mike.

    IN this case , imagine that you have a lot of subprocesses , and each request you have to process has to go to different subprocess, even depending of the results from previous subprocess executed in the same request and process instance (and can contain user interfaces)

    It's like you need to have a dynamic programing of the request you are processing, and that makes almost impossible to implement all the different flows that can be executed.

    If you can control via aBRMS or a decision table which one will be the next subprocess to execute, having in mind the actual context, and you have the pmid, the problem would be solved.

Children