The video demonstrates how eworkflow integrates and customizes the aspx page.

Source: Internet
Author: User

The video demonstrates how eworkflow integrates and customizes the aspx page.

The eworkflow custom workflow system integrates the eform to edit the process online and form online. Eform also provides online creation of business tables and maintenance of table fields. Therefore, with eworkflow + eform, you can design, create, debug, and run business processes and business modules online. During the development process of the entire business process, you can view the results while designing without compiling. We can use it after debugging and running is complete, which makes it easy for developers and even terminal users.

 

The eworkflow workflow system can also directly integrate pages such as aspx and jsp.

The eworkflow flow engine encapsulates several major api functions.

 

Api for starting a process: wf. initialize (wfname, wfversion, initActionid, inputs), input the specified process name, version, initialization action id, and return the id of the started process instance.

Api for flow: wf. doAction (wfid, actionid, inputs) parameter process instance id, the id of the currently executed action, and the variable inputs used in the process context.

 

There are also some APIs for obtaining the current to-do task, so the api is mainly encapsulated in the workflow interface.

 

The reference example is in the ebsys \ workflow \ aspx_dj directory,

 

Main implementation process:

Obtain the userid string userid = (System. String) session ["userid"] from the Session.

Obtain the Environment class instance Environment env = new Environment (Session );

Obtain the workflow engine class instance Workflow wf = new BasicWorkflow (userid, env );

Initialize the execution process: wf. initialize (wfname, wfversion, initActionid, inputs)

Flow of execution process: wf. doAction (wfid, actionid, inputs)

 

Demo download: http://pan.baidu.com/s/1qWqHzYW

 


How can I change the title of the background management page? I got a management system and opened the loginaspx background login page with DW.

Oh, this is very simple. You should use the source code of the dual-language website.
You must have directly configured the background. If not, you can find the database and directly modify the corresponding content of the database.
He is the company. comm. utiis. systemtop (language) called)
That is to say, the Chinese site calls the Chinese site in the background.

By the way, you can directly change the <% = company. comm. utiis. systemtop (language) %> code to the text you want to display without affecting the code running.

Easy! Flow™It is a process-oriented, multi-in-One solution customized for your project development team. It seamlessly integrates configuration management,

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.