Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 177937
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T14:08:36+00:00 2026-05-11T14:08:36+00:00

I have a complex application with many pages. Each page can have many possible

  • 0

I have a complex application with many pages.

Each page can have many possible routes to other pages: ‘A’ can go to ‘B’ or ‘C’, ‘B’ can go to ‘A’ but not ‘C’. etc.

Rather than embed this ‘where to go to next’ logic in each page (horror!) I of course want to encapsulate it in a main point of control. ‘A’ doesn’t need to know about ‘B’ or ‘C’.

Even better, I’d like to reduce the problem to a matter of configuration.

This isn’t a language/framework specific question — it’s a matter of how best (simple, pragmatic) to represent and interpret Workflow logic.

Has anyone had experience representing a complex flow between points in an application as a configurable setting?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T14:08:37+00:00Added an answer on May 11, 2026 at 2:08 pm

    What you describe is a pretty classic Finite State Machine. You have States (Pages), Navigation (Transitions), but also you can have things like entry/exit actions and transition conditions.

    With that said, it’s worth thinking about your navigation, do you simply want a list of navigation options dynamically added to the page, or is there some extra smarts involved. Think of when the navigation is valid, what information is required for the navigation, the data you might want to bring with you to the next navigation etc.

    I’ve created state maps before by simply using XML, eg:

    <states>   <state name='Open'>     <transition action='Close' state='Closed' />   </state>   <state name='Closed'>     <transition action='Open' state='Open' />     <transition action='Lock' state='Locked' />   </state>   <state name='Locked'>     <transition action='Unlock' state='Closed' />   </state> </states> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a rather large and complex application written in Java which is running
I have a complex application that consists of an Application , containing many modules
In my java application I have many threads, but there are several most important
I have complex GUI application written in Python and wxPython. I want it to
I have a moderately complex application using POJOs, and now come to migrated it
I have a complex input form within a PHP based web application. To structure
I have a MVVM application that contains multiple views with some complex IsReadOnly rules
I have to modify a WPF application written in C# that displays a complex
In an ASP.NET application, I have a small number of fairly complex, frequently used
I have what I think is a rather complex problem. I have a C#

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.