Coder Social home page Coder Social logo

Comments (7)

daisukenishino avatar daisukenishino commented on May 26, 2024

Related work

Please modify the tutorial according to this and develop test code.

I have one concern about ForcedTermination method. Can distinguish from terminated normally or abnormally by using the state of the DB? At the moment, I believe that can be confirmed by checking the ActionType column of T_CurrentWorkflow table.

from opentouryo.

daisukenishino avatar daisukenishino commented on May 26, 2024

Value of actiontype in the case of Abnormal end.

Be as follows.
Divert the ActionType Column.

  • If abnormally terminated, "ABEnd" is set. (Added specification)
  • If successful completion, "End" is set. (Current specification.)

Abnormal end - Wikipedia, the free encyclopedia
http://en.wikipedia.org/wiki/Abnormal_end

from opentouryo.

daisukenishino avatar daisukenishino commented on May 26, 2024

Today's meeting minutes (1)

  • GetTurnBackToFromUserHistory method
    This method is only to get the user ID of the slip issuance person from history.
  • I will describe the specification of want methods below.
    • This method is named TurnbackSlipIssuanceUserID method
    • The return value is not "UserID".
    • Performs the actual "turn back" process.
    • Update the T_CurrentWorkflow table.
    • This method does not use the RequestWfApproval method internally.
    • This method updates the T_CurrentWorkflow table itself.
    • It is OK to use the private GetSlipIssuanceUserID method in the interior of the TurnbackSlipIssuanceUserID method.
    • In btnTurnbackIntoFirst_Click event, Call the only This method. Processing is completed by calling this one method.

Note:

Workflow definition of turn back to slip issuance person is not defined in M_Workflow table. Therefore, it is not possible to get the Workflow definition from Datatable of this.dataGridView1.DataSource.

from opentouryo.

daisukenishino avatar daisukenishino commented on May 26, 2024

Today's meeting minutes (2)

About Workflow_Tool's UserInterface

  • Text box that the user does not change on the tab it is to be changed to readonly.
  • Text box that the user does not use on the tab it is to be changed to invisible.

from opentouryo.

kishoreandukuri avatar kishoreandukuri commented on May 26, 2024

Do we need to update table 'T_WorkflowHistory' also in TurnbackSlipIssuanceUserID method?
Please let us know.

from opentouryo.

daisukenishino avatar daisukenishino commented on May 26, 2024

Yes, TurnbackSlipIssuanceUserID method will need to update the T_WorkflowHistory table.

from opentouryo.

daisukenishino avatar daisukenishino commented on May 26, 2024

Proposal of additional specifications.

  • Freely select ToUser from screen.
    Add argument that specifies ToUser to the method below.
    • StartWorkflow method.
    • RequestWfApproval method( ToUser argument already exists. ).

I think that there is a need to add the following specifications to the above specifications.

  • Conditions that can be freely set ToUser is limited when ToUser the Workflow definition is DBNull.
  • However, if you want to process the TurnBack and Reply in RequestWfApproval method is the exception to the above rule.

from opentouryo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.