I have a Process model question

Certified Associate Developer

We have a Process Model with a User Interface step. In the step there is a related action that launches off another Process model. Is there a way for this newly launched process model to notify the main process model when it is done?

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to JayaPrakash Ravipati

    Either Try To Do Conditional Data Parameter pass Using If Else Conditions using write Record Smart Functions. No Need to Go To Process Model Smart Services as they also have on success Parameter .

    Or Try to Do All on interface and Make A start Process and Try to Capture the Resultant Using  fv!processInfo.pv  in Your Save into parameter and Once you Get it In Local Variable Process Based On THe Data as this Will Be the Latest Data .

    Else if You Go using Any Other Approach data will not be latest as the Process(screen) need to Be refreshed for Latest Data in your variables.

    Try Start Process using Conditional UI and Get data using fv!processInfo.pv and Play with it .