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 9240581
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:12:48+00:00 2026-06-18T08:12:48+00:00

I am working on a system, where user changes data and submit for changes.

  • 0

I am working on a system, where user changes data and submit for changes. Now we are thinking to introduce work flow, means going to introduce approval process for the data submission. somebody is going to approve the data. until the data modification is not approved, it shouldn’t be saved in the database.

  1. Does anybody had idea about workflows in web applications?
  2. Our application involves editing in multiple tables, how we are going to store the data while approval process is in.

Thanks,
-Naren

  • 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. Editorial Team
    Editorial Team
    2026-06-18T08:12:49+00:00Added an answer on June 18, 2026 at 8:12 am

    There are a number of options but most will revolve around storing the data in an temporary state (database tables, XML documents, JSON data structure, etc.) and then persist once the workflow has reached conclusion. There are many complications that can arise from this such as; poisoned transactions, out of sequence processing, timeouts in the workflow process and changes to workflow while processing just to name a few. I suspect that you will want to use some form of orchestration process (BizTalk, ESB, NServiceBus, Windows Workflow, etc.).

    If you are wanting to manage the workflow by hand.

    Live table

    [dbo].[MyTable] (
        -- columns here
    )
    

    Processing table. Once the workflow process is complete you would copy the data from the processing table to the live table.

    [dbo].[MyTableInProcess] (
        -- identical columns as MyTable
        , [State]
        , [ApprovingUser]
        , [DateProcessCommenced]
    )
    

    Note that this implementation is extremely crude and needs a lot of work to be considered production ready, but will hopefully get you on the right path.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a system that has been hashing user passwords with MD5
I'm working on a system that relies in $_SERVER['REMOTE_ADDR'] to get the user address
I am working on a system for reserving seats. A user inputs how many
I am working on a user-role / permission system in PHP for a script.
Im working on a pay-role system, and once the user refreshes the browser i
I have a jquery/php voting system I'm working on. Once a user clicks a
I am working on a system whereby a user is given a choice of
I am working on login/signup module(FYI no rolls/membership just a simple login form),data flow
I'm working on an online user database backup / sync system for a popular
I am working on a typical data entry system in Silverlight. Most of my

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.