Primary tabs

    Advanced search

    Loop a task or a call activity

    Looping allows the process to execute a task or a call activity (subprocess) repeatedly, either until a condition (defined as an expression) has been met, or until a specified number of loops has completed. The loop has either a pre-test or post-test condition associated with it.
    This is evaluated either at the beginning or at end of the loop to determine whether it should continue.