The Study and Implementation of the Generator and Execution Platform for Dynamically Composed Processes

碩士 === 大葉大學 === 資訊工程學系碩士班 === 105 === Workflow refers to the automatic processing of documentation, messages or tasks in accordance with the rules set by the user in advance, and is a technique commonly used in many fields today. Currently the workflow technique faces challenges such as difficulties...

Full description

Bibliographic Details
Main Authors: YOU-LIN, WU, 吳侑霖
Other Authors: Andy S. Chiou
Format: Others
Language:zh-TW
Published: 2017
Online Access:http://ndltd.ncl.edu.tw/handle/cez333
Description
Summary:碩士 === 大葉大學 === 資訊工程學系碩士班 === 105 === Workflow refers to the automatic processing of documentation, messages or tasks in accordance with the rules set by the user in advance, and is a technique commonly used in many fields today. Currently the workflow technique faces challenges such as difficulties in the operation and reading of the scheduling interface as well as in the expansion of workflow items, and these problems affect the efficiency of the user and the development of the workflow system. Therefore, how to quickly and conveniently establish a workflow is a question worth discussing. In this paper, we designed a workflow plan generator with a graphical interface, which allows the user to intuitively establish and operate the scheduling work, so that the user can quickly build and understand the workflow content. In the workflow a dynamic-link library is the process node, and the settings and workflow of the dynamic-link library are stored in the form of XML. The dynamic-link library has the characteristics of high portability, and supports a variety of programming languages. As long as the library calling rules are followed, the same dynamic-link library can be called in a variety of programming languages. Another program in this study is a dynamic workflow execution platform, through which the workflow generated by the schedule generator can be executed. The functions in the dynamic-link library can be called in a dynamic way, and together with the XML setting file they can solve the parameter error problem of the called function due to different types of parameters. After execution, the results of each process of the workflow will be displayed.