Fitnesse for Appian - Wait for an element to show up

Hi All,

 We are using Fitnesse for Appian as our automation tool and I need to wait for a status change on the Appaian UI.

For example I submit a process and have to check for status changes from In Progress - > Pending -> completed.

How can this be achieved?

Thanks in advance!

  Discussion posts and replies are publicly visible

  • Hi bhavaknik0003, 
    with the limit information you provided, my first thought was something like:

    a!Localvariables(
        local!myVariable: a!refreshVariable(
            value: rule!EXA_loadTheValue,
            refreshInterval: 1
        )
    )
    
    /*refreshInterval: (Number (Decimal)) How often the variable value gets refreshed in minutes. 
    When null, the variable will not be refreshed on an interval. 
    Because the variable is periodically refreshed, you cannot update its value by saving into it. 
    Valid values: 0.5, 1, 2, 3, 4, 5, 10, 30, 60.*/