WO2023219194A1 - 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법 - Google Patents

워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법 Download PDF

Info

Publication number
WO2023219194A1
WO2023219194A1 PCT/KR2022/006936 KR2022006936W WO2023219194A1 WO 2023219194 A1 WO2023219194 A1 WO 2023219194A1 KR 2022006936 W KR2022006936 W KR 2022006936W WO 2023219194 A1 WO2023219194 A1 WO 2023219194A1
Authority
WO
WIPO (PCT)
Prior art keywords
workflow
task
tasks
user
service platform
Prior art date
Application number
PCT/KR2022/006936
Other languages
English (en)
French (fr)
Inventor
문창훈
Original Assignee
주식회사 파워테스크
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 파워테스크 filed Critical 주식회사 파워테스크
Priority to PCT/KR2022/006936 priority Critical patent/WO2023219194A1/ko
Publication of WO2023219194A1 publication Critical patent/WO2023219194A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling

Definitions

  • the present invention relates to a service platform system for creating a workflow and a method for creating a workflow. More specifically, a service platform system and workflow creation method for creating a workflow in which multiple tasks are connected and executed using existing code while minimizing the actual writing of code by beginners or non-professional developers. It's about.
  • the work is classified into detailed tasks and each task is used with the help of a program, without the help of a professional developer, to automatically create an overall workflow to provide internal/external information necessary for the work. If a system that can process data or link with other programs is developed, the efficiency of various tasks can be increased.
  • the present invention is intended to solve the above-described problems, and provides a service platform system and workflow creation method for creating a workflow that allows you to create a business program or application suitable for your job even if you do not know the programming language or know how to code. I want to do it.
  • a service platform system for creating a workflow including a plurality of tasks includes a task type provider that stores and manages information on various types of pre-designed tasks; a user communication unit providing a graphical user interface to the user so that the user can design the workflow, using information about the task from the task type providing unit; and a workflow creation unit that receives information about the workflow designed by the user from the user communication unit and receives information about the task used in the workflow from the task type provider to generate the workflow. May include ;.
  • the task type providing unit, the user communication unit, and the workflow creation unit are configured independently from each other and can interoperate through mutual data communication.
  • the user communication unit allows the user to select one or more of the pre-designed tasks stored in the task type server as a task to be used in the workflow, and designs the task by inputting settings for the selected one or more tasks.
  • the graphical user interface may be provided.
  • the workflow creation unit may receive setting values for the task from the user communication unit and a driving program for the task selected by the user from the task type provider to build and execute the workflow.
  • the task information may include one or more of pre-designed task type information and design information of the pre-designed task.
  • the graphical user interface includes a resource setting window for setting connection information for a database or external application used by the workflow creation unit; A task type setting window for setting the type of the task; a task detailed settings window for setting detailed properties for each selected task; and a workflow creation window for arranging and connecting the selected tasks through a drag and drop method.
  • the user communication unit may include a data mapping unit that performs mapping between input parameters for the task received from the user communication unit and execution parameters executed in the workflow creation unit related to the input parameters.
  • the workflow creation unit may include a data pipe that stores input data and output data processed in each task when the workflow is executed.
  • the workflow creation unit may use the data pipe during the workflow creation to call the Nth task among the tasks the input data and output data of the 1st to N-1th tasks. .
  • workflow creation unit may roll back from the task at the current stage to the task at the previous stage using the data pipe while the workflow is being executed.
  • it further includes a resource setting management unit that manages resources including access information to a database or external application used by the workflow creation unit, wherein the user communication unit allows the user to use the resources through the graphical user interface. It can be provided so that you can set it up.
  • a method of creating a workflow including a plurality of tasks includes a task type providing step of providing various types of pre-designed tasks to a user through a graphical user interface; A task type design step in which the user selects a plurality of tasks through the graphical user interface and designs the workflow; and a workflow creation step of generating the workflow by receiving information about the workflow designed by the user and data of the task used in the workflow.
  • the task type design step includes receiving an input for the user to select one or more of the tasks provided in the task type providing step as a task to be used in the workflow and inputting settings for the one or more selected tasks. It can be.
  • the workflow creation step may be a step of building and executing the workflow using settings for the task and a driving program for the task selected by the user.
  • the step of providing the task type may be a step of providing one or more of preset task type information and design information for the task.
  • the graphical user interface includes a resource setting window for setting connection information for a database or external application used by the workflow; A task type setting window for setting the task type; a task detailed settings window for setting detailed properties for each selected task; and a workflow creation window for arranging and connecting the selected tasks through a drag and drop method.
  • a data mapping step of performing mapping between input parameters for the task and execution parameters executed in the workflow related to the input parameters may be further included.
  • a data pipe storage step of storing input data and output data processed in each task in a data pipe may be further included.
  • the Nth task among the tasks can call the input data and output data of the 1st to N-1th tasks using the data pipe.
  • a resource management setting step including access information to a database or external application used by the workflow, wherein the resource management setting step includes using the graphical user interface so that the user can set the resource. It may be a step provided through.
  • the service platform system and workflow creation method for workflow creation can create a business program or application suitable for one's work without knowing the programming language or coding.
  • Figure 1 is a block diagram schematically showing the configuration of a service platform system for creating a workflow according to an embodiment of the present invention.
  • Figure 2 is a diagram illustrating a graphical user interface for performing initial setup of a workflow according to an embodiment of the present invention.
  • Figure 3 is a diagram illustrating a graphical user interface for selecting the type of task to be added to the workflow according to an embodiment of the present invention.
  • Figures 4 and 5 are diagrams showing a graphical user interface for performing detailed settings of tasks added to the workflow according to an embodiment of the present invention.
  • Figure 6 is a block diagram schematically showing the configuration of a service platform system for creating a workflow according to an embodiment of the present invention.
  • Figures 7 and 8 are diagrams showing a graphical user interface for performing resource settings according to an embodiment of the present invention.
  • Figure 9 is a diagram showing data pipe operation according to task execution according to an embodiment of the present invention.
  • FIGS. 10 and 11 are flowcharts of a workflow creation method according to an embodiment of the present invention.
  • each component is listed and described as each component, and at least two of each component may be combined to form one component, or one component may be divided into a plurality of components to perform a function.
  • Integrated embodiments and separate embodiments of each of these components are also included in the scope of the present invention as long as they do not deviate from the essence of the present invention.
  • workflow may be a series of workflow software in which a plurality of tasks are sequentially executed according to preset conditions to realize a specific purpose.
  • a task is an element that constitutes the workflow and may mean a task that must be performed to realize the specific purpose. For example, if the specific purpose above is to process returns for a company that sells goods, searching the return request list, collecting returned product information, instructing product recovery, and confirming product recovery may be separate tasks, and the workflow is for each of the tasks for processing returns. It may be a work flow that sets tasks to be executed sequentially.
  • the workflow and each task may be software running on the system.
  • the first task of extracting specific user data from target marketing the second-1 task of automatically sending promotional emails in conjunction with an email sending program according to the extracted results, or the discount rate
  • a 2-2 task that communicates the result to an external program.
  • Figure 1 is a block diagram schematically showing the configuration of a service platform system for creating a workflow according to an embodiment of the present invention.
  • the service platform system 100 for automated data processing and workflow creation for program linkage develops and maintains workflows such as business tools or applications without hard coding.
  • it may include a task type providing unit 110, a user communication unit 120, and a workflow creation unit 130.
  • the task type providing unit 110 is used to store and manage various pre-designed task information, and the user can design a workflow using the various tasks stored in the task type providing unit 110.
  • the task information stored and managed by the task type provider 110 may include type information of the task and design information of the task.
  • the type information of the task may be a type of work performed by the pre-designed task, and the design information of the task may be data such as the program code of the pre-designed task.
  • the pre-designed task provided by the task type provider 110 is a 'return request list inquiry' task
  • the type information may be 'database table inquiry' or 'data API connection'
  • the design information may be a program code written in advance to execute 'access to the database where return requests are stored' and 'search for the relevant data'.
  • the task provided by the task type provider 110 is a program code written and stored in advance so that the user can create a workflow such as a business tool or application without coding, and the user can use the task type provider 110 After checking the type information among the plurality of pre-designed tasks provided by , you can design a workflow by selecting one or more tasks of the desired type.
  • the user communication unit 120 is provided to provide an interface so that the user can use the service platform system 100 for creating a workflow, and the user uses the interface provided by the user communication unit 120.
  • Design information for the workflow can be created.
  • the design information of the workflow may include information on one or more tasks included in the workflow and connection information between tasks.
  • the interface may be provided as a graphical user interface so that it can be operated through the user device 10.
  • the user can use the graphical user interface to design the workflow by selecting a necessary task among a plurality of tasks provided by the task type provider 110 and entering settings for the selected task. Additionally, the design information can be completed by defining connection relationships for each of the selected tasks.
  • 'return request list inquiry' For example, if the user uses the user device 10 to select 'return request list inquiry', 'return product information collection', and 'product recovery instruction' to be included in the workflow, 'return request list inquiry', 'return request list inquiry', 'return request list inquiry', 'return request list inquiry', and 'return request list inquiry'
  • the design information of the above workflow can be completed by defining the execution order or execution conditions for each of the 'Product Information Collection' and 'Product Retrieval Instruction' tasks.
  • the workflow creation unit 130 is provided to build and execute the workflow according to the workflow design information.
  • the task type provider 110, the user communication unit 120, and the workflow creation unit 130 have independent processors, and each can call and process data through mutual data communication. . Therefore, when building a workflow, the workflow creation unit 130 receives information (code) of each task included in the workflow from the task type providing unit 110, based on the workflow design information.
  • the above workflow can be built by receiving the settings (parameters) input to the information of the corresponding task from the user communication unit 120. Once the build is complete, you can deploy or run the above workflow.
  • FIGS. 2 to 4 are diagrams showing a graphical user interface provided by the user communication unit to design a workflow according to an embodiment of the present invention.
  • the graphical user interface 200 may structurally include a main frame 201 and a auxiliary frame 202, and functionally may include a workflow creation window 210 and a task type setting window ( 220) may be included.
  • the workflow creation window 210, task type setting window 220, task detail setting window 230, etc. can be output through the main frame 201 or auxiliary frame 202, and the auxiliary frame 202 is mentioned
  • a window that allows detailed settings for the object selected in the main frame 201 may be output.
  • a workflow creation window 210 showing a flowchart of the workflow being designed by the user may be displayed in the main frame 201.
  • the user can check the structure of the workflow currently being designed through the workflow flow chart displayed in the workflow creation window 210. Additionally, the user can use the user device 10 to define the execution order of the workflow by changing the execution order of the tasks using a drag and drop method in the workflow creation window 210.
  • the user uses the user device 10 to set detailed settings for the task selected in the workflow creation window 210 through the task type setting window 220 or the task detailed setting window 230 displayed in the auxiliary frame 202. You can set the task by entering .
  • Figure 2 is a diagram illustrating a graphical user interface for performing initial setup of a workflow according to an embodiment of the present invention.
  • the user communication unit 120 may output a settings window 221 through which workflow execution settings can be made through the auxiliary frame 202.
  • the user can use the user device 10 to set settings for workflow trigger, execution cycle, or workflow error processing through the settings window 221 displayed on the auxiliary frame 202.
  • Figure 3 is a diagram illustrating a graphical user interface for selecting the type of task to be added to the workflow according to an embodiment of the present invention.
  • the user communication unit 120 may output a task type setting window 220 in the auxiliary frame 202.
  • a task (T101) of the selected task type can be added to the workflow. there is.
  • Figures 4 and 5 are diagrams showing a graphical user interface for performing detailed settings of tasks added to the workflow according to an embodiment of the present invention.
  • the user communication unit 120 may output a task detail setting window 230 in the auxiliary frame 202.
  • the user can use the user device 10 to set detailed settings for the corresponding task (T101) through the task type setting window 220 displayed in the auxiliary frame 202.
  • the user uses the user device 10 to perform workflow design by adding and setting detailed settings for a task (T102) to be executed in the next order following the task (T101) for which settings have been completed. can do.
  • the detailed setting may be inputting a setting value into the input box of the detailed task setting window 230.
  • Figure 6 is a block diagram schematically showing the configuration of a service platform system for creating a workflow according to an embodiment of the present invention.
  • the service platform system 100 for workflow creation may include a data mapping unit 121 or a resource setting management unit 140.
  • the data mapping unit 121 is used to match the task setting values input from the user communication unit 120 with execution parameters input when the task is built.
  • the workflow creation unit 130 may load and build code from the task type provider 110.
  • the value input as the code execution parameter is a setting value (input parameter) input to the user communication unit 120 by the user device 10. Therefore, when building a workflow, the workflow creation unit 130 can call the setting value from the user communication unit 120 and replace it with the execution parameters of the code.
  • the data mapping unit 121 can ensure that the setting value corresponds to the intended execution parameter. For example, when task A, whose 'product name' is set to 'apple' and 'product name code' to 'AAA00102', is built by the workflow creation unit 130, the data mapping unit 121 sets 'apple' to 'apple'.
  • the data mapping unit 121 may replace values that satisfy preset conditions with the result values of the currently executed task as execution parameters of the next task to be executed. For example, the data mapping unit 121 may replace 54,000 values that meet preset conditions among the 1,000,000 values processed as result values of the currently executed task as execution parameters for the next task.
  • Figures 7 and 8 are diagrams showing a graphical user interface for performing resource settings according to an embodiment of the present invention.
  • the resource setting management unit 140 is for managing the resources of the external server 20 connected to the service platform system 100 for creating a workflow used for workflow execution, and is configured to use an external database. (241) Alternatively, external server 20 resources including connection information for an external application 242 may be managed.
  • the user communication unit 120 may receive data from the resource setting management unit 140 and provide a graphical user interface 200 that further includes a resource setting window 240.
  • the user can set the resources of the external server 20 through the resource setting window 240. For example, as shown in FIG. 8, the user grants different file permissions to the resources 241 and 242 according to the user group accessing the external server 20 resource through the resource setting window 240. Detailed settings are possible.
  • connection information When managing the connection information with the external server 20 in the workflow, it may be difficult to manage the resources of the external server 20, but the resource setting management unit 140 manages the connection information of the external server 20 separately.
  • connection information When changing connection information, it may be possible to change or control it through integration rather than changing separate settings for each task.
  • Figure 9 is a diagram showing data pipe operation according to task execution according to an embodiment of the present invention.
  • the workflow creation unit 130 of the service platform system 100 for workflow creation may include a data pipe 131.
  • the data pipe 131 is for reuse of input and output values of each task, and can store input data and output data processed in each task of the workflow executed by the workflow creation unit 130.
  • the data pipe 131 may operate independently of the executed workflow or executed task.
  • the data pipe 131 can use the data pipe 131 during workflow creation, so that the Nth task among the tasks can call the input data and output data of the 1st to N-1th tasks. there is. That is, the value stored in the data pipe 131 can be called and used in another task.
  • the data called from the data pipe 131 is not used in the data pipe 131, but is copied and used in a task that calls only the corresponding call value, and the data stored on the data pipe 131 can be preserved as is.
  • This feature of the data pipe 131 allows multiple tasks to use one call value simultaneously, and even when a task is terminated, another task can use the input/output value of the terminated task. .
  • task 6 of another workflow B stores the input and output values of task 3 of workflow A regardless of the activation of task 3 of workflow A. It can be performed using In this process, the input and output values of task 6 of workflow B may also be stored in the data pipe 131.
  • Task 3 of another workflow A receives the input and output values of Task 2 of workflow B regardless of the activation of Task 2 of workflow B. It can be performed using .
  • the data mapping unit 121 may also use the input/output values stored in the data pipe 131. For example, if the user input value (Query) in task 1 is 'Select * from world_table...', and the user enters '... ⁇ task1.result.query ⁇ ...' in task 2, The data mapping unit 121 may use the data of the data pipe 131 to replace the task 1 input value with 'Select * from world_table...' or the result value of task 1.
  • the data pipe 131 which can use previously stored input/output values from other tasks regardless of whether the workflow or task is activated, can further improve the work efficiency of a workflow with a graph structure.
  • the graph structure may have nodes (tasks), connection lines (edges), and a structure in which the next task (note) is run when the connected desk is completed.
  • the above graph structure is such that if three tasks (A, B, C) are connected to another task (D) as an execution condition, the next task (D) is executed when all three tasks are successfully completed. You can.
  • the connections (edges) are one for each node, it may appear as if they are performed in time series or sequentially.
  • the data pipe 131 can also be used when the user designs a workflow. For example, in the workflow design stage, a more creative workflow design is possible by setting task N of workflow B by using the output value of workflow task N-1 as the input value of task N of workflow B.
  • data pipe 131 may enable rollback to a specific step in the workflow. For example, if workflow A stops execution due to an abnormal error in task 5, the workflow with a graph-structured flow must be performed again from the beginning. However, since the data pipe 131 stores task input and output values of all stages, workflow A can be re-performed starting from task 5 using the output value of task 4 immediately before the stop.
  • Figure 10 is a flowchart of a method for creating a workflow according to an embodiment of the present invention.
  • the method of creating a workflow for automated data processing and program linking including a plurality of tasks includes a task provision step (S110), a task type design step (S120), and a work flow generation method. It may include a flow creation step (S130).
  • the task provision step (S110) may be a step of providing various types of pre-designed tasks to the user through a graphical user interface.
  • the task type providing step (S110) may be a step of providing one or more of preset task type information and design information for the task.
  • the task type design step (S120) may be a step in which the user designs a workflow by selecting a plurality of tasks through the graphical user interface.
  • the task type design step (S120) includes an input for the user to select one or more of the tasks provided in the task type provision step (S110) as a task to be used in the workflow, and a setting value for the one or more selected tasks. This may be the step of receiving input.
  • the workflow creation step (S130) may be a step of generating the workflow by receiving information about the workflow designed by the user and data on tasks used in the workflow.
  • the workflow creation step (S130) may be a step of creating a workflow that builds and executes the workflow using settings for the task and a driving program for the task selected by the user. there is.
  • the graphical user interface includes a resource setting window for setting connection information for the database or external application used by the workflow, a task type setting window for setting the task type, and a task detailed setting for setting detailed properties for each selected task. It may include a workflow creation window that places and connects the window and the selected task through a drag and drop method.
  • Figure 11 is a flowchart of a workflow creation method according to an embodiment of the present invention.
  • the workflow creation method includes a data mapping step (S230), a workflow execution step (S250), a data pipe storage step (S260), or a resource management setting step (S270). More may be included.
  • the data mapping step (S230) may be a step of performing mapping between input parameters for the task and execution parameters executed in the workflow related to the input parameters.
  • the workflow execution step (S250) may be a step of executing the created workflow.
  • the data pipe storage step (S260) may further include a data pipe storage step of storing input data and output data processed in each task in a data pipe when the workflow is executed.
  • the Nth task among the tasks can call the input data and output data of the 1st to N-1th tasks using the data pipe.
  • the resource management setting step (S270) may be a step of providing resources including access information to a database or external application used by the workflow through the graphical user interface so that the user can set them.
  • the service platform system and workflow creation method for workflow creation of the present invention may be provided as Software as a Service (SaaS).
  • SaaS Software as a Service
  • the service platform system and workflow creation method for workflow creation of the present invention can create business tools with only a business idea without the need for complex programming.
  • workflows can be created using various task combinations without the effort of setting up tasks every time.
  • each task and each workflow can be performed independently, even if one task or workflow fails, it does not affect other tasks or workflows, and efficiency can be improved.
  • the data pipe stores the input and output values of the executed tasks, the disadvantages of workflows performed in a graph structure can be eliminated, and the input and output values of tasks included in different workflows can be used together.
  • various embodiments described herein may be implemented by hardware, middleware, microcode, software, and/or combinations thereof.
  • various embodiments may include one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), and field programmable gate arrays (FPGAs). ), processors, controllers, microcontrollers, microprocessors, other electronic units designed to perform the functions presented herein, or a combination thereof.
  • ASICs application specific integrated circuits
  • DSPs digital signal processors
  • DSPDs digital signal processing devices
  • PLDs programmable logic devices
  • FPGAs field programmable gate arrays
  • processors controllers, microcontrollers, microprocessors, other electronic units designed to perform the functions presented herein, or a combination thereof.
  • various embodiments may be encoded or embodied in a computer-readable medium containing instructions. Instructions contained or encoded in a computer-readable medium may cause a programmable processor or other processor to perform a method, for example, when the instructions are executed.
  • Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. Storage media may be any available media that can be accessed by a computer.
  • such computer-readable media may include RAM, ROM, EEPROM, CD-ROM, Flash Memory or other optical disk storage media, magnetic disk storage media or other magnetic storage devices, or any desired program code instructions accessible by a computer. It may include any other medium that can be used to transport or store data or data structures.
  • Such hardware, software, firmware, etc. may be implemented within the same device or within individual devices to support the various operations and functions described herein. Additionally, components, units, modules, components, etc. described as “ ⁇ ” in the present invention may be implemented together or individually as separate but interoperable logic devices. The description of different features for modules, units, etc. is intended to highlight different functional embodiments and does not necessarily imply that they must be realized by individual hardware or software components. Rather, functionality associated with one or more modules or units may be performed by separate hardware or software components or may be integrated within common or separate hardware or software components.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • Economics (AREA)
  • Educational Administration (AREA)
  • Game Theory and Decision Science (AREA)
  • Development Economics (AREA)
  • Human Computer Interaction (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Stored Programmes (AREA)

Abstract

워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법이 개시된다. 본 발명의 일 실시예에 따른 복수의 테스크를 포함하는 워크플로우 생성을 위한 서비스 플랫폼 시스템은, 미리 설계된 다양한 유형의 테스크의 정보를 저장하고 관리하는 테스크 타입 제공부, 상기 테스크 타입 제공부로부터의 상기 테스크의 정보를 이용하여, 사용자가 상기 워크플로우를 설계하도록, 상기 사용자에게 그래픽 사용자 인터페이스를 제공하는 사용자 커뮤니케이션부 및 상기 사용자가 설계한 상기 워크플로우에 대한 정보를 상기 사용자 커뮤니케이션부로부터 수신하고, 상기 테스크 타입 제공부로부터 상기 워크플로우에 사용된 상기 테스크의 정보를 수신하여 상기 워크플로우를 생성하는 워크플로우 생성부를 포함한다.

Description

워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법
본 발명은 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법에 관한 것이다. 더 자세하게는, 전문 개발자가 아닌 초보 또는 비개발자가 실제로 코드를 작성하는 것을 최소화하면서도 기존에 작성된 코드를 이용하여 복수의 테스크가 서로 연결되어 실행되는 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법에 관한 것이다.
기업의 업무 처리 프로세스는 서류작업에서 정보통신(IT; Information Technology)을 이용한 작업으로 옮겨가고 있다. 그러나 실무를 처리하는 실무자는 여전히 발전된 IT기술을 효율적으로 활용하지 못하고 있다. 실무자가 IT 전문가가 아니므로 자신의 업무에 적절한 자동화 프로그램을 개발하지 못하기 때문이다.
따라서, 다양한 업무와 비즈니스에 따라 해당 업무를 세부적인 태스크로 분류하고 각 태스크를, 전문적인 개발자의 도움없이, 프로그램의 도움을 받아 이용하여 전체적인 워크플로우를 자동으로 생성하여 업무에 필요한 기업 내/외부의 데이터를 처리하거나 다른 프로그램과 연동할 수 있는 시스템이 개발된다면, 다양한 업무의 효율을 증대시킬 수 있을 것이다.
본 발명은 상술한 문제점을 해결하기 위한 것으로서, 프로그램 언어를 모르고 코딩을 할 줄 몰라도 자신의 업무에 적합한 업무용 프로그램 또는 어플리케이션을 생성할 수 있는 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법을 제공하고자 한다.
또한, 비지니스 로직만으로 하드코딩 없이 업무에 필요한 도구나 어플리케이션을 개발하고 즉각 활용할 수 있는 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법을 제공하고자 한다.
또한, 현업 실무자를 포함한 비개발자도 쉽게 설계할 수 있는 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법을 제공하고자 한다.
또한, 설계한 테스크의 다양한 조합과 재사용이 가능한 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법을 제공하고자 한다.
본 발명의 해결 과제들은 이상에서 언급한 내용으로 제한되지 않으며, 언급되지 않은 또 다른 기술적 과제들은 아래의 기재로부터 통상의 기술자에게 명확하게 이해될 수 있을 것이다.
본 발명의 일 실시예에 따른 복수의 테스크를 포함하는 워크플로우 생성을 위한 서비스 플랫폼 시스템은, 미리 설계된 다양한 유형의 테스크의 정보를 저장하고 관리하는 테스크 타입 제공부; 상기 테스크 타입 제공부로부터의 상기 테스크의 정보를 이용하여, 사용자가 상기 워크플로우를 설계하도록, 상기 사용자에게 그래픽 사용자 인터페이스를 제공하는 사용자 커뮤니케이션부; 및 상기 사용자가 설계한 상기 워크플로우에 대한 정보를 상기 사용자 커뮤니케이션부로부터 수신하고, 상기 테스크 타입 제공부로부터 상기 워크플로우에 사용된 상기 테스크의 정보를 수신하여 상기 워크플로우를 생성하는 워크플로우 생성부;를 포함할 수 있다.
또한, 상기 테스크 타입 제공부, 상기 사용자 커뮤니케이션부 및 상기 워크플로우 생성부는 서로 독립적으로 구성되어 상호 데이터 통신을 통하여 연동할 수 있다.
또한, 상기 사용자 커뮤니케이션부는, 상기 사용자가 상기 테스크 타입 서버에 저장된 미리 설계된 상기 테스크 중 하나 이상을 상기 워크플로우에 사용할 테스크로 선택하고, 선택된 하나 이상의 상기 테스크에 대한 설정값을 입력하여 상기 테스크를 설계하도록, 상기 그래픽 사용자 인터페이스를 제공할 수 있다.
또한, 상기 워크플로우 생성부는, 상기 사용자 커뮤니케이션부로부터 상기 테스크에 대한 설정값과, 상기 테스크 타입 제공부로부터 상기 사용자가 선택한 상기 테스크에 대한 구동 프로그램을 수신하여 상기 워크플로우를 빌드하고 실행할 수 있다.
또한, 상기 테스크 정보는 미리 설계된 테스크 유형 정보 및 상기 미리 설계된 테스크의 설계 정보 중 하나 이상을 포함할 수 있다.
또한, 상기 그래픽 사용자 인터페이스는, 상기 워크플로우 생성부가 사용하는 데이터베이스 또는 외부 어플리케이션에 대한 접속 정보를 설정하는 자원설정 윈도우; 상기 테스크의 타입을 설정하는 테스크 타입 설정 윈도우; 선택된 상기 테스크 별 상세 속성을 설정하는 테스크 상세 설정 윈도우; 및 선택된 상기 테스크를 드래그 앤드 드랍방식을 통하여 배치하고 연결하는 워크플로우 생성 윈도우;를 포함할 수 있다.
또한, 상기 사용자 커뮤니케이션부는, 상기 사용자 커뮤니케이션부로부터 입력 받은 상기 테스크에 대한 입력 파라미터와, 상기 입력 파라미터와 관련된 상기 워크플로우 생성부에서 실행되는 실행 파라미터 간에 매핑을 수행하는 데이터 매핑부를 포함할 수 있다.
또한, 상기 워크플로우 생성부는, 상기 워크플로우의 실행 시, 각각의 상기 테스크에서 처리되는 입력 데이터와 출력 데이터를 저장하는 데이터 파이프를 포함할 수 있다.
또한, 상기 워크플로우 생성부는, 상기 워크플로우 생성 중, 상기 데이터 파이프를 이용하여, 상기 테스크 중 제N번 테스크는 제1번 내지 제N-1번 테스크의 입력 데이터와 출력 데이터를 호출할 수 있다.
또한, 상기 워크플로우 생성부는, 상기 워크플로우 실행 중, 상기 데이터 파이프를 이용하여 현재 단계의 상기 테스크에서 이전 단계의 상기 테스크로 롤백할 수 있다.
또한, 상기 워크플로우 생성부가 사용하는 데이터베이스 또는 외부 어플리케이션에 대한 접속 정보를 포함하는 자원을 관리하는 자원설정 관리부;를 더 포함하고, 상기 사용자 커뮤니케이션부는, 상기 그래픽 사용자 인터페이스를 통하여 상기 사용자가 상기 자원을 설정할 수 있도록 제공할 수 있다.
한편, 본 발명의 일 실시예에 따른 복수의 테스크를 포함하는 워크플로우 생성 방법은, 미리 설계된 다양한 유형의 상기 테스크를 그래픽 사용자 인터페이스를 통하여 사용자에게 제공하는 테스크 타입 제공 단계; 상기 그래픽 사용자 인터페이스를 통해 상기 사용자가 복수의 테스크를 선택하여 상기 워크플로우를 설계하는 테스크 타입 설계 단계; 및 상기 사용자가 설계한 상기 워크플로우에 대한 정보와, 상기 워크플로우에 사용된 상기 테스크의 데이터를 수신하여 상기 워크플로우를 생성하는 워크플로우 생성 단계;를 포함할 수 있다.
또한, 상기 테스크 타입 설계 단계는, 상기 사용자가 상기 테스크 타입 제공 단계에서 제공되는 상기 테스크 중 하나 이상을 상기 워크플로우에서 사용할 테스크로 선택하는 입력과 선택된 하나 이상의 상기 테스크에 대한 설정값을 입력받는 단계일 수 있다.
또한, 상기 워크플로우 생성 단계는, 상기 테스크에 대한 설정값과, 상기 사용자가 선택한 상기 테스크에 대한 구동 프로그램을 이용하여 상기 워크플로우를 빌드하고 실행하는 단계일 수 있다.
또한, 상기 테스크 타입 제공 단계는, 미리 설정된 테스크 유형 정보 및 상기 테스크에 대한 설계 정보 중 하나 이상을 제공하는 단계일 수 있다.
또한, 상기 그래픽 사용자 인터페이스는, 상기 워크플로우가 사용하는 데이터베이스 또는 외부 어플리케이션에 대한 접속 정보를 설정하는 자원설정 윈도우; 상기 테스크 타입을 설정하는 테스크 타입 설정 윈도우; 선택된 상기 테스크 별 상세 속성을 설정하는 테스크 상세 설정 윈도우; 및 선택된 상기 테스크를 드래그 앤드 드랍방식을 통하여 배치하고 연결하는 워크플로우 생성 윈도우;를 포함할 수 있다.
또한, 상기 테스크에 대한 입력 파라미터와, 상기 입력 파라미터와 관련된 상기 워크플로우에서 실행되는 실행 파라미터 간에 매핑을 수행하는 데이터 매핑 단계를 더 포함할 수 있다.
또한, 상기 워크플로우 실행 시, 각각의 상기 테스크에서 처리되는 입력 데이터와 출력 데이터를 데이터 파이프에 저장하는 데이터 파이프 저장 단계를 더 포함할 수 있다.
또한, 상기 워크플로우의 실행 중, 상기 데이터 파이프를 이용하여, 상기 테스크 중 제N번 테스크는 제1번 내지 제N-1번 테스크의 입력 데이터와 출력 데이터를 호출할 수 있다.
또한, 상기 워크플로우가 사용하는 데이터베이스 또는 외부 어플리케이션에 대한 접속 정보를 포함하는 자원관리 설정 단계;를 더 포함하고, 상기 자원관리 설정 단계는, 상기 사용자가 상기 자원을 설정할 수 있도록 상기 그래픽 사용자 인터페이스를 통하여 제공하는 단계일 수 있다.
본 발명의 일 실시예에 따른 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법은, 프로그램 언어를 모르고 코딩을 할 줄 몰라도 자신의 업무에 적합한 업무용 프로그램 또는 어플리케이션을 생성할 수 있다.
또한, 비지니스 로직만으로 하드코딩 없이 업무에 필요한 도구나 어플리케이션을 개발하고 즉각 활용할 수 있다.
또한, 현업 실무자도 포함한 비개발자도 쉽게 설계할 수 있다.
또한, 설계한 테스크의 다양한 조합이 가능하고 설계한 테스크를 재사용할 수 있다.
본 발명의 효과들은 이상에서 언급한 내용으로 제한되지 않으며, 언급되지 않은 또 다른 효과들은 아래의 기재로부터 통상의 기술자에게 명확하게 이해될 수 있을 것이다.
도 1은 본 발명의 일 실시예에 따른 워크플로우 생성을 위한 서비스 플랫폼 시스템의 구성을 개략적으로 나타낸 블록도이다.
도 2는 본 발명의 일 실시예에 따른 워크플로우 초기 설정을 수행하는 그래픽 사용자 인터페이스를 나타낸 도면이다
도 3은 본 발명의 일 실시예에 따른 워크플로우에 추가할 테스크의 유형을 선택할 수 있는 그래픽 사용자 인터페이스를 나타낸 도면이다.
도 4 및 도 5는 본 발명의 일 실시예에 따른 워크플로우에 추가한 테스크의 상세 설정을 수행하는 그래픽 사용자 인터페이스를 나타낸 도면이다.
도 6은 본 발명의 일 실시예에 따른 워크플로우 생성을 위한 서비스 플랫폼 시스템의 구성을 개략적으로 나타낸 블록도이다.
도 7 및 도 8은 본 발명의 일 실시예에 따른 자원 설정을 수행하는 그래픽 사용자 인터페이스를 나타낸 도면이다.
도 9는 본 발명의 일 실시예에 따른 테스크의 실행에 따른 데이터 파이프 동작을 나타낸 도면이다.
도 10 및 도 11은 본 발명의 일 실시예에 따른 워크플로우 생성 방법의 흐름도이다.
아래에서는 첨부한 도면을 참조하여 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 본 발명의 실시예가 상세하게 설명된다. 그러나 본 발명은 여러 가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시예에 한정되지 않는다. 그리고, 도면에서 본 발명의 실시예를 명확하게 설명하기 위해서 설명과 관계없는 부분은 생략되었다.
본 명세서에서 사용된 용어는 단지 특정한 실시예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도로 사용된 것이 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함할 수 있다.
본 명세서에서, "포함하다", "가지다" 또는 "구비하다" 등의 용어는 명세서 상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것으로서, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해될 수 있다.
또한, 본 발명의 실시예에 나타나는 구성부들은 서로 다른 특징적인 기능들을 나타내기 위해 독립적으로 도시되는 것으로, 각 구성부들이 분리된 하드웨어나 하나의 소프트웨어 구성단위로 이루어짐을 의미하지 않는다. 즉, 각 구성부는 설명의 편의상 각각의 구성부로 나열하여 기술되고, 각 구성부 중 적어도 두 개의 구성부가 합쳐져 하나의 구성부로 이루어지거나, 하나의 구성부가 복수 개의 구성부로 나뉘어져 기능을 수행할 수 있다. 이러한 각 구성부의 통합된 실시예 및 분리된 실시예도 본 발명의 본질에서 벗어나지 않는 한 본 발명의 권리 범위에 포함된다.
또한, 이하의 실시예들은 당 업계에서 평균적인 지식을 가진 자에게 보다 명확하게 설명하기 위해서 제공되는 것으로서, 도면에서의 요소들의 형상 및 크기 등은 보다 명확한 설명을 위해 과장될 수 있다.
본 명세서에서, 워크플로우(Workflow)는 특정 목적을 실현하기 위해 복수의 테스크가 미리 설정된 조건에 따라 순차적으로 실행되는 일련의 작업 흐름 소프트웨어일 수 있다. 테스크(Task)는 상기 워크플로우를 구성하는 요소로서, 상기 특정 목적을 실현하기 위해 수행되어야 하는 하나의 작업을 의미할 수 있다. 예를 들어, 상기 특정 목적이 물품 판매 기업의 반품 처리라면, 반품 요청 목록 조회, 반품 상품 정보 수집, 상품 회수 지시 및 상품 회수 확인은 각각의 테스크일 수 있으며, 워크플로우는 반품 처리를 위해 각각의 테스크를 순차적으로 실행되도록 설정한 작업 흐름일 수 있다. 여기서, 워크플로우 및 각각의 테스크는 시스템 상에서 실행되는 소프트웨어일 수 있다.
상기 테스크의 또 다른 예로서, 타켓 마케팅에서 특정 사용자 데이터를 추출하는 제1 작업, 추출된 결과값들에 따라 이메일 전송 프로그램 등과 연계하여 프로모션용 이메일을 자동으로 발송하는 제2-1 작업 또는, 할인율을 결제 시에 자동으로 적용하기 위해서 해당 결과값을 외부 프로그램에 통신하는 제2-2 작업 등이 있을 수 있다.
이하, 첨부된 도면을 참조하여, 본 발명에 따른 바람직한 실시예에 대하여 설명한다.
도 1은 본 발명의 일 실시예에 따른 워크플로우 생성을 위한 서비스 플랫폼 시스템의 구성을 개략적으로 나타낸 블록도이다.
도 1을 참조하면, 본 발명의 일 실시예에 따른 자동화된 데이터 처리와 프로그램 연동을 위한 워크플로우 생성을 위한 서비스 플랫폼 시스템(100)은 업무용 도구나 어플리케이션과 같은 워크플로우를 하드코딩 없이 개발하고 유지보수하기 위한 것으로서, 테스크 타입 제공부(110), 사용자 커뮤니케이션부(120) 및 워크플로우 생성부(130)를 포함할 수 있다.
테스크 타입 제공부(110)는 미리 설계된 다양한 테스크 정보를 저장하고 관리하기 위한 것으로서, 사용자는 테스크 타입 제공부(110)에 저장된 상기 다양한 테스크를 이용해 워크플로우를 설계할 수 있다.
테스크 타입 제공부(110)가 저장하고 관리하는 상기 테스크 정보는 상기 테스크의 유형 정보 및 상기 테스크의 설계 정보를 포함할 수 있다. 상기 테스크의 유형 정보는 상기 미리 설계된 테스크가 수행하는 작업에 대한 일종의 ‘종류’일 수 있으며, 상기 테스크의 설계 정보는 상기 미리 설계된 테스크의 프로그램 코드와 같은 데이터일 수 있다. 예를 들어, 테스크 타입 제공부(110)가 제공하는 상기 미리 설계된 테스크가 ‘반품 요청 목록 조회’ 테스크라면, 상기 유형 정보는 ‘데이터베이스 테이블 조회’ 또는 '데이터 API 연결'일 수 있으며, 상기 설계 정보는 ‘반품 요청 건들이 저장된 데이터 베이스의 접근’ 및 ‘해당 데이터의 조회’를 실행하도록 미리 작성된 프로그램 코드일 수 있다.
이와 같이 테스크 타입 제공부(110)가 제공하는 테스크는 상기 사용자가 코딩 없이 업무용 도구나 어플리케이션과 같은 워크플로우를 생성할 수 있도록 미리 작성되어 저장된 프로그램 코드로서, 상기 사용자는 테스크 타입 제공부(110)가 제공하는 복수의 상기 미리 설계된 테스크 중에서 상기 유형 정보를 확인 후, 자신이 원하는 유형의 테스크를 하나 이상 선택하여 워크플로우를 설계할 수 있다.
사용자 커뮤니케이션부(120)는 상기 사용자가 워크플로우 생성을 위한 서비스 플랫폼 시스템(100)을 이용할 수 있도록 인터페이스를 제공하기 위해 마련된 것으로서, 상기 사용자는 사용자 커뮤니케이션부(120)가 제공하는 상기 인터페이스를 이용하여 상기 워크플로우의 설계 정보를 생성할 수 있다. 상기 워크플로우의 설계 정보는 워크플로우에 포함되는 하나 이상의 테스크 정보 및 테스크 간의 연결 정보를 포함하는 것일 수 있다.
본 실시예에서, 상기 인터페이스는 유저 디바이스(10)를 통해 조작할 수 있도록 그래픽 사용자 인터페이스로 제공될 수 있다. 상기 사용자는 상기 그래픽 사용자 인터페이스를 이용하여, 테스크 타입 제공부(110)에서 제공하는 복수의 테스크 중 필요한 테스크를 선택하고, 선택한 테스크에 대한 설정값을 입력함으로써 상기 워크플로우의 설계해 나갈 수 있다. 또한, 선택한 복수의 테스크에 대하여 각각의 연결 관계를 정의함으로써 상기 설계 정보를 완성할 수 있다. 예컨대, 상기 사용자가 유저 디바이스(10)를 이용하여 ’반품 요청 목록 조회’, ‘반품 상품 정보 수집’ 및 ‘상품 회수 지시’를 워크플로우에 포함되도록 선택하였다면, ’반품 요청 목록 조회’, ‘반품 상품 정보 수집’ 및 ‘상품 회수 지시’ 테스크 각각에 대해 실행 순서 또는 실행 조건을 정의함으로써 상기 워크플로우의 설계 정보를 완성할 수 있다.
워크플로우 생성부(130)는 상기 워크플로우 설계 정보에 따라서 상기 워크플로우를 빌드(Build)하고 실행하기 위해 마련된 것이다.
본 실시예에서, 테스크 타입 제공부(110), 사용자 커뮤니케이션부(120) 및 워크플로우 생성부(130)는 서로 독립적인 프로세서를 가지며, 각각은 상호 데이터 통신을 통하여 데이터를 호출하고 처리할 수 있다. 그러므로, 워크플로우 생성부(130)는 워크플로우를 빌드할 때, 상기 워크플로우 설계 정보에 기초하여, 상기 워크플로우에 포함된 각각의 테스크의 정보(코드)를 상기 테스크 타입 제공부(110)으로부터 받아오고, 사용자 커뮤니케이션부(120)로부터 해당 테스크의 정보에 입력되는 설정값(Parameter)을 받아와서 상기 워크플로우를 빌드할 수 있다. 빌드가 완료되면 상기 워크플로우를 배포 또는 실행할 수 있다.
도 2 내지 도 4는 본 발명의 일 실시예에 따른 워크플로우를 설계하도록 사용자 커뮤니케이션부가 제공하는 그래픽 사용자 인터페이스를 나타낸 도면이다.
도 2 내지 도 4를 참조하면, 그래픽 사용자 인터페이스(200)는 구조적으로 주 프레임(201) 및 보조 프레임(202)을 포함할 수 있으며, 기능적으로 워크플로우 생성 윈도우(210), 테스크 타입 설정 윈도우(220)를 포함할 수 있다. 워크플로우 생성 윈도우(210), 테스크 타입 설정 윈도우(220), 테스크 상세 설정 윈도우(230) 등은 주 프레임(201) 또는 보조 프레임(202)을 통해 출력될 수 있으며, 보조 프레임(202)에는 언급한 윈도우 이외에 주 프레임(201)에서 선택한 객체에 대한 상세 설정을 할 수 있는 윈도우가 출력될 수 있다.
주 프레임(201)에는 상기 사용자가 설계하고 있는 워크플로우의 순서도를 나타내는 워크플로우 생성 윈도우(210)를 출력될 수 있다. 상기 사용자는 워크플로우 생성 윈도우(210)에서 나타나는 상기 워크플로우의 순서도를 통해 현재 설계하고 있는 워크플로우의 구조를 확인할 수 있다. 또한, 상기 사용자는 유저 디바이스(10)를 이용하여 워크플로우 생성 윈도우(210)에서 드래그 앤드 드랍 방식을으로 테스크의 실행 순서를 변경시켜 워크플로우의 실행 순서를 정의할 수 있다.
상기 사용자는 유저 디바이스(10)를 이용하여 보조 프레임(202)에 출력되는 테스크 타입 설정 윈도우(220) 또는 테스크 상세 설정 윈도우(230)를 통해 워크플로우 생성 윈도우(210)에서 선택된 테스크의 상세 설정값을 입력하여 테스크 설정을 할 수 있다.
워크플로우 생성 실시예를 통해 보다 자세히 설명하기로 한다.
도 2는 본 발명의 일 실시예에 따른 워크플로우 초기 설정을 수행하는 그래픽 사용자 인터페이스를 나타낸 도면이다. 도 2를 참조하면, 워크플로우 설계 단계가 개시되면, 사용자 커뮤니케이션부(120)는 보조 프레임(202)을 통해 워크플로우 수행 설정을 할 수 있는 설정 윈도우(221)를 출력할 수 있다. 상기 사용자는 유저 디바이스(10)를 이용하여 보조 프레임(202)에 출력된 설정 윈도우(221)를 통해 워크 플로우의 트리거, 실행 주기 또는 워크플로우 오류 처리 등에 관한 설정을 할 수 있다.
도 3은 본 발명의 일 실시예에 따른 워크플로우에 추가할 테스크의 유형을 선택할 수 있는 그래픽 사용자 인터페이스를 나타낸 도면이다. 도 3을 참조하면, 사용자 커뮤니케이션부(120)는 보조 프레임(202)에 테스크 타입 설정 윈도우(220)을 출력시킬 수 있다. 상기 사용자는 유저 디바이스(10)를 이용하여 보조 프레임(202)에 출력되는 테스크 타입 설정 윈도우(220)에서 하나의 테스크 유형을 선택하면, 선택한 테스크 유형의 테스크(T101)가 워크플로우에 추가될 수 있다.
도 4 및 도 5는 본 발명의 일 실시예에 따른 워크플로우에 추가한 테스크의 상세 설정을 수행하는 그래픽 사용자 인터페이스를 나타낸 도면이다. 도 4를 참조하면, 사용자 커뮤니케이션부(120)는 보조 프레임(202)에 테스크 상세 설정 윈도우(230)을 출력할 수 있다. 상기 사용자는 유저 디바이스(10)를 이용하여 보조 프레임(202)에 출력되는 테스크 타입 설정 윈도우(220)를 통해 해당 테스크(T101)의 상세 설정을 할 수 있다.
도 5를 참조하면, 상기 사용자는 유저 디바이스(10)를 이용하여, 설정을 완료한 테스크(T101)에 이어서 그 다음 순서로 실행될 테스크(T102)의 추가 및 상세 설정을 이어서 함으로써 워크플로우 설계를 수행할 수 있다. 여기서, 상세 설정은 테스크 상세 설정 윈도우(230)의 입력란에 설정값을 입력하는 것일 수 있다.
도 6은 본 발명의 일 실시예에 따른 워크플로우 생성을 위한 서비스 플랫폼 시스템의 구성을 개략적으로 나타낸 블록도이다.
도 6을 참조하면, 본 발명의 일 실시예에 따른 워크플로우 생성을 위한 서비스 플랫폼 시스템(100)는 데이터 매핑부(121) 또는 자원설정 관리부(140)를 포함할 수 있다.
데이터 매핑부(121)는 사용자 커뮤니케이션부(120)로부터 입력된 테스크의 설정값을 테스크가 빌드할 때 입력되는 실행 파라미터와 대응시키기 위한 것이다.
워크플로우 생성부(130)는 워크플로우를 실행할 때, 테스크 타입 제공부(110)으로부터 코드를 불러와 빌드할 수 있다. 이때, 코드의 실행 파라미터로 입력되는 값은 유저 디바이스(10)에 의해 사용자 커뮤니케이션부(120)로 입력되는 설정값(입력 파라미터)이다. 따라서, 워크플로우 생성부(130)은 워크플로우 빌드 시, 사용자 커뮤니케이션부(120)로부터 상기 설정값을 호출하여 상기 코드의 실행 파라미터와 대체할 수 있다. 이때, 데이터 매핑부(121)는 설정값이 의도된 실행 파라미터에 대응되도록 할 수 있다. 예컨대, 설정값으로 ‘품명’이 ‘사과’, ‘품명코드’가 ‘AAA00102’로 설정된 테스크 A가 워크플로우 생성부(130)에 의해 빌드될 때, 데이터 매핑부(121)는 ‘사과’가 ‘품명’에 대응되는 실행 파라미터로 대체되고, ‘AAA00102’가 ‘품명코드’에 대응되는 실행 파라미터로 대체되도록 할 수 있다. 또한, 데이터 매핑부(121)는 현재 실행한 테스크의 결과값에 대해서, 미리 설정된 조건을 만족하는 값들을 다음 실행할 테스크의 실행 파라미터로 대체할 수 있다. 예컨대, 데이터 매핑부(121)는 현재 실행한 테스크의 결과값으로 처리된 1,000,000개의 값들 중 미리 설정된 조건에 맞는 54,000개의 값이 다음 실행할 테스크 실행 파라미터로 대체할 수 있다.
도 7 및 도 8은 본 발명의 일 실시예에 따른 자원 설정을 수행하는 그래픽 사용자 인터페이스를 나타낸 도면이다.
도 6 내지 도 8을 참조하면, 자원설정 관리부(140)는 워크플로우 실행에 이용하는 워크플로우 생성을 위한 서비스 플랫폼 시스템(100)이 접속하는 외부 서버(20)의 자원을 관리하게 위한 것으로서, 외부 데이터베이스(241) 또는 외부 어플리케이션(242)에 대한 접속 정보를 포함하는 외부 서버(20) 자원을 관리할 수 있다. 사용자 커뮤니케이션부(120)는 자원설정 관리부(140)로부터 데이터를 수신하여 자원 설정 윈도우(240)를 더 포함하는 그래픽 사용자 인터페이스(200)를 제공할 수 있다. 상기 사용자는 자원 설정 윈도우(240)를 통하여 외부 서버(20)의 자원을 설정할 수 있다. 예컨대, 도 8에 도시된 것처럼, 상기 사용자는 자원 설정 윈도우(240)를 통해 외부 서버(20) 자원에 접근하는 사용자 그룹에 따라, 파일 권한을 달리 부여하는 것과 같이, 자원(241, 242)에 대한 세밀한 설정이 가능하다.
외부 서버(20)와의 접속 정보를 워크플로우 상에서 관리할 경우, 외부 서버(20)의 자원을 관리하기 어려운 경우가 있으나, 자원설정 관리부(140)는 외부 서버(20)의 접속 정보를 별도로 관리함으로써 접속 정보 변경 시 테스크 별로 별도 설정 변경이 아닌 통합으로 변경 또는 제어가 가능할 수 있다.
도 9는 본 발명의 일 실시예에 따른 테스크의 실행에 따른 데이터 파이프 동작을 나타낸 도면이다.
도 6 및 도 9를 참조하면, 본 발명의 일 실시예에 따른 워크플로우 생성을 위한 서비스 플랫폼 시스템(100)의 워크플로우 생성부(130)는 데이터 파이프(131)를 포함할 수 있다. 데이터 파이프(131)는 각 테스크의 입출력값의 재사용을 위한 것으로서, 워크플로우 생성부(130)가 실행하는 워크플로우의 각 테스크에서 처리되는 입력 데이터 및 출력 데이터를 저장할 수 있다. 데이터 파이프(131)는 실행되는 워크플로우 또는 실행되는 테스크와 비종속적으로 동작할 수 있다.
또한, 데이터 파이프(131)는 워크플로우 생성 중, 데이터 파이프(131)를 이용하여, 상기 테스크 중 제N번 테스크는 제1번 내지 제N-1번 테스크의 입력 데이터와 출력 데이터를 호출할 수 있다. 즉, 데이터 파이프(131)에 저장되는 값은 또 다른 테스크에서 호출되어 사용될 수 있다. 데이터 파이프(131)에서 호출되는 데이터는 데이터 파이프(131)에서 사용되는 것이 아니라, 해당 호출값만 호출하는 테스크에서 복사하여 사용되며, 데이터 파이프(131)상에 저장된 데이터는 그대로 보존될 수 있다. 이 같은 데이터 파이프(131)의 특징으로 복수의 테스크에서 동시다발적으로 하나의 호출값을 이용할 수도 있으며, 테스크가 종료되어도 다른 테스크에서 종료된 테스크의 입출력값을 이용할 수 있는 활용성이 생길 수 있다.
예컨대, 워크플로우 A의 테스크 3 입출력값이 데이터 파이프(131)에 저장되면, 다른 워크플로우 B의 테스크 6는 상기 워크플로우 A의 테스크 3의 활성화와 관계없이 상기 워크플로우 A의 테스크 3 입출력값을 이용하여 수행될 수 있다. 이 과정에서 상기 워크플로우 B의 테스크 6의 입출력값도 데이터 파이프(131)에 저장될 수 있다. 다른 예로, 워크플로우 B의 테스크 2 입출력값이 데이터 파이프(131)에 저장되면, 다른 워크플로우 A의 테스크 3은 상기 워크플로우 B의 테스크 2의 활성화와 관계없이 상기 워크플로우 B의 테스크 2 입출력값을 이용하여 수행될 수 있다.
또한, 데이터 매핑부(121)도 데이터 파이프(131)에 저장된 입출력값을 이용할 수 있다. 예컨대, 테스크 1의 사용자 입력값(Query)이 'Select * from world_table...' 이고, 테스크 2에서 상기 사용자가 '...{{task1.result.query}}...'로 입력하면, 데이터 매핑부(121)는 데이터 파이프(131)의 데이터를 이용하여, 테스크 1 입력값으로 'Select * from world_table...' 또는 테스크 1의 결과값으로 치환할 수 있다.
워크플로우 또는 테스크의 활성화 여부와 관계없이 다른 테스크에서 이전에 저장된 입출력값을 이용할 수 있는 데이터 파이프(131)는 그래프 구조를 가지는 워크플로우의 작업 효율을 보다 향상시킬 수 있다.
상기 그래프 구조는 노드(테스크)와 연결선(에지), 연결된 데스크가 완료되면 다음 테스크(노트)가 구동되는 구조일 수 있다. 예컨대, 상기 그래프 구조는 3개의 테스크(A,B,C)가 실행조건으로 다른 테스크(D)에 연결이 되어 있다면, 3개의 테스크가 모두 성공적으로 완료되면 다음 테스크(D)가 실행되는 구조일 수 있다. 여기서, 상기 연결(에지)들이 각 노드 당 1개라면 시계열 또는 순차적으로 수행되는 것처럼 보일 수 있다.
데이터 파이프(131)는 상기 사용자가 워크플로우를 설계할 때도 이용될 수 있다. 예컨대, 워크플로우 설계 단계에서 워크플로우 B의 테스크 N의 입력값으로 워크플로우 테스크 N-1의 출력값을 이용하는 것으로 워크플로우 B의 테스크 N를 설정하여 보다 창의적인 워크플로우 설계가 가능하다.
또한, 데이터 파이프(131)는 워크플로우에서 특정 단계로 롤백을 가능하게 할 수 있다. 예컨대, 워크플로우 A가 테스크 5에서 비정상적인 오류로 인해 수행이 정지된다면, 그래프 구조의 흐름을 가진 워크플로우는 처음부터 다시 수행되어야 한다. 그러나 데이터 파이프(131)가 모든 단계의 테스크 입출력값을 저장하고 있으므로, 정지된 바로 이전의 테스크 4의 출력값을 이용하여 워크플로우 A를 테스크 5부터 다시 수행할 수 있다.
도 10은 본 발명의 일 실시예에 따른 워크플로우 생성하기 위한 방법의 흐름도이다.
도 10을 참조하면, 본 발명의 일 실시예에 따른 복수의 테스크를 포함하는 자동화된 데이터 처리와 프로그램 연동을 위한 워크플로우 생성 방법은 테스크 제공 단계(S110), 테스크 타입 설계 단계(S120) 및 워크플로우 생성 단계(S130)를 포함할 수 있다.
테스크 제공 단계(S110)는 미리 설계된 다양한 유형의 테스크를 그래픽 사용자 인터페이스를 통하여 사용자에게 제공하는 단계일 수 있다.
또한, 테스크 타입 제공 단계(S110)는, 미리 설정된 테스크 유형 정보 및 상기 테스크에 대한 설계 정보 중 하나 이상을 제공하는 단계일 수 있다.
테스크 타입 설계 단계(S120)는 상기 그래픽 사용자 인터페이스를 통해 상기 사용자가 복수의 테스크를 선택하여 워크플로우를 설계하는 단계일 수 있다.
또한, 테스크 타입 설계 단계(S120)는, 상기 사용자가 테스크 타입 제공 단계(S110)에서 제공되는 상기 테스크 중 하나 이상을 상기 워크플로우에서 사용할 테스크로 선택하는 입력과 선택된 하나 이상의 상기 테스크에 대한 설정값을 입력받는 단계일 수 있다.
워크플로우 생성 단계(S130)는 상기 사용자가 설계한 워크플로우에 대한 정보와 상기 워크플로우에 사용된 테스크의 데이터를 수신하여 상기 워크플로우를 생성하는 단계일 수 있다.
또한, 워크플로우 생성 단계(S130)는, 상기 테스크에 대한 설정값과, 상기 사용자가 선택한 상기 테스크에 대한 구동 프로그램을 이용하여 상기 워크플로우를 빌드하고 실행하는 것인 워크플로우를 생성하는 단계일 수 있다.
상기 그래픽 사용자 인터페이스는, 상기 워크플로우가 사용하는 데이터베이스 또는 외부 어플리케이션에 대한 접속 정보를 설정하는 자원설정 윈도우, 상기 테스크 타입을 설정하는 테스크 타입 설정 윈도우, 선택된 상기 테스크 별 상세 속성을 설정하는 테스크 상세 설정 윈도우 및 선택된 상기 테스크를 드래그 앤드 드랍방식을 통하여 배치하고 연결하는 워크플로우 생성 윈도우를 포함할 수 있다.
도 11은 본 발명의 일 실시예에 따른 워크플로우 생성 방법의 흐름도이다.
도 11을 참조하면, 본 발명의 일 실시예에 따른 워크플로우 생성 방법은 데이터 매핑 단계(S230), 워크플로우 실행 단계(S250), 데이터 파이프 저장 단계(S260) 또는 자원 관리 설정 단계(S270)를 더 포함할 수 있다.
데이터 매핑 단계(S230)는 상기 테스크에 대한 입력 파라미터와 상기 입력 파라미터와 관련된 상기 워크플로우에서 실행되는 실행 파라미터 간에 매핑을 수행하는 단계일 수 있다.
워크플로우 실행 단계(S250)는 생성된 워크플로우를 실행하는 단계일 수 있다.
데이터 파이프 저장 단계(S260)는 상기 워크플로우 실행 시, 각각의 상기 테스크에서 처리되는 입력 데이터와 출력 데이터를 데이터 파이프에 저장하는 데이터 파이프 저장 단계를 더 포함할 수 있다.
또한, 상기 워크플로우의 실행 중, 상기 데이터 파이프를 이용하여, 상기 테스크 중 제N번 테스크는 제1번 내지 제N-1번 테스크의 입력 데이터와 출력 데이터를 호출할 수 있다.
자원관리 설정 단계(S270)는 상기 워크플로우가 사용하는 데이터베이스 또는 외부 어플리케이션에 대한 접속 정보를 포함하는 자원을 상기 사용자가 설정할 수 있도록 상기 그래픽 사용자 인터페이스를 통하여 제공하는 단계일 수 있다.
본 발명의 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법은 SaaS(Software as a Service)로 제공될 수 있다.
본 발명의 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법은 복잡한 프로그래밍을 할 필요없이 업무 아이디어만으로 업무용 도구를 생성할 수 있다.
또한, 설계한 테스크를 다른 워크플로우에 재사용할 수 있으므로, 매번 테스크를 설정하는 노력없이, 다양한 테스크 조합에 의한 워크플로우를 생성할 수 있다.
또한, 각각의 테스크 및 각각의 워크플로우를 독립적으로 수행할 수 있으므로, 하나의 테스크나 워크플로우가 실패하더라도 다른 테스크나 워크플로우에 영향을 미치지 않으며, 효율성이 향상될 수 있다.
또한, 데이터 파이프가 실행된 테스크의 입출력값을 저장하고 있어, 그래프 구조로 수행되는 워크플로우의 단점을 제거할 수 있고, 각기 다를 워크플로우에 포함된 테스크의 입출력값을 서로 이용할 수 있다.
또한, 데이터 파이프를 이용하여 워크플로우가 중단되어도 해당 단계에서 곧바로 다시 재실행할 수 있다.
본 명세서에 기재된 다양한 실시예들은 하드웨어, 미들웨어, 마이크로코드, 소프트웨어 및/또는 이들의 조합에 의해 구현될 수 있다. 예를 들어, 다양한 실시예들은 하나 이상의 주문형 반도체(ASIC)들, 디지털 신호 프로세서(DSP)들, 디지털 신호 프로세싱 디바이스(DSPD)들, 프로그램어블 논리 디바이스(PLD)들, 필드 프로그램어블 게이트 어레이(FPGA)들, 프로세서들, 컨트롤러들, 마이크로컨트롤러들, 마이크로프로세서들, 여기서 제시되는 기능들을 수행하도록 설계되는 다른 전자 유닛들 또는 이들의 조합 내에서 구현될 수 있다.
또한, 예를 들어, 다양한 실시예들은 명령들을 포함하는 컴퓨터-판독가능한 매체에 수록되거나 인코딩될 수 있다. 컴퓨터-판독가능한 매체에 수록 또는 인코딩된 명령들은 프로그램 가능한 프로세서 또는 다른 프로세서로 하여금 예컨대, 명령들이 실행될 때 방법을 수행하게끔 할 수 있다. 컴퓨터-판독가능한 매체는 컴퓨터 저장 매체 및 하나의 장소로부터 다른 장소로 컴퓨터 프로그램의 이송을 용이하게 하는 임의의 매체를 포함하는 통신 매체 모두를 포함한다. 저장 매체는 컴퓨터에 의해 액세스될 수 있는 임의의 가용 매체일 수도 있다. 예를 들어, 이러한 컴퓨터-판독가능한 매체는 RAM, ROM, EEPROM, CD-ROM, Flash Memory 또는 기타 광학디스크 저장 매체, 자기 디스크 저장 매체 또는 기타 자기 저장 디바이스 또는 원하는 프로그램 코드를 컴퓨터에 의해 액세스가능한 명령들 또는 데이터 구조들의 형태로 반송하거나 저장하는데 이용될 수 있는 임의의 다른 매체를 포함할 수 있다.
이러한 하드웨어, 소프트웨어, 펌웨어 등은 본 명세서에 기술된 다양한 동작들 및 기능들을 지원하도록 동일한 디바이스 내에서 또는 개별 디바이스들 내에서 구현될 수 있다. 추가적으로, 본 발명에서 "~부"로 기재된 구성요소들, 유닛들, 모듈들, 컴포넌트들 등은 함께 또는 개별적이지만 상호 운용가능한 로직 디바이스들로서 개별적으로 구현될 수 있다. 모듈들, 유닛들 등에 대한 서로 다른 특징들의 묘사는 서로 다른 기능적 실시예들을 강조하기 위해 의도된 것이며, 이들이 개별 하드웨어 또는 소프트웨어 컴포넌트들에 의해 실현되어야만 함을 필수적으로 의미하지 않는다. 오히려, 하나 이상의 모듈들 또는 유닛들과 관련된 기능은 개별 하드웨어 또는 소프트웨어 컴포넌트들에 의해 수행되거나 또는 공통의 또는 개별의 하드웨어 또는 소프트웨어 컴포넌트들 내에 통합될 수 있다.
특정한 순서로 동작들이 도면에 도시되어 있지만, 이러한 동작들이 원하는 결과를 달성하기 위해 도시된 특정한 순서, 또는 순차적인 순서로 수행되거나, 또는 모든 도시된 동작이 수행되어야 할 필요가 있는 것으로 이해되지 말아야 한다. 임의의 환경에서는, 멀티태스킹 및 병렬 프로세싱이 유리할 수 있다. 더욱이, 상술한 실시예에서 다양한 구성요소들의 구분은 모든 실시예에서 이러한 구분을 필요로 하는 것으로 이해되어서는 안되며, 기술된 구성요소들이 일반적으로 단일 소프트웨어 제품으로 함께 통합되거나 다수의 소프트웨어 제품으로 패키징될 수 있다는 것이 이해되어야 한다.
본 발명은 도면에 도시된 실시예를 참고로 설명되었으나 이는 예시적인 것에 불과하며, 본 기술 분야의 통상의 지식을 가진 자라면 이로부터 다양한 변형 및 균등한 다른 실시 예가 가능하다는 점을 이해할 것이다. 따라서, 본 발명의 진정한 기술적 보호 범위는 첨부된 특허청구범위의 기술적 사상에 의해서 정해져야 할 것이다.

Claims (15)

  1. 복수의 테스크를 포함하는 워크플로우 생성을 위한 서비스 플랫폼 시스템으로서,
    미리 설계된 다양한 유형의 테스크의 정보를 저장하고 관리하는 테스크 타입 제공부;
    상기 테스크 타입 제공부로부터의 상기 테스크의 정보를 이용하여, 사용자가 상기 워크플로우를 설계하도록, 상기 사용자에게 그래픽 사용자 인터페이스를 제공하는 사용자 커뮤니케이션부; 및
    상기 사용자가 설계한 상기 워크플로우에 대한 정보를 상기 사용자 커뮤니케이션부로부터 수신하고, 상기 테스크 타입 제공부로부터 상기 워크플로우에 사용된 상기 테스크의 정보를 수신하여 상기 워크플로우를 생성하는 워크플로우 생성부;를 포함하는 것인 워크플로우 생성을 위한 서비스 플랫폼 시스템.
  2. 제1항에 있어서,
    상기 테스크 타입 제공부, 상기 사용자 커뮤니케이션부 및 상기 워크플로우 생성부는 서로 독립적으로 구성되어 상호 데이터 통신을 통하여 연동하는 것인 워크플로우 생성을 위한 서비스 플랫폼 시스템.
  3. 제1항에 있어서,
    상기 사용자 커뮤니케이션부는,
    상기 사용자가 상기 테스크 타입 제공부에 저장된 미리 설계된 상기 테스크 중 하나 이상을 상기 워크플로우에 사용할 테스크로 선택하고, 선택된 하나 이상의 상기 테스크에 대한 설정값을 입력하여 상기 테스크를 설계하도록, 상기 그래픽 사용자 인터페이스를 제공하는 것인 워크플로우 생성을 위한 서비스 플랫폼 시스템.
  4. 제3항에 있어서,
    상기 워크플로우 생성부는, 상기 사용자 커뮤니케이션부로부터 상기 테스크에 대한 설정값과, 상기 테스크 타입 제공부로부터 상기 사용자가 선택한 상기 테스크에 대한 구동 프로그램을 수신하여 상기 워크플로우를 빌드하고 실행하는 것인 워크플로우 생성을 위한 서비스 플랫폼 시스템.
  5. 제1항에 있어서,
    상기 테스크 정보는 미리 설계된 테스크 유형 정보 및 상기 미리 설계된 테스크의 설계 정보 중 하나 이상을 포함하는 것인 워크플로우 생성을 위한 서비스 플랫폼 시스템.
  6. 제1항에 있어서,
    상기 그래픽 사용자 인터페이스는,
    상기 워크플로우 생성부가 사용하는 데이터베이스 또는 외부 어플리케이션에 대한 접속 정보를 설정하는 자원설정 윈도우;
    상기 테스크의 타입을 설정하는 테스크 타입 설정 윈도우;
    선택된 상기 테스크 별 상세 속성을 설정하는 테스크 상세 설정 윈도우; 및
    선택된 상기 테스크를 드래그 앤드 드랍방식을 통하여 배치하고 연결하는 워크플로우 생성 윈도우;를 포함하는 것인 워크플로우 생성을 위한 서비스 플랫폼 시스템.
  7. 제1항에 있어서,
    상기 사용자 커뮤니케이션부는,
    상기 사용자 커뮤니케이션부로부터 입력 받은 상기 테스크에 대한 입력 파라미터와, 상기 입력 파라미터와 관련된 상기 워크플로우 생성부에서 실행되는 실행 파라미터 간에 매핑을 수행하는 데이터 매핑부를 포함하는 것인 워크플로우 생성을 위한 서비스 플랫폼 시스템.
  8. 제1항에 있어서,
    상기 워크플로우 생성부는,
    상기 워크플로우의 실행 시, 각각의 상기 테스크에서 처리되는 입력 데이터와 출력 데이터를 저장하는 데이터 파이프를 포함하는 것인 워크플로우 생성을 위한 서비스 플랫폼 시스템.
  9. 제8항에 있어서,
    상기 워크플로우 생성부는,
    상기 워크플로우 생성 중, 상기 데이터 파이프를 이용하여, 상기 테스크 중 제N번 테스크는 제1번 내지 제N-1번 테스크의 입력 데이터와 출력 데이터를 호출가능한 것인 워크플로우 생성을 위한 서비스 플랫폼 시스템.
  10. 제8항에 있어서,
    상기 워크플로우 생성부는,
    상기 워크플로우 실행 중, 상기 데이터 파이프를 이용하여 현재 단계의 상기 테스크에서 이전 단계의 상기 테스크로 롤백 가능한 것인 워크플로우 생성을 위한 서비스 플랫폼 시스템.
  11. 제1항에 있어서,
    상기 워크플로우 생성부가 사용하는 데이터베이스 또는 외부 어플리케이션에 대한 접속 정보를 포함하는 자원을 관리하는 자원설정 관리부;를 더 포함하고,
    상기 사용자 커뮤니케이션부는, 상기 그래픽 사용자 인터페이스를 통하여 상기 사용자가 상기 자원을 설정할 수 있도록 제공하는 것인 워크플로우 생성을 위한 서비스 플랫폼 시스템.
  12. 복수의 테스크를 포함하는 워크플로우 생성 방법으로서,
    미리 설계된 다양한 유형의 상기 테스크를 그래픽 사용자 인터페이스를 통하여 사용자에게 제공하는 테스크 타입 제공 단계;
    상기 그래픽 사용자 인터페이스를 통해 상기 사용자가 복수의 테스크를 선택하여 상기 워크플로우를 설계하는 테스크 타입 설계 단계; 및
    상기 사용자가 설계한 상기 워크플로우에 대한 정보와, 상기 워크플로우에 사용된 상기 테스크의 데이터를 수신하여 상기 워크플로우를 생성하는 워크플로우 생성 단계;를 포함하는 것인 워크플로우 생성 방법.
  13. 제12항에 있어서,
    상기 테스크에 대한 입력 파라미터와, 상기 입력 파라미터와 관련된 상기 워크플로우에서 실행되는 실행 파라미터 간에 매핑을 수행하는 데이터 매핑 단계를 더 포함하는 것인 워크플로우 생성 방법.
  14. 제12항에 있어서,
    상기 워크플로우 실행 시, 각각의 상기 테스크에서 처리되는 입력 데이터와 출력 데이터를 데이터 파이프에 저장하는 데이터 파이프 저장 단계를 더 포함하는 것인 워크플로우 생성 방법.
  15. 제14항에 있어서,
    상기 워크플로우의 실행 중, 상기 데이터 파이프를 이용하여, 상기 테스크 중 제N번 테스크는 제1번 내지 제N-1번 테스크의 입력 데이터와 출력 데이터를 호출가능한 것인 워크플로우 생성 방법.
PCT/KR2022/006936 2022-05-13 2022-05-13 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법 WO2023219194A1 (ko)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/KR2022/006936 WO2023219194A1 (ko) 2022-05-13 2022-05-13 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/KR2022/006936 WO2023219194A1 (ko) 2022-05-13 2022-05-13 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법

Publications (1)

Publication Number Publication Date
WO2023219194A1 true WO2023219194A1 (ko) 2023-11-16

Family

ID=88730551

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2022/006936 WO2023219194A1 (ko) 2022-05-13 2022-05-13 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법

Country Status (1)

Country Link
WO (1) WO2023219194A1 (ko)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090044185A1 (en) * 2007-08-08 2009-02-12 Innopath Software, Inc. Workflow-Based User Interface System for Mobile Devices Management
KR20090068938A (ko) * 2007-12-24 2009-06-29 한국기계연구원 분산된 엔지니어링 자원의 통합 및 실행을 위한 엔지니어링프레임워크 및 그를 이용한 방법
KR20100068708A (ko) * 2008-12-15 2010-06-24 광주과학기술원 다자간 협업 시스템 및 그 구성 방법, 상기 방법을 구현하는 프로그램이 기록된 기록매체
KR20170093136A (ko) * 2014-12-04 2017-08-14 마이크로소프트 테크놀로지 라이센싱, 엘엘씨 사용자 효율성 및 인터랙션 성능을 증가시키는 멀티태스크 워크플로우 컴포넌트의 사전 제시
KR102221863B1 (ko) * 2019-10-25 2021-03-02 (주)에스티이지 아이티 서비스 관리 서버, 시스템 및 그 방법
KR20220084792A (ko) * 2020-12-14 2022-06-21 주식회사 파워테스크 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090044185A1 (en) * 2007-08-08 2009-02-12 Innopath Software, Inc. Workflow-Based User Interface System for Mobile Devices Management
KR20090068938A (ko) * 2007-12-24 2009-06-29 한국기계연구원 분산된 엔지니어링 자원의 통합 및 실행을 위한 엔지니어링프레임워크 및 그를 이용한 방법
KR20100068708A (ko) * 2008-12-15 2010-06-24 광주과학기술원 다자간 협업 시스템 및 그 구성 방법, 상기 방법을 구현하는 프로그램이 기록된 기록매체
KR20170093136A (ko) * 2014-12-04 2017-08-14 마이크로소프트 테크놀로지 라이센싱, 엘엘씨 사용자 효율성 및 인터랙션 성능을 증가시키는 멀티태스크 워크플로우 컴포넌트의 사전 제시
KR102221863B1 (ko) * 2019-10-25 2021-03-02 (주)에스티이지 아이티 서비스 관리 서버, 시스템 및 그 방법
KR20220084792A (ko) * 2020-12-14 2022-06-21 주식회사 파워테스크 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법

Similar Documents

Publication Publication Date Title
Davis et al. Light hypermedia link services: A study of third party application integration
US20070061304A1 (en) Middleware and a method for implementing business logic using it
CN101882255A (zh) 一种基于面向服务体系结构的工作流装置、系统及配置方法
JP3268338B2 (ja) 計算機システム
KR102569415B1 (ko) 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법
US6658644B1 (en) Services-based architecture for a telecommunications enterprise
JP2022031626A (ja) 情報出力のための方法、装置、電子機器、記憶媒体及びコンピュータプログラム
CN113971037A (zh) 应用处理方法、装置、电子设备及存储介质
WO2018105804A1 (ko) Bpm 기반의 iot diy 시스템 및 이의 구현방법
WO2024090932A1 (ko) 수집 데이터 자동 처리를 위한 데이터 적재 프로파일링 장치 및 방법
WO2023219194A1 (ko) 워크플로우 생성을 위한 서비스 플랫폼 시스템 및 워크플로우 생성 방법
WO2009116748A2 (ko) 예약된 컴포넌트 컨테이너 기반 소프트웨어 개발 방법 및 장치
JP2010539555A (ja) メインフレームシステム環境を開放型システム環境に切り替えるリホスティング方法
JPH1127285A (ja) ネットワーク管理システム及び記録媒体
WO2021066231A1 (ko) Sql 쿼리 추천 방법 및 시스템
WO2020215680A1 (zh) 自动生成pojo类的方法、装置及存储介质、计算机设备
JP2000348111A (ja) ワークフロー管理方法及びその実施装置並びにその処理プログラムを記録した記録媒体
WO2016195220A1 (ko) Sns 플랫폼 기반의 업무 관리 시스템
CN104796465B (zh) 云平台业务处理方法和系统
JP4948126B2 (ja) Java(登録商標)言語プログラムを用いた大規模業務システムを分析するプログラム及びその処理方法
JPH1153223A (ja) データ処理方法、記録媒体及び電子機器
WO2019098428A1 (ko) 사용자 별 확장 가능 관리 테이블을 이용한 erp 펑션 제공 방법 및 이를 수행하는 erp 펑션 제공 시스템
JP2003242313A (ja) 業務進捗制御装置及びその方法と、業務進捗制御プログラム及びそのプログラムを記録した記録媒体
CN113034048A (zh) 任务处理方法、装置、服务器及存储介质
WO2018147529A1 (ko) 온라인 환경에서 구현되는 대시보드 내 차트간 인터랙션 방법

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22941781

Country of ref document: EP

Kind code of ref document: A1