Skip to main content
January 26, 2022
Question

MILESTONE COMPONENT FLOW STEPS PROBLEM

  • January 26, 2022
  • 5 replies
  • 0 views

I'm doing an interface with Milestone component for 7 steps ,the flow continues  until 4th step when i click on "next"  BUTTON .But from fifth step it was not cotinues its flow. (Please NOTE: INTERFACE doesn't throwing any error)

    5 replies

    gopalk2865
    Participating Frequently
    January 26, 2022

    Hi , Are you able to see incremented values in your local variable? Can you check after clicking next whether your local variable is getting updated or not.

    richardm900458
    January 26, 2022

    Hi Anjaneyulu,
    there are a lot of information missing to support you properly.
    Are all steps in the same form? 

    Is every step in a new form?
    Can you insert your code, you are using?

    January 26, 2022

    yes, every step is in new form.

    sorry, i cant  insert code here 

    stewart.burchell
    January 26, 2022

    My best guess (given the limited information we have) is that there is something not being mapped/set correctly between the 4th and 5th Step. You say it works ok until that point (so you must have a working pattern in place) but then stops working...so there must be some difference at that point. The most likely candidate (since you say every step is a new form) is mapping of the data from the UI to the process and back again (assuming you're using a process to chain the forms together) OR how a variable is saved if you're using showWhen rules for your forms that all existing in a single UI

    harshas2775
    Brainy
    January 27, 2022

    There is a lot of background information missing. Are the steps configured as separate UI tasks in the process model? If yes, then checking the activity chaining can be a resolution. 
    If you have created wizard within UI then it would be better if you can provide lines of code so that we can help debug.