JP6379679B2 - Processing program, information processing apparatus, and information processing method - Google Patents

Processing program, information processing apparatus, and information processing method Download PDF

Info

Publication number
JP6379679B2
JP6379679B2 JP2014111435A JP2014111435A JP6379679B2 JP 6379679 B2 JP6379679 B2 JP 6379679B2 JP 2014111435 A JP2014111435 A JP 2014111435A JP 2014111435 A JP2014111435 A JP 2014111435A JP 6379679 B2 JP6379679 B2 JP 6379679B2
Authority
JP
Japan
Prior art keywords
processing
additional
additional processing
common
target
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
JP2014111435A
Other languages
Japanese (ja)
Other versions
JP2015225598A (en
Inventor
拓朗 宇野
拓朗 宇野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2014111435A priority Critical patent/JP6379679B2/en
Publication of JP2015225598A publication Critical patent/JP2015225598A/en
Application granted granted Critical
Publication of JP6379679B2 publication Critical patent/JP6379679B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

処理プログラム、情報処理装置及び情報処理方法に関する。   The present invention relates to a processing program, an information processing apparatus, and an information processing method.

各機能を有するソフトウェアのうちからユーザが要求するソフトウェアの処理ステップを実行し、その実行結果をオンラインでユーザに提供するソフトウェア・サービスがある。ユーザによって複数のソフトウェアが選択された場合、ソフトウェアを組み合わせて実行した処理が禁則条件等の所定の条件に基づき正常に終了するかを実際の処理実行前に判定する必要がある。   There is a software service that executes a software processing step requested by a user from among software having each function and provides the execution result to the user online. When a plurality of pieces of software are selected by the user, it is necessary to determine whether or not the processing executed by combining the software normally ends based on a predetermined condition such as a prohibition condition before the actual processing is executed.

禁則条件に従い所定の実行手順を設定する技術の一例としては、カラープリンタが持つ機能及び禁則と、印刷プロセス全体が持つ機能及び禁則とを意識してジョブチケットに印刷設定を行う印刷システムが知られている(例えば、特許文献1参照)。   As an example of a technique for setting a predetermined execution procedure according to prohibition conditions, a printing system that performs print settings for a job ticket in consideration of the functions and prohibitions of a color printer and the functions and prohibitions of the entire printing process is known. (For example, refer to Patent Document 1).

特開2012−181777号公報JP 2012-181777 A 特開2000−278411号公報JP 2000-278411 A

特許文献1では、ユーザ毎にソフトウェアをカスタマイズし、カスタマイズした複数のソフトウェアを併存して動作させる。しかしながら、ユーザ毎にカスタマイズされた複数のソフトウェアが存在すると、ソフトウェア・サービスシステムにおける運用や管理が煩雑になる。換言すれば、ソフトウェア・サービスシステムでは、同じリソース(以下、「ワンリソース」ともいう。)で、ユーザ毎に異なる処理を実行させることが管理上重要である。   In Patent Document 1, software is customized for each user, and a plurality of customized software programs are operated together. However, if there are a plurality of software customized for each user, operation and management in the software service system becomes complicated. In other words, in the software service system, it is important in terms of management to execute different processes for each user with the same resource (hereinafter also referred to as “one resource”).

そこで、一つの側面では、本発明は、逐次解釈しながら実行する複数の共通処理の間で、リソースを変化させずに追加処理を実行すること目的とする。   Therefore, in one aspect, an object of the present invention is to execute an additional process without changing resources among a plurality of common processes executed while sequentially interpreting.

一つの態様では、 複数の共通処理ステップを含む共通処理対象と、前記共通処理対象に含まれる複数の共通処理ステップの間で実行され、前記共通処理対象の実行結果とは異なる実行結果を取得可能な追加処理ステップを含む複数の追加処理対象のうちから、処理対象の実行結果を取得する端末により選択された追加処理対象とに基づき、共通処理と追加処理とをコンピュータに実行させるための処理プログラムであって、前記共通処理は、前記共通処理対象に含まれる複数の共通処理ステップを実行し、前記複数の共通処理ステップの間で一又は複数回実行される追加処理を呼び出し、前記追加処理は、前記端末の設定画面で受け付けた追加処理対象の選択操作によって生成され、前記複数の追加処理の実行手順が定義された定義情報に基づき、前記追加処理を呼び出す処理に応じて、前記選択された追加処理対象の追加処理ステップを実行し、前記複数の追加処理対象のうちから二つの追加処理対象が選択された場合、前記二つの追加処理対象のうちの第一の追加処理対象に含まれる第一の追加処理ステップと、第二の追加処理対象に含まれる第二の追加処理ステップと、を組み合わせて実行した処理結果が正常終了であったときの実行手順が定義された定義情報を取得する処理を含み、前記追加処理は、前記追加処理を呼び出す処理に応じて、前記第一の追加処理ステップと第二の追加処理ステップとを、取得した前記定義情報に基づく実行手順に従い実行する、処理プログラムが提供される。 In one aspect, an execution result that is executed between a common processing target including a plurality of common processing steps and a plurality of common processing steps included in the common processing target and that is different from the execution result of the common processing target can be acquired. Processing program for causing a computer to execute common processing and additional processing based on an additional processing target selected by a terminal that obtains an execution result of the processing target from among a plurality of additional processing targets including additional processing steps The common process executes a plurality of common process steps included in the common process target, calls an additional process executed one or more times between the plurality of common process steps, and the additional process includes: Generated based on the selection operation of the additional processing target received on the setting screen of the terminal and based on the definition information in which the execution procedure of the plurality of additional processing is defined Therefore, according to the process for calling the additional process, the additional processing target of the selected additional processing target is executed, and when two additional processing targets are selected from the plurality of additional processing targets, the two additional processing targets are selected. The processing result executed by combining the first additional processing step included in the first additional processing target of the additional processing targets and the second additional processing step included in the second additional processing target ends normally. Including a process of acquiring definition information in which an execution procedure is defined, and the additional process includes a first additional process step and a second additional process step according to a process of calling the additional process, Is provided according to an execution procedure based on the acquired definition information .

一つの側面として、逐次解釈しながら実行する複数の共通処理の間で、リソースを変化させずに追加処理を実行することができる。   As one aspect, an additional process can be executed without changing resources between a plurality of common processes executed while sequentially interpreting.

一実施形態にかかるソフトウェアサービスシステムの全体構成の一例を示す図。The figure which shows an example of the whole structure of the software service system concerning one Embodiment. 一実施形態にかかるワンリソースを説明するための図。The figure for demonstrating the one resource concerning one Embodiment. 一実施形態にかかる共通処理への機能ユニットの追加を説明するための図。The figure for demonstrating the addition of the functional unit to the common process concerning one Embodiment. 一実施形態にかかる追加ユニットの一例を示す図。The figure which shows an example of the additional unit concerning one Embodiment. 一実施形態にかかるユーザ端末及びサーバの機能構成の一例を示す図。The figure which shows an example of a functional structure of the user terminal and server concerning one Embodiment. 一実施形態にかかるユーザ端末側処理の一例を示すフローチャート。The flowchart which shows an example of the user terminal side process concerning one Embodiment. 一実施形態にかかる実行依頼情報の一例を示す図。The figure which shows an example of the execution request information concerning one Embodiment. 一実施形態にかかるサーバ側処理の一例を示すフローチャート。The flowchart which shows an example of the server side process concerning one Embodiment. 一実施形態にかかる処理対象実行の過程を説明するための図。The figure for demonstrating the process of the process target execution concerning one Embodiment. 一実施形態にかかるサーバのハードウェア構成の一例を示す図。The figure which shows an example of the hardware constitutions of the server concerning one Embodiment.

以下、本発明の実施形態について添付の図面を参照しながら説明する。なお、本明細書及び図面において、実質的に同一の機能構成を有する構成要素については、同一の符号を付することにより重複した説明を省く。
<第1の実施形態>
[システムの全体構成]
まず、本発明の第1の実施形態に係るソフトウェアサービスシステム1について、図1を参照しながら説明する。図1は、一実施形態にかかるソフトウェアサービスシステム1の全体構成の一例を示す。
Hereinafter, embodiments of the present invention will be described with reference to the accompanying drawings. In addition, in this specification and drawing, about the component which has the substantially same function structure, the duplicate description is abbreviate | omitted by attaching | subjecting the same code | symbol.
<First Embodiment>
[System overall configuration]
First, a software service system 1 according to a first embodiment of the present invention will be described with reference to FIG. FIG. 1 shows an example of the overall configuration of a software service system 1 according to an embodiment.

ソフトウェアサービスシステム1では、テナントA、テナントB、テナントCがインターネット等のネットワーク30を介してサーバ10と接続されている。テナントAのユーザ端末20a〜20c、テナントBのユーザ端末20d〜20f、及びテナントCのユーザ端末20g〜20i(以下、ユーザ端末20a〜20iを総称して「ユーザ端末20」ともいう。)は、ユーザによって選択されたソフトウェアの実行要求をサーバ10に送信する。サーバ10は、実行要求に応じて選択されたソフトウェアを実行する。ユーザ端末20は、サーバ10による処理の実行結果を受信する。   In the software service system 1, tenant A, tenant B, and tenant C are connected to the server 10 via a network 30 such as the Internet. The user terminals 20a to 20c of the tenant A, the user terminals 20d to 20f of the tenant B, and the user terminals 20g to 20i of the tenant C (hereinafter, the user terminals 20a to 20i are collectively referred to as “user terminal 20”) The execution request for the software selected by the user is transmitted to the server 10. The server 10 executes the software selected according to the execution request. The user terminal 20 receives the execution result of the process by the server 10.

テナントA、テナントB、テナントCは、ソフトウェアサービスシステム1を利用するユーザの一例である。ソフトウェアサービスシステム1では、ワンリソースで、ユーザ毎に異なる処理を実行させることができる。この「ユーザ毎」は、テナント単位であってもよいし、各テナントに属する個々のユーザ単位であってもよいし、テナントA〜Cの全体であってもよい。   Tenant A, tenant B, and tenant C are examples of users who use the software service system 1. The software service system 1 can execute different processes for each user with one resource. This “per user” may be a tenant unit, an individual user unit belonging to each tenant, or the entire tenant A to C.

図1のテナント数は一例であり、これに限らない。また、ソフトウェアサービスシステム1を利用するユーザは、例えばコールセンター内の担当者、会社の社員、その他の団体の構成員であってもよい。ソフトウェアサービスシステム1では、サーバ10を使用してシステムを利用するユーザの単位毎に実行処理を分けて、各ユーザが選択する1又は複数の機能ユニットの実行結果を提供する。   The number of tenants in FIG. 1 is an example, and is not limited to this. The user who uses the software service system 1 may be, for example, a person in charge in a call center, a company employee, or a member of another group. In the software service system 1, the execution process is divided for each unit of users who use the system using the server 10, and the execution result of one or a plurality of functional units selected by each user is provided.

サーバ10がユーザ毎に実行する処理対象のソフトウェアには、共通処理を実行可能な共通処理対象と追加処理を実行可能な追加処理対象とが含まれる。追加処理対象は、共通処理対象の実行結果とは異なる実行結果を取得可能な追加処理ステップを含む。サーバ10は、複数の追加処理対象のうちからユーザ端末20により選択された追加処理対象を処理対象のソフトウェアに含める。サーバ10は、逐次解釈しながら実行する複数の共通処理の間で、ソフトウェアのリソースを変化させずに追加処理を実行し、その実行結果をオンラインでユーザに提供する。   The processing target software executed by the server 10 for each user includes a common processing target capable of executing common processing and an additional processing target capable of executing additional processing. The additional processing target includes an additional processing step capable of acquiring an execution result different from the execution result of the common processing target. The server 10 includes the additional processing target selected by the user terminal 20 from the plurality of additional processing targets in the processing target software. The server 10 executes additional processing without changing software resources among a plurality of common processing executed while sequentially interpreting, and provides the execution result to the user online.

サーバ10は、例えば、クラウドコンピューティングのサービス形態で実現され得る。サーバ10は、インターネット等のネットワークを介して、処理対象のソフトウェアの実行結果をテナント内のユーザ端末20に送信する。サーバ10は、処理対象に含まれる処理ステップを実行する情報処理装置の一例である。   The server 10 can be realized, for example, in the form of a cloud computing service. The server 10 transmits the execution result of the processing target software to the user terminal 20 in the tenant via a network such as the Internet. The server 10 is an example of an information processing apparatus that executes processing steps included in a processing target.

ユーザによって複数の追加処理対象が選択された場合、サーバ10は、複数の追加処理対象を組み合わせて実行した処理が禁則条件等の所定の条件に基づき正常に終了するかを実際の処理実行前に判定する必要がある。   When a plurality of additional processing targets are selected by the user, the server 10 determines whether the processing executed by combining the plurality of additional processing targets ends normally based on a predetermined condition such as a prohibition condition before executing the actual processing. It is necessary to judge.

[ワンリソース]
本実施形態に係るソフトウェアサービスシステム1では、ソフトウェアサービスシステム1が管理するソフトウェアはワンリソースである。本実施形態では、リソースを変化させずに、図2に示すデータ、画面及び処理の少なくともいずれかについてテナント毎に追加処理を実行するようにすることでテナント毎のカスタマイズを可能とする。これにより、本実施形態では、テナントAとテナントBとテナントCとで異なる処理A、処理B、処理Cを実行することができる。処理Aと処理Bと処理Cとには、共通処理が含まれてもよい。以下では、複数の共通処理の間で、リソースを変化させずに追加処理を実行する本実施形態の情報処理方法及びシステムについて説明する。
[One resource]
In the software service system 1 according to the present embodiment, software managed by the software service system 1 is one resource. In the present embodiment, customization is possible for each tenant by executing additional processing for each tenant for at least one of the data, screen, and processing shown in FIG. 2 without changing resources. Thereby, in this embodiment, the process A, the process B, and the process C which are different in the tenant A, the tenant B, and the tenant C can be executed. Process A, process B, and process C may include a common process. In the following, an information processing method and system according to the present embodiment that executes an additional process without changing resources among a plurality of common processes will be described.

[共通処理及び追加処理]
サーバ10が実行する処理対象には共通処理対象と追加処理対象とが含まれる。本実施形態に係るソフトウェアサービスシステム1は、共通処理対象として標準業務処理を実行するためのプログラム群を提供する。共通処理対象の一例としては、図3に示した「保存処理」が挙げられる。「保存処理」は、データを保存するという標準業務処理の一例であり、ここでは、入力チェックやデータ更新の処理ステップを含む。例えばテナントA内のコールセンターが「保存処理」の実行を要求すると、サーバ10は、コールセンターへ問合せがあった案件のデータの保存処理を実行し、その実行結果をコールセンターのユーザ端末20に送信する。
[Common processing and additional processing]
Processing targets executed by the server 10 include common processing targets and additional processing targets. The software service system 1 according to the present embodiment provides a program group for executing standard business processing as a common processing target. As an example of the common processing target, “save processing” shown in FIG. The “save process” is an example of a standard business process for saving data, and here includes input check and data update process steps. For example, when the call center in the tenant A requests execution of the “save process”, the server 10 executes a process for saving the data of the case for which an inquiry has been made to the call center, and transmits the execution result to the user terminal 20 in the call center.

本実施形態に係るソフトウェアサービスシステム1は、追加処理対象として標準業務に追加される追加処理を実行するためのプログラム群を提供する。以下では、追加処理対象のプログラムを「追加ユニット」ともいう。後述される図5のユニット情報DB16に記憶された追加ユニットの一例を図4に示す。例えば、共通処理が「保存処理」のとき、ユーザ端末20が「一時保存ユニット」及び「オンライン通知ユニット」の二つの追加ユニットを選択すると、保存処理の間に、「一時保存処理」と「オンライン通知処理」とが実行される。「一時保存ユニット」により実行される追加処理は、DBやファイル類を一時的に保存する処理である。「オンライン通知ユニット」により実行される追加処理は、保存されたデータが所定の閾値以上になったときにメールを発信する処理である。   The software service system 1 according to the present embodiment provides a program group for executing an additional process added to a standard job as an additional process target. Hereinafter, the program to be added is also referred to as “additional unit”. An example of the additional unit stored in the unit information DB 16 of FIG. 5 described later is shown in FIG. For example, when the common process is “save process” and the user terminal 20 selects two additional units of “temporary save unit” and “online notification unit”, “temporary save process” and “online Notification processing "is executed. The additional processing executed by the “temporary storage unit” is processing for temporarily storing a DB and files. The additional process executed by the “online notification unit” is a process for sending an e-mail when the stored data exceeds a predetermined threshold.

例えば、ユーザが、図3の左側に示されるユーザ端末20の画面上に表示された「保存」ボタンSを押すと、サーバ10は、共通処理対象の一例である保存処理をステップ1から順に逐次解釈しながら実行する。共通処理には、追加処理を実行可能にするためのソケットが予め設定されている。図3の保存処理には、ステップ5とステップ6の間にソケット1が設けられ、ステップ10とステップ11の間にソケット2が設けられ、ステップ15とステップ16の間にソケット3が設けられている。これらのソケットは、共通処理ステップの間においてソケットがある部分で所定の追加処理の処理ステップを実行可能なように、追加処理を実行するためのクラス(インスタンスとしてオブジェクトを生成可能なソフトウェア)を差し込む仮想的な差込口を示す。つまり、サーバ10は、複数の共通処理ステップを遂次解釈しながら実行する間に、ソケット位置に到達すると、追加処理を呼び出す処理ステップを実行する。サーバ10は、実行されるべき追加処理対象がある場合、その追加処理対象に含まれる追加処理ステップを実行する。サーバ10は、実行されるべき追加処理がない場合、次の共通処理ステップ以降を実行する。共通処理対象には、ソケットが一つ以上設けられている。   For example, when the user presses the “save” button S displayed on the screen of the user terminal 20 shown on the left side of FIG. 3, the server 10 sequentially performs the save process as an example of the common process target in order from step 1. Execute while interpreting. In the common process, a socket for enabling an additional process is set in advance. 3, the socket 1 is provided between step 5 and step 6, the socket 2 is provided between step 10 and step 11, and the socket 3 is provided between step 15 and step 16. Yes. For these sockets, a class (software that can generate an object as an instance) for executing additional processing is inserted so that a predetermined additional processing processing step can be executed at a portion where the socket exists between common processing steps. A virtual outlet is shown. That is, the server 10 executes a processing step that calls an additional process when the socket position is reached while executing a plurality of common processing steps while sequentially interpreting the plurality of common processing steps. When there is an additional processing target to be executed, the server 10 executes an additional processing step included in the additional processing target. If there is no additional process to be executed, the server 10 executes the subsequent common processing steps and thereafter. One or more sockets are provided in the common processing target.

追加処理対象は、追加ユニットの単位で管理される。追加ユニットは、一又は複数のクラスプールから構成されているクラスである。クラスプールは、共通処理対象に挿入できる処理(ロードモジュール)であり、ユーザ端末20のアプリケーション起動時に読み込まれる。   Additional processing targets are managed in units of additional units. The additional unit is a class composed of one or a plurality of class pools. The class pool is a process (load module) that can be inserted into the common process target, and is read when the application of the user terminal 20 is activated.

ユーザ端末20は、どのソケットに何の追加ユニット(クラス)を追加するかを機能ユニット毎に定義する。つまり、ユーザ端末20は、共通処理対象に設けられたどのソケットに何の追加ユニットを差し込むかを定義することで、共通処理と追加処理との実行手順を定義する各機能ユニットの定義情報を生成する。   The user terminal 20 defines which additional unit (class) is added to which socket for each functional unit. That is, the user terminal 20 generates the definition information of each functional unit that defines the execution procedure of the common process and the additional process by defining what additional unit is inserted into which socket provided for the common process target. To do.

追加ユニットの選択操作は、ユーザ端末20のユニット設定画面上へのユーザ又は管理者(以下、単に「ユーザ」という。)のタッチ操作等により、GUIを用いて設定することができる。例えば、ユーザ端末20が「一時保存ユニット」を選択した場合、ソケット1に一時保存ユニット(クラス1)の処理を追加し、ソケット2には何も追加せず、ソケット3にはオンライン通知ユニット(クラス2)を追加する機能ユニット1の定義情報が生成される。このようにユーザ端末20が「一時保存ユニット」の追加ユニットを選択した場合、「オンライン通知ユニット」の追加ユニットが自動的にソケット3に挿入されるようにしてもよい。機能ユニット1の定義情報を生成する際には、追加ユニットを追加して実行した処理が禁則条件等の所定の条件に基づき正常に終了するかを実際の処理実行前に判定し、正常終了した実行手順の定義情報が採用される。例えば、ソケット1にて追加ユニットを実行した場合には正常終了するが、ソケット2にて追加ユニット実行した場合には異常終了する場合には、ソケット1にて追加ユニットを実行する実行手順が定義情報に定義される。   The additional unit selection operation can be set using a GUI by a user or administrator (hereinafter simply referred to as “user”) touch operation on the unit setting screen of the user terminal 20. For example, when the user terminal 20 selects “temporary storage unit”, the processing of the temporary storage unit (class 1) is added to the socket 1, nothing is added to the socket 2, and the online notification unit ( Definition information of the functional unit 1 to which the class 2) is added is generated. As described above, when the user terminal 20 selects the additional unit of “temporary storage unit”, the additional unit of “online notification unit” may be automatically inserted into the socket 3. When generating the definition information of the functional unit 1, it is determined before the actual process execution whether the process executed by adding the additional unit ends normally based on a predetermined condition such as a prohibition condition. Execution procedure definition information is adopted. For example, if an additional unit is executed in socket 1, the process ends normally, but if an additional unit is executed in socket 2, the process ends abnormally. Defined in information.

このようにして、共通処理ステップの間にソケットを設け、ソケットに追加処理を実行するためのクラスを差し込むことで、ワンリソースにおけるオプション処理が実行可能になる。   In this way, an optional process in one resource can be executed by providing a socket between common processing steps and inserting a class for executing an additional process in the socket.

ユーザが二つの追加ユニットを選択した場合も同様に、ユーザ端末20は、機能ユニットを定義する。例えば、機能ユニット2には、選択された二つの追加ユニットに対してソケット1には何も追加せず、ソケット2にはクラス3の追加処理を挿入し、ソケット3にはクラス4の追加処理を挿入するように定義情報が定義される。   Similarly, when the user selects two additional units, the user terminal 20 defines functional units. For example, in function unit 2, nothing is added to socket 1 for the two selected additional units, class 3 additional processing is inserted into socket 2, and class 4 additional processing is inserted into socket 3. Definition information is defined so as to be inserted.

機能ユニットの定義情報を生成する際には、二つ以上のソフトウェアを組み合わせて実行した処理が禁則条件等の所定の条件に基づき正常終了するかを実際の処理実行前に判定し、正常終了した実行手順の定義情報を採用する。   When generating functional unit definition information, it is determined whether the processing executed by combining two or more pieces of software ends normally based on a predetermined condition such as a prohibition condition before the actual processing is executed, and the processing ends normally. Use execution procedure definition information.

例えば、「一時保存ユニット」と「オンライン通知ユニット」とが選択された場合、禁則等の所定の条件情報に基づき、これらの二つの追加ユニットの相互関係に応じた実行手順が定義される。例えば、これらの二つの追加ユニットの間には、一時保存ユニットの処理実行後にオンライン通知ユニットの処理が実行されるという相互関係がある。また、「一時保存ユニット」と「保存処理」との間には、一時保存ユニットの処理実行後の保存処理の入力チェックはスキップするという相互関係がある。一時保存されたデータは、一時的にデータを退避させている状態であり、必須の入力項目にデータがない状態もあり得るため、一時保存されたデータに入力チェックすることは正常な処理ではないためである。   For example, when “temporary storage unit” and “online notification unit” are selected, an execution procedure corresponding to the mutual relationship between these two additional units is defined based on predetermined condition information such as prohibition. For example, there is an interrelationship between these two additional units in which the online notification unit process is executed after the temporary storage unit process. In addition, the “temporary storage unit” and the “storage process” have a mutual relationship that the input check of the storage process after the process of the temporary storage unit is skipped. Temporarily stored data is a state where data is temporarily saved, and there may be a state where there is no data in required input items, so it is not a normal process to check input to temporarily stored data Because.

複数の追加処理対象について、それぞれの追加処理対象に含まれる追加処理ステップ(第一の追加処理ステップ及び第二の追加処理ステップに相当)の実行手順が、所定の条件情報に基づいて正常終了するかが判定される。また、追加処理対象の追加処理ステップと共通処理対象の共通処理ステップの実行手順が、1又は複数の所定の条件情報に基づいて正常終了するかが判定される。そして、各機能ユニットの定義情報には、各処理対象の実行手順が正常終了すると判定された手順が定義される。定義情報はテナント毎に生成され、サーバ10に保存される。定義情報は、クラウドコンピューティング上の他の記憶装置に記憶されてもよいし、本実施形態に係るソフトウェアサービスシステム1内のいずれかの記憶装置に記憶されてもよい。   For a plurality of additional processing targets, the execution procedure of the additional processing steps (corresponding to the first additional processing step and the second additional processing step) included in each additional processing target ends normally based on predetermined condition information. Is determined. Further, it is determined whether or not the execution procedure of the additional processing target additional processing step and the common processing target common processing step is normally terminated based on one or a plurality of predetermined condition information. In the definition information of each functional unit, a procedure that is determined that the execution procedure of each processing target ends normally is defined. Definition information is generated for each tenant and stored in the server 10. The definition information may be stored in another storage device on the cloud computing, or may be stored in any storage device in the software service system 1 according to the present embodiment.

これにより、本実施形態にかかるサーバ10は、正常に稼働する実行手順を定義した定義情報に基づき、共通処理ステップを逐次解釈しながら実行する間に、リソースを変化させずに追加処理ステップを実行することができる。   As a result, the server 10 according to the present embodiment executes the additional processing step without changing the resource while executing the processing while sequentially interpreting the common processing step based on the definition information that defines the execution procedure that operates normally. can do.

サーバ1は、その実行結果をユーザの属性情報に応じて特定のユーザに提供する。例えば、ユーザの属性情報がテナントAであれば、テナントAに属するユーザ端末20に実行結果を送信する。   The server 1 provides the execution result to a specific user according to the user attribute information. For example, if the user attribute information is tenant A, the execution result is transmitted to user terminals 20 belonging to tenant A.

なお、本実施形態では、定義情報がテナント毎に定義される例を挙げて説明するが、これに限らず、定義情報はテナント内のユーザ毎に定義されてもよいし、テナント内のユーザを所定のグループに分けた時のグループ毎に定義されてもよい。   In this embodiment, an example in which the definition information is defined for each tenant will be described. However, the definition information may be defined for each user in the tenant, and the definition information may be defined for each user in the tenant. It may be defined for each group when it is divided into predetermined groups.

[ユーザ端末及びサーバの機能構成]
次に、本実施形態に係るユーザ端末20及びサーバ10の機能構成の一例について、図5を参照しながら説明する。図5は、一実施形態にかかるユーザ端末20及びサーバ10の機能構成の一例を示す。
[Functional configuration of user terminal and server]
Next, an example of functional configurations of the user terminal 20 and the server 10 according to the present embodiment will be described with reference to FIG. FIG. 5 shows an example of functional configurations of the user terminal 20 and the server 10 according to an embodiment.

ユーザ端末20は、通信部21、定義情報生成部22、表示部23、選択部24及び実行依頼部25を有する。定義情報生成部22は、ユーザによって選択された追加処理対象(追加ユニット)に応じて、共通処理と追加処理との実行手順を定義する定義情報を生成する。   The user terminal 20 includes a communication unit 21, a definition information generation unit 22, a display unit 23, a selection unit 24, and an execution request unit 25. The definition information generation unit 22 generates definition information that defines the execution procedure of the common process and the additional process according to the additional process target (additional unit) selected by the user.

例えば、ユーザが選択した追加ユニットのうちから「一時保存ユニット」と「集計ユニット」を選択した場合、例えば、図3の機能ユニット1、2に示す定義情報が生成される。つまり、一時保存ユニットの追加処理ステップを実行するクラス1をソケット1に差し込むとともに、オンライン通知ユニットの追加処理ステップを実行するクラス2をソケット3に差し込む定義情報が生成される。これにより、機能ユニット1の定義情報の生成が完了する。   For example, when “temporary storage unit” and “counting unit” are selected from the additional units selected by the user, for example, the definition information shown in the functional units 1 and 2 in FIG. 3 is generated. That is, the definition information for inserting the class 1 for executing the temporary storage unit addition processing step into the socket 1 and the class 2 for executing the online notification unit addition processing step into the socket 3 is generated. Thereby, the generation of the definition information of the functional unit 1 is completed.

また、集計ユニットの追加処理ステップを実行するクラス3をソケット2に差し込むとともに、集計ユニットに関連した追加処理ステップを実行するクラス4をソケット3に自動的に差し込む定義情報が生成される。これにより、機能ユニット2の定義情報の生成が完了する。このように、ユーザが選択した追加ユニットから生成される機能ユニットの定義情報は、一つであってもよいし、複数であってもよい。   In addition, the definition information for automatically inserting the class 4 for executing the additional processing step related to the aggregation unit into the socket 3 is generated while the class 3 for executing the additional processing step of the aggregation unit is inserted into the socket 2. Thereby, the generation of the definition information of the functional unit 2 is completed. In this way, the function unit definition information generated from the additional unit selected by the user may be one or plural.

定義情報の生成では、禁則条件等の所定の条件情報に基づいて、追加処理を挿入するソケット位置が定められる。例えば、「集計ユニット」で倉庫内にある製品の個数を集計する追加処理が行われたとし、「一時保存ユニット」で一時的に倉庫内に製品を保存する追加処理が行われたとする。この場合、ソケット1で「一時保存ユニット」の追加処理が実行された後、「集計ユニット」の追加処理を実行する際、倉庫内にある製品の全体数から一時的に保存された製品を差し引いた集計結果を算出する必要がある。   In the generation of definition information, a socket position into which additional processing is inserted is determined based on predetermined condition information such as a prohibition condition. For example, it is assumed that an additional process for totalizing the number of products in the warehouse is performed by the “totaling unit”, and an additional process for temporarily storing the products in the warehouse is performed by the “temporary storage unit”. In this case, after the “temporary storage unit” addition process is executed in socket 1, when the “aggregation unit” addition process is executed, the temporarily stored product is subtracted from the total number of products in the warehouse. It is necessary to calculate the total results.

定義情報生成部22は、このように連携した処理が必要な複数の追加ユニットの組み合わせに関し、複数の追加ユニットの相互関係により連携した処理を正常に処理させるようにそれぞれの追加ユニットの実行手順を示す定義情報を生成する。   The definition information generation unit 22 performs the execution procedure of each additional unit so that the combined processing is normally performed due to the mutual relationship of the plurality of additional units with respect to the combination of the plurality of additional units that need the combined processing. Generate the definition information shown.

表示部23は、ユーザ端末20にユニット設定画面を表示する。選択部24は、ユニット設定画面をタッチ操作することで、1又は2以上の追加ユニットを選択する。実行依頼部25は、生成された定義情報に基づく処理対象の実行要求をサーバ10に依頼する。   The display unit 23 displays a unit setting screen on the user terminal 20. The selection unit 24 selects one or more additional units by touching the unit setting screen. The execution request unit 25 requests the server 10 to execute a processing target based on the generated definition information.

通信部21は、実行依頼部25による処理対象の実行要求をサーバ10に送信し、これに対してサーバ10が実行した処理対象の処理結果を受信する。通信部21が送信した処理対象の実行要求に含まれる定義情報は、サーバ10の定義情報DB(データベース)15に保存される。   The communication unit 21 transmits a processing target execution request from the execution request unit 25 to the server 10 and receives a processing target processing result executed by the server 10 in response to the request. The definition information included in the processing target execution request transmitted by the communication unit 21 is stored in the definition information DB (database) 15 of the server 10.

サーバ10は、通信部11、処理実行部12、呼出部13、表示制御部14、定義情報DB15及びユニット情報DB16を有する。   The server 10 includes a communication unit 11, a processing execution unit 12, a calling unit 13, a display control unit 14, a definition information DB 15, and a unit information DB 16.

通信部11は、各テナントのユーザ端末20と通信し、ユーザ端末20から送信された処理対象の実行要求を受信し、これに対してサーバ10が実行した処理対象の処理結果を送信する。表示制御部14は、例えばウェブブラウザによりテナント内のユーザ端末20にユニット設定画面を表示するように制御する。   The communication unit 11 communicates with the user terminal 20 of each tenant, receives the processing target execution request transmitted from the user terminal 20, and transmits the processing target processing result executed by the server 10 to the request. The display control unit 14 performs control so that the unit setting screen is displayed on the user terminal 20 in the tenant by, for example, a web browser.

処理実行部12は、処理対象の実行要求に応じて、定義情報DB15に保存された定義情報に基づき、共通処理及び追加処理の各処理ステップを実行する。処理実行部12が共通処理対象に含まれる共通処理ステップをソケットの位置まで実行すると、呼出部13は、追加処理を呼び出す。追加処理は、複数の共通処理ステップの間で一又は複数回実行され得る。   The process execution unit 12 executes each process step of the common process and the additional process based on the definition information stored in the definition information DB 15 in response to an execution request to be processed. When the process execution unit 12 executes the common process steps included in the common process target up to the socket position, the calling unit 13 calls an additional process. The additional processing can be performed one or more times between multiple common processing steps.

処理実行部12及び呼出部13による処理対象の実行を図3を参照しながら具体的に説明する。図3では、処理実行部12は、共通処理対象の「保存処理」のステップ1〜ステップ5を実行する。次に、呼出部13は、ソケット1のステップにて、定義情報DB15から特定の定義情報を取得し、ソケット1に差し込むべき追加ユニット(クラス)を呼び出す。ソケット1に差し込むべき追加ユニットがある場合、処理実行部12は、差し込んだ追加ユニット(クラス1)の追加処理ステップを実行する。例えば、ユニット1に差し込まれた追加処理として「一時保存処理」が実行される。   Execution of the processing target by the processing execution unit 12 and the calling unit 13 will be specifically described with reference to FIG. In FIG. 3, the process execution unit 12 executes steps 1 to 5 of the “save process” that is the common process target. Next, the calling unit 13 acquires specific definition information from the definition information DB 15 in the step of the socket 1 and calls an additional unit (class) to be inserted into the socket 1. When there is an additional unit to be inserted into the socket 1, the process execution unit 12 executes an additional processing step of the inserted additional unit (class 1). For example, “temporary storage processing” is executed as additional processing inserted into the unit 1.

次に、処理実行部12は、共通処理対象に戻りステップ6を実行する。ステップ6〜ステップ10において実行される入力チェック処理では、保存されたデータのうち必ず入力が必要な項目の入力チェックが行われる。一時保存されたデータは入力チェックの対象ではないため、機能ユニット1の定義情報には、一時保存されたデータに対してステップ6〜ステップ10の入力チェックは実行しないと定義されている。これに従い、処理実行部12は、ステップ6〜ステップ10の共通処理をスキップする。   Next, the process execution unit 12 returns to the common process target and executes step 6. In the input check process executed in steps 6 to 10, input check is performed on items that must be input from the stored data. Since the temporarily stored data is not subject to input check, the definition information of the functional unit 1 defines that the input check in step 6 to step 10 is not performed on the temporarily stored data. In accordance with this, the process execution unit 12 skips the common process of step 6 to step 10.

次に、呼出部13は、取得した定義情報に基づきソケット2に差し込むべき追加ユニットを呼び出す。ソケット2に差し込むべき追加ユニットがない場合、処理実行部12は、共通処理対象のステップに戻り、ステップ11〜ステップ15のデータ更新処理を実行する。   Next, the calling unit 13 calls an additional unit to be inserted into the socket 2 based on the acquired definition information. If there is no additional unit to be inserted into the socket 2, the process execution unit 12 returns to the common process target step and executes the data update process of steps 11 to 15.

次に、呼出部13は、取得した定義情報に基づきソケット3に差し込むべき追加ユニットを呼び出す。ソケット3に差し込むべき追加ユニットがある場合、処理実行部12は、差し込んだ追加ユニット(クラス3)の追加処理ステップを実行する。例えば、ユニット1に差し込まれた追加処理として「オンライン通知ユニット」が実行される。   Next, the calling unit 13 calls an additional unit to be inserted into the socket 3 based on the acquired definition information. When there is an additional unit to be inserted into the socket 3, the process execution unit 12 executes an additional processing step for the inserted additional unit (class 3). For example, an “online notification unit” is executed as an additional process inserted into the unit 1.

次に、処理実行部12は、共通処理対象のステップに戻り、ステップ16〜ステップ18の処理を実行し、本処理を終了する。   Next, the process execution unit 12 returns to the common process target step, executes the processes of Steps 16 to 18, and ends this process.

[ユーザ端末側処理]
次に、本実施形態に係るユーザ端末側処理について、図6を参照しながら説明する。図6は、一実施形態にかかるユーザ端末側処理の一例を示すフローチャートである。
[User terminal processing]
Next, user terminal side processing according to the present embodiment will be described with reference to FIG. FIG. 6 is a flowchart illustrating an example of user terminal side processing according to the embodiment.

まず、表示部23は、ユーザ端末20にユニット設定画面を表示する(ステップS10)。ユニット設定画面には、ユニット情報DB16に記憶された追加ユニットの項目が選択可能に表示されている。   First, the display unit 23 displays a unit setting screen on the user terminal 20 (step S10). On the unit setting screen, items of additional units stored in the unit information DB 16 are displayed so as to be selectable.

次に、選択部24は、ユーザの画面操作により追加処理対象の追加ユニットが選択されたかを判定する(ステップS12)。選択部24は、追加ユニットが選択されたと判定するまで、ステップS12の処理を繰り返す。   Next, the selection unit 24 determines whether an additional unit to be added is selected by the user's screen operation (step S12). The selection unit 24 repeats the process of step S12 until it is determined that an additional unit has been selected.

選択部24により追加ユニットが選択されたと判定された場合、定義情報生成部22は、所定の条件に基づき、選択した追加ユニットに応じて処理対象の実行手順を示す定義情報を生成する(ステップS14)。   When it is determined that the additional unit has been selected by the selection unit 24, the definition information generation unit 22 generates definition information indicating an execution procedure to be processed according to the selected additional unit based on a predetermined condition (step S14). ).

次に、定義情報生成部22は、生成された実行手順により追加処理を含む処理対象が正常終了するかを判定する(ステップS16)。定義情報生成部22は、正常終了すると判定された実行手順を機能ユニットの定義情報として定義する。   Next, the definition information generation unit 22 determines whether or not the processing target including the additional processing is normally terminated by the generated execution procedure (Step S16). The definition information generation unit 22 defines the execution procedure determined to end normally as functional unit definition information.

次に、実行依頼部25は、定義された実行手順に基づく追加処理の実行依頼情報を生成する(ステップS18)。例えば、実行依頼部25は、図7に示すように、ユーザの属性情報81、実行手順(定義情報)82、共通処理対象83及び追加処理対象84を含む実行依頼情報を生成する。属性情報81には、実行依頼の主体が示されている。例えば、図7では、「機能ユニット1」で定義された実行手順に基づき、共通処理対象83と追加処理対象84で示される処理対象が実行され、「テナントA」に属するユーザ端末20に実行結果が提供される。これにより、属性情報81に設定された主体毎に追加処理を設定できる。   Next, the execution request unit 25 generates execution request information for additional processing based on the defined execution procedure (step S18). For example, as illustrated in FIG. 7, the execution request unit 25 generates execution request information including user attribute information 81, an execution procedure (definition information) 82, a common processing target 83, and an additional processing target 84. The attribute information 81 indicates the subject of the execution request. For example, in FIG. 7, based on the execution procedure defined in “functional unit 1”, the processing targets indicated by the common processing target 83 and the additional processing target 84 are executed, and the execution result is sent to the user terminals 20 belonging to “tenant A”. Is provided. Thereby, an additional process can be set for each subject set in the attribute information 81.

図6に戻り、通知部21は、実行依頼情報80をサーバ10に送信し、実行依頼情報80に含まれる処理対象の実行依頼を通知する(ステップS20)。これにより、サーバ10は、実行依頼情報80に含まれる実行手順82に基づき、共通処理対象及び追加処理対象の各処理ステップを実行する。例えば、共通処理対象が「保存処理」の場合、サーバ10は、図3のソケット1にて「一時保存ユニット」の追加処理ステップを実行し、ソケット3にて「オンライン通知ユニット」の追加処理ステップを実行する。通信部21は、サーバ10による実行結果を取得する(ステップS22)。サーバ10による実行結果は、「テナントA」に属するユーザ端末20に送信される。   Returning to FIG. 6, the notification unit 21 transmits the execution request information 80 to the server 10 and notifies the execution request to be processed included in the execution request information 80 (step S <b> 20). Thereby, the server 10 executes each processing step of the common processing target and the additional processing target based on the execution procedure 82 included in the execution request information 80. For example, when the common processing target is “save processing”, the server 10 executes the “temporary storage unit” addition processing step in the socket 1 of FIG. 3 and the “online notification unit” addition processing step in the socket 3. Execute. The communication part 21 acquires the execution result by the server 10 (step S22). The execution result by the server 10 is transmitted to the user terminals 20 belonging to “tenant A”.

[サーバ側処理]
次に、本実施形態に係るサーバ側処理について、図8を参照しながら説明する。図8は、一実施形態にかかるサーバ側処理の一例を示すフローチャートである。
[Server-side processing]
Next, server-side processing according to the present embodiment will be described with reference to FIG. FIG. 8 is a flowchart illustrating an example of server-side processing according to an embodiment.

まず、通信部11が、ユーザ端末20から送信された実行依頼を受信し、実行依頼情報80を取得する(ステップS50)。実行依頼情報80は、定義情報DB15に保存される。次に、処理実行部12は、共通処理の処理ステップを実行する(ステップS52)。処理実行部12は、まず、共通処理対象の処理ステップを逐次処理する。   First, the communication unit 11 receives an execution request transmitted from the user terminal 20, and acquires execution request information 80 (step S50). The execution request information 80 is stored in the definition information DB 15. Next, the process execution part 12 performs the process step of a common process (step S52). First, the process execution unit 12 sequentially processes the process steps to be processed.

図9は、処理対象の実行過程を示す。共通処理では、表示処理(画像定義)→業務処理1→業務処理2→業務処理3の順に、複数の共通処理ステップが逐次実行される。共通処理ステップの間には1又は2以上のソケットがある。   FIG. 9 shows the execution process of the processing target. In the common processing, a plurality of common processing steps are sequentially executed in the order of display processing (image definition) → business processing 1 → business processing 2 → business processing 3. There are one or more sockets between common processing steps.

図8に戻り、処理実行部12が共通処理ステップを実行する間に、呼出部13は、ソケットがあるかを判定する(ステップS54)。共通処理ステップの実行処理がソケット位置まで進むと、呼出部13は、ソケットがあると判定し、追加処理を呼び出す。つまり、呼出部13は、定義情報DB15に保存された特定の機能ユニットの定義情報に基づき、ソケット位置で実行される追加ユニットが定義されているかを判定する(ステップS56)。呼出部13により追加ユニットが定義されていると判定された場合、処理実行部12は、定義されている追加ユニットの追加処理ステップを実行し(ステップS58)、次のステップがあるかを判定する(ステップS60)。   Returning to FIG. 8, while the process execution unit 12 executes the common process step, the calling unit 13 determines whether there is a socket (step S54). When the execution process of the common process step proceeds to the socket position, the calling unit 13 determines that there is a socket and calls an additional process. That is, the calling unit 13 determines whether an additional unit to be executed at the socket position is defined based on the definition information of the specific functional unit stored in the definition information DB 15 (step S56). When it is determined by the calling unit 13 that an additional unit is defined, the process executing unit 12 executes an additional process step for the defined additional unit (step S58) and determines whether there is a next step. (Step S60).

また、ステップS54にてソケットがないと判定された場合、または、ステップS56にて追加ユニットが定義されていないと判定された場合、処理実行部12は、次のステップがあるかを判定する(ステップS60)。   If it is determined in step S54 that there is no socket, or if it is determined in step S56 that no additional unit is defined, the process execution unit 12 determines whether there is a next step ( Step S60).

例えば、図9の機能ユニット1の定義情報では、ソケット1の位置で、所定の共通処理ステップが実行された後、画面周辺の追加ユニット(クラス1)がソケット1に差し込まれ、画面周辺の追加ユニットの追加処理ステップが実行される。その後、次の共通処理ステップが実行される。図9に示した表示処理の実行が終了すると、次の業務処理1の共通処理ステップが実行される。同様にして、ソケット2の位置で、定義情報DB15に定義された機能ユニットにそのソケット位置で実行される追加ユニットが定義されているかが判定される。機能ユニット1の定義情報にはソケット2の位置で実行される追加ユニットは定義されていない。よって、次の共通処理ステップが実行される。このようにして、図8のステップS52〜ステップS60を繰り返すことで、図9に示す共通処理ステップが逐次実行される間に、定義情報に基づき所定のソケット位置で追加処理ステップが実行される。   For example, in the definition information of the functional unit 1 in FIG. 9, after a predetermined common processing step is executed at the position of the socket 1, an additional unit (class 1) around the screen is inserted into the socket 1 to add the screen periphery. A unit addition processing step is executed. Thereafter, the next common processing step is executed. When the execution of the display process shown in FIG. 9 ends, the common process step of the next business process 1 is executed. Similarly, it is determined whether an additional unit to be executed at the socket position is defined in the functional unit defined in the definition information DB 15 at the socket 2 position. The additional unit executed at the position of the socket 2 is not defined in the definition information of the functional unit 1. Therefore, the next common processing step is executed. In this way, by repeating steps S52 to S60 of FIG. 8, an additional processing step is executed at a predetermined socket position based on the definition information while the common processing steps shown in FIG. 9 are sequentially executed.

図8のステップS60にて次のステップがないと判定された場合、通信部11は、処理の実行結果をユーザ端末20に通知し(ステップS62)、本処理を終了する。   If it is determined in step S60 of FIG. 8 that there is no next step, the communication unit 11 notifies the execution result of the process to the user terminal 20 (step S62), and the process ends.

以上に説明したように、本実施形態に係るソフトウェアサービスシステム1によれば、共通処理対象の処理ステップの間に追加処理対象の処理ステップを挿入して実行することができる。つまり、逐次解釈しながら実行する複数の共通処理ステップの間で、リソースを変化させずに追加処理ステップを実行することができる。これにより、ワンリソースでユーザ毎に異なる処理を実行することで、ソフトウェア・サービスシステム1における運用や管理が容易になり、効率よくソフトウェア・サービスを提供することができる。   As described above, according to the software service system 1 according to the present embodiment, it is possible to insert a processing step that is an additional processing target between processing steps that are a common processing target and execute the processing step. That is, the additional processing step can be executed without changing the resource among the plurality of common processing steps executed while sequentially interpreting. As a result, by performing different processing for each user with one resource, operation and management in the software service system 1 are facilitated, and software services can be provided efficiently.

(ハードウェア構成例)
最後に、サーバ10のハードウェア構成の一例について簡単に説明する。図10は、本実施形態にかかるサーバ10のハードウェア構成の一例を示す。ユーザ端末20のハードウェア構成は、サーバ10のハードウェア構成と同様の構成であるため、ここではサーバ10のハードウェア構成を説明し、ユーザ端末20のハードウェア構成については説明を省略する。
(Hardware configuration example)
Finally, an example of the hardware configuration of the server 10 will be briefly described. FIG. 10 shows an example of the hardware configuration of the server 10 according to the present embodiment. Since the hardware configuration of the user terminal 20 is the same as the hardware configuration of the server 10, the hardware configuration of the server 10 will be described here, and the description of the hardware configuration of the user terminal 20 will be omitted.

サーバ10は、入力装置101、表示装置102、外部I/F103、RAM(Random Access Memory)104、ROM(Read Only Memory)105、CPU(Central Processing Unit)106、通信I/F107及びHDD(Hard Disk Drive)108を備え、それぞれがバスBで相互に接続されている。   The server 10 includes an input device 101, a display device 102, an external I / F 103, a RAM (Random Access Memory) 104, a ROM (Read Only Memory) 105, a CPU (Central Processing Unit) 106, a communication I / F 107, and an HDD (Hard Disk). Drive) 108, which are mutually connected by a bus B.

入力装置101は、キーボードやマウスなどを含み、サーバ10に各操作を入力するために用いられる。表示装置102は、ディスプレイなどを含み、各種のデータを表示する。通信I/F107は、サーバ10を他の機器に接続するインターフェイスである。これにより、サーバ10は、通信I/F107を介してユーザ端末20と接続し、通信可能となる。   The input device 101 includes a keyboard and a mouse, and is used for inputting each operation to the server 10. The display device 102 includes a display and displays various data. The communication I / F 107 is an interface that connects the server 10 to other devices. As a result, the server 10 can communicate with the user terminal 20 via the communication I / F 107.

HDD108は、プログラムやデータを格納している不揮発性の記憶装置である。HDD108には、例えば、上記実施形態にかかる処理対象の実行処理を行うためにCPU106により実行されるプログラムが格納される。   The HDD 108 is a non-volatile storage device that stores programs and data. The HDD 108 stores, for example, a program that is executed by the CPU 106 in order to perform an execution process to be processed according to the above embodiment.

外部I/F103は、外部装置とのインターフェイスである。外部装置には、記録媒体103aなどがある。サーバ10は、外部I/F103を介して、記録媒体103aの読み取り及び/又は書き込みを行うことができる。記録媒体103aには、CD(Compact Disk)、及びDVD(Digital Versatile Disk)、ならびに、SDメモリカード(SD Memory card)やUSBメモリ(Universal Serial Bus memory)等がある。記録媒体103aには、上記実施形態にかかる処理対象の実行処理を行うためにCPU106により実行されるプログラムが格納されてもよい。   The external I / F 103 is an interface with an external device. The external device includes a recording medium 103a. The server 10 can read and / or write to the recording medium 103a via the external I / F 103. The recording medium 103a includes a CD (Compact Disk), a DVD (Digital Versatile Disk), an SD memory card (SD Memory card), a USB memory (Universal Serial Bus memory), and the like. The recording medium 103a may store a program that is executed by the CPU 106 in order to perform an execution process to be processed according to the above embodiment.

ROM105は、不揮発性の半導体メモリ(記憶装置)であり、ネットワーク設定などのプログラムやデータが格納されている。RAM104は、プログラムやデータを一時保持する揮発性の半導体メモリ(記憶装置)である。CPU106は、上記記憶装置(例えば「HDD」や「ROM」など)から、プログラムやデータをRAM上に読み出し、処理を実行することで、装置全体の制御や搭載機能を実現する演算装置である。   The ROM 105 is a non-volatile semiconductor memory (storage device), and stores programs and data such as network settings. The RAM 104 is a volatile semiconductor memory (storage device) that temporarily stores programs and data. The CPU 106 is an arithmetic device that realizes control and mounting functions of the entire apparatus by reading programs and data from the storage device (for example, “HDD” and “ROM”) onto the RAM and executing processing.

処理実行部12及び呼出部13の各部は、HDD108にインストールされたプログラムがCPU106に実行させる処理により実現される。定義情報DB15及びユニット情報DB16は、例えば、RAM104、HDD108又はサーバ10に接続される記憶装置を用いて実現可能である。   Each unit of the processing execution unit 12 and the calling unit 13 is realized by a process executed by the CPU 106 by a program installed in the HDD 108. The definition information DB 15 and the unit information DB 16 can be realized using a storage device connected to the RAM 104, the HDD 108, or the server 10, for example.

以上、処理プログラム、情報処理装置及び情報処理方法を上記実施形態により説明したが、本発明は上記実施形態にかかる処理プログラム、情報処理装置及び情報処理方法に限定されるものではなく、本発明の範囲内で種々の変形及び改良が可能である。また、上記実施形態及びその変形を矛盾しない範囲で組み合わせることができる。   The processing program, the information processing apparatus, and the information processing method have been described in the above embodiment, but the present invention is not limited to the processing program, the information processing apparatus, and the information processing method according to the above embodiment. Various modifications and improvements are possible within the scope. Moreover, the said embodiment and its deformation | transformation can be combined in the range which does not contradict.

上記実施形態においてサーバを一例として説明した本発明にかかる情報処理装置の各部の機能は、分散型ネットワーク内のあらゆる点に配置することができ、これにより本発明にかかるソフトウェアサービスシステムに影響を及ぼすことはない。   The functions of each part of the information processing apparatus according to the present invention described with the server as an example in the above embodiment can be arranged at any point in the distributed network, thereby affecting the software service system according to the present invention. There is nothing.

本発明の情報処理装置は、特殊コンピュータ、プログラムされたマイクロプロセッサ、マイクロコントローラ、ASIC(Application Specific Integrated Circuit)、他の集積回路DSP(Digital Signal Processor)、ハードワイヤード電子素子、論理素子、例えばプログラム可能な論理回路、ゲートアレイ、例えば、PLD(Programmable Logic Device)、PLA(Programmable Logic Array)、FPGA(Field-Programmable Gate Array)、その他の手段を含んでもよい。本発明の情報処理方法は、これらの手段により実現することができる。   The information processing apparatus of the present invention is a special computer, a programmed microprocessor, a microcontroller, an ASIC (Application Specific Integrated Circuit), another integrated circuit DSP (Digital Signal Processor), a hard-wired electronic element, a logic element, for example, programmable Such a logic circuit and gate array, for example, PLD (Programmable Logic Device), PLA (Programmable Logic Array), FPGA (Field-Programmable Gate Array), and other means may be included. The information processing method of the present invention can be realized by these means.

本発明の情報処理方法は、HDD108やその他の記憶装置に記憶された処理プログラムで実行できる。本発明の情報処理方法は、ソフトウェア、ハードウェア又はそれらの組み合わせにより実現できる。   The information processing method of the present invention can be executed by a processing program stored in the HDD 108 or other storage device. The information processing method of the present invention can be realized by software, hardware, or a combination thereof.

本発明にかかるソフトウェアサービスシステムは、例えば、アプレット、JAVA(登録商標)、各種コンピュータ、ワークステーション、クラウドコンピューティングの資源を使用して実現できる。   The software service system according to the present invention can be realized using, for example, applet, JAVA (registered trademark), various computers, workstations, and cloud computing resources.

また、上記実施形態にて説明した各フローチャートは、特定のシーケンスを例に説明したが、本発明にかかる処理対象の実行処理に影響を及ぼすことなく、特定のシーケンスの変更、追加、一部省略が可能である。   Moreover, although each flowchart demonstrated in the said embodiment demonstrated the specific sequence as an example, the change of a specific sequence, addition, one part omission is omitted, without affecting the execution process of the process target concerning this invention. Is possible.

本発明のユーザ端末に用いられるハードウェアは、コンピュータ、携帯用装置、電話器(携帯電話、インターネット電話、デジタル式電話、アナログ式電話)等の公知のハードウェアで実現できる。   The hardware used for the user terminal of the present invention can be realized by known hardware such as a computer, a portable device, and a telephone (cell phone, Internet phone, digital phone, analog phone).

以上の説明に関し、更に以下の項を開示する。
(付記1)
複数の共通処理ステップを含む共通処理対象と、前記共通処理対象に含まれる複数の共通処理ステップの間で実行され、前記共通処理対象の実行結果とは異なる実行結果を取得可能な追加処理ステップを含む複数の追加処理対象のうちから、処理対象の実行結果を取得する端末により選択された追加処理対象と、に基づき、共通処理と追加処理とをコンピュータに実行させるための処理プログラムであって、
前記共通処理は、
前記共通処理対象に含まれる複数の共通処理ステップを実行し、
前記複数の共通処理ステップの間で一又は複数回実行される追加処理を呼び出し、
前記追加処理は、
前記複数の追加処理の実行手順が定義された定義情報に基づき、前記追加処理を呼び出す処理に応じて、前記選択された追加処理対象の追加処理ステップを実行する、
処理プログラム。
(付記2)
前記複数の追加処理対象のうちから二つの追加処理対象が選択された場合、前記二つの追加処理対象のうちの第一の追加処理対象に含まれる第一の追加処理ステップ及び第二の追加処理対象に含まれる第二の追加処理ステップの実行手順が所定の条件情報に基づいて定義された定義情報を取得する処理を含み、
前記追加処理は、
前記追加処理を呼び出す処理に応じて、前記第一の追加処理ステップ及び第二の追加処理ステップを、前記定義情報に基づく実行手順に従い実行する、
(付記3)
前記第一の追加処理ステップと前記第二の追加処理ステップとを組み合わせて実行した処理結果が正常終了であったときの実行手順が定義された定義情報を取得する、
付記2に記載の処理プログラム。
(付記4)
複数の共通処理ステップを含む共通処理対象と、前記共通処理対象に含まれる複数の共通処理ステップの間で実行され、前記共通処理対象の実行結果とは異なる実行結果を取得可能な追加処理ステップを含む複数の追加処理対象のうちから、処理対象の実行結果を取得する端末により選択された追加処理対象とに基づき、共通処理と追加処理とを実行する情報処理装置であって、
前記共通処理対象に含まれる複数の共通処理ステップを実行する処理実行部と、
前記複数の共通処理ステップの間で一又は複数回実行される追加処理を呼び出す呼出部と、を有し、
前記処理実行部は、
前記複数の追加処理の実行手順が定義された定義情報に基づき、前記追加処理の呼び出しに応じて、前記選択された追加処理対象の追加処理ステップを実行する、
情報処理装置。
(付記5)
前記処理実行部は、
前記複数の追加処理対象のうちから二つの追加処理対象が選択された場合、前記二つの追加処理対象のうちの第一の追加処理対象に含まれる第一の追加処理ステップ及び第二の追加処理対象に含まれる第二の追加処理ステップの実行手順が所定の条件情報に基づいて定義された定義情報を取得し、
前記追加処理を呼び出す処理に応じて、前記第一の追加処理ステップ及び第二の追加処理ステップを、前記定義情報に基づく実行手順に従い実行する、
(付記6)
前記処理実行部は、
前記第一の追加処理ステップと前記第二の追加処理ステップとを組み合わせて実行した処理結果が正常終了であったときの実行手順が定義された定義情報を取得する、
付記5に記載の情報処理装置。
(付記7)
複数の共通処理ステップを含む共通処理対象と、前記共通処理対象に含まれる複数の共通処理ステップの間で実行され、前記共通処理対象の実行結果とは異なる実行結果を取得可能な追加処理ステップを含む複数の追加処理対象のうちから、処理対象の実行結果を取得する端末により選択された追加処理対象とに基づき、共通処理と追加処理とをコンピュータが実行する情報処理方法であって、
前記共通処理は、
前記共通処理対象に含まれる複数の共通処理ステップを実行し、
前記複数の共通処理ステップの間で一又は複数回実行される追加処理を呼び出す、処理を含み、
前記追加処理は、
前記複数の追加処理の実行手順が定義された定義情報に基づき、前記追加処理を呼び出す処理に応じて、前記選択された追加処理対象の追加処理ステップを実行する処理を含む、
情報処理方法。
(付記8)
前記複数の追加処理対象のうちから二つの追加処理対象が選択された場合、前記二つの追加処理対象のうちの第一の追加処理対象に含まれる第一の追加処理ステップ及び第二の追加処理対象に含まれる第二の追加処理ステップの実行手順が所定の条件情報に基づいて定義された定義情報を取得する処理を含み、
前記追加処理は、
前記追加処理を呼び出す処理に応じて、前記第一の追加処理ステップ及び第二の追加処理ステップを、前記定義情報に基づく実行手順に従い実行する、
付記7に記載の情報処理方法。
(付記9)
前記取得する処理は、
前記第一の追加処理ステップと前記第二の追加処理ステップとを組み合わせて実行した処理結果が正常終了であったときの実行手順が定義された定義情報を取得する、
付記8に記載の情報処理方法。
(付記10)
処理対象に含まれる処理ステップを実行するサーバと、前記処理対象を依頼して前記処理対象の実行結果を取得する端末とを含む処理システムにおいて、
前記端末は、
複数の処理ステップが含まれる第一の処理対象、および、前記第一の処理対象に含まれる複数の処理ステップの間で実行されることにより前記第一の処理対象とは別の実行結果を取得可能な追加処理ステップが含まれる複数の追加処理対象の内の少なくとも二つが選択されると、第一の追加処理対象に含まれる第一の追加処理ステップと、第二の追加処理対象に含まれる第二の追加処理ステップとを組み合わせた実行依頼情報について、該実行依頼情報が正常終了する前記第一の追加処理ステップと前記第二の追加処理ステップの実行順序を所定の条件情報に基づいて特定し、
前記特定した実行順序に基づいて、前記第一の追加処理ステップと、第二の追加機能に含まれる第二の追加処理ステップとを実行させる実行依頼情報を生成し、
生成した前記実行依頼情報を、前記処理サーバに送信し、
前記処理サーバは、
前記端末から送信された前記実行依頼情報についての処理を実行し、
前記処理の実行結果を前記ユーザ端末に送信する、
処理システム。
(付記11)
前記端末は、
前記第一の追加処理ステップと、前記第二の追加処理ステップとを組み合わせた実行依頼情報が実行される場合に正常終了するか否かを判別し、
正常終了すると判断した場合には、生成した前記実行依頼情報を前記処理サーバに送信する、
付記10に記載の処理システム。
Regarding the above description, the following items are further disclosed.
(Appendix 1)
An additional processing step that is executed between a common processing target including a plurality of common processing steps and a plurality of common processing steps included in the common processing target, and capable of acquiring an execution result different from the execution result of the common processing target. A processing program for causing a computer to execute a common process and an additional process based on an additional process target selected by a terminal that acquires an execution result of the process target from among a plurality of additional process targets including:
The common process is:
Executing a plurality of common processing steps included in the common processing target;
Invoking additional processing that is executed one or more times between the plurality of common processing steps,
The additional processing includes
Based on the definition information in which the execution procedure of the plurality of additional processes is defined, an additional processing step of the selected additional processing target is executed according to a process of calling the additional process.
Processing program.
(Appendix 2)
When two additional processing targets are selected from the plurality of additional processing targets, a first additional processing step and a second additional processing included in the first additional processing target of the two additional processing targets The execution procedure of the second additional processing step included in the target includes processing for acquiring definition information defined based on predetermined condition information,
The additional processing includes
Executing the first additional processing step and the second additional processing step according to an execution procedure based on the definition information in accordance with the processing for calling the additional processing;
(Appendix 3)
Obtaining definition information defining an execution procedure when the processing result executed in combination with the first additional processing step and the second additional processing step is normal termination;
The processing program according to attachment 2.
(Appendix 4)
An additional processing step that is executed between a common processing target including a plurality of common processing steps and a plurality of common processing steps included in the common processing target, and capable of acquiring an execution result different from the execution result of the common processing target. An information processing apparatus that executes common processing and additional processing based on an additional processing target selected by a terminal that acquires an execution result of the processing target from among a plurality of additional processing targets including:
A process execution unit that executes a plurality of common process steps included in the common process target;
A calling unit that invokes additional processing that is executed one or more times between the plurality of common processing steps,
The process execution unit
Based on the definition information in which the execution procedure of the plurality of additional processes is defined, the additional processing target of the selected additional processing target is executed in response to the calling of the additional process.
Information processing device.
(Appendix 5)
The process execution unit
When two additional processing targets are selected from the plurality of additional processing targets, a first additional processing step and a second additional processing included in the first additional processing target of the two additional processing targets The execution procedure of the second additional processing step included in the target obtains definition information defined based on predetermined condition information,
Executing the first additional processing step and the second additional processing step according to an execution procedure based on the definition information in accordance with the processing for calling the additional processing;
(Appendix 6)
The process execution unit
Obtaining definition information defining an execution procedure when the processing result executed in combination with the first additional processing step and the second additional processing step is normal termination;
The information processing apparatus according to appendix 5.
(Appendix 7)
An additional processing step that is executed between a common processing target including a plurality of common processing steps and a plurality of common processing steps included in the common processing target, and capable of acquiring an execution result different from the execution result of the common processing target. An information processing method in which a computer executes a common process and an additional process based on an additional process target selected by a terminal that acquires an execution result of the process target from among a plurality of additional process targets including:
The common process is:
Executing a plurality of common processing steps included in the common processing target;
Calling an additional process that is executed one or more times between the plurality of common processing steps,
The additional processing includes
Including a process of executing an additional process step of the selected additional process target in response to a process of calling the additional process based on definition information in which an execution procedure of the plurality of additional processes is defined.
Information processing method.
(Appendix 8)
When two additional processing targets are selected from the plurality of additional processing targets, a first additional processing step and a second additional processing included in the first additional processing target of the two additional processing targets The execution procedure of the second additional processing step included in the target includes processing for acquiring definition information defined based on predetermined condition information,
The additional processing includes
Executing the first additional processing step and the second additional processing step according to an execution procedure based on the definition information in accordance with the processing for calling the additional processing;
The information processing method according to attachment 7.
(Appendix 9)
The process to obtain is
Obtaining definition information defining an execution procedure when the processing result executed in combination with the first additional processing step and the second additional processing step is normal termination;
The information processing method according to attachment 8.
(Appendix 10)
In a processing system including a server that executes processing steps included in a processing target and a terminal that requests the processing target and obtains an execution result of the processing target.
The terminal
An execution result different from the first processing target is obtained by being executed between a first processing target including a plurality of processing steps and a plurality of processing steps included in the first processing target. When at least two of a plurality of additional processing targets including possible additional processing steps are selected, the first additional processing step included in the first additional processing target and the second additional processing target are included. For the execution request information combined with the second additional processing step, the execution order of the first additional processing step and the second additional processing step at which the execution request information ends normally is specified based on predetermined condition information And
Based on the specified execution order, generate execution request information for executing the first additional processing step and the second additional processing step included in the second additional function,
Send the generated execution request information to the processing server,
The processing server
Execute processing for the execution request information transmitted from the terminal,
Transmitting the execution result of the process to the user terminal;
Processing system.
(Appendix 11)
The terminal
Determining whether or not to end normally when execution request information combining the first additional processing step and the second additional processing step is executed;
If it is determined that the process ends normally, the generated execution request information is transmitted to the processing server.
The processing system according to attachment 10.

1:ソフトウェアサービスシステム
10:サーバ
20:ユーザ端末
11:通信部
12:処理実行部
13:呼出部
14:表示制御部
15:定義情報DB
16:ユニット情報DB16
21:通信部
22:定義情報生成部
23:表示部
24:選択部
25:実行依頼部
1: Software service system 10: Server 20: User terminal 11: Communication unit 12: Processing execution unit 13: Calling unit 14: Display control unit 15: Definition information DB
16: Unit information DB 16
21: Communication unit 22: Definition information generation unit 23: Display unit 24: Selection unit 25: Execution request unit

Claims (5)

複数の共通処理ステップを含む共通処理対象と、前記共通処理対象に含まれる複数の共通処理ステップの間で実行され、前記共通処理対象の実行結果とは異なる実行結果を取得可能な追加処理ステップを含む複数の追加処理対象のうちから、処理対象の実行結果を取得する端末により選択された追加処理対象とに基づき、共通処理と追加処理とをコンピュータに実行させるための処理プログラムであって、
前記共通処理は、
前記共通処理対象に含まれる複数の共通処理ステップを実行し、
前記複数の共通処理ステップの間で一又は複数回実行される追加処理を呼び出し、
前記追加処理は、
前記端末の設定画面で受け付けた追加処理対象の選択操作によって生成され、前記複数の追加処理の実行手順が定義された定義情報に基づき、前記追加処理を呼び出す処理に応じて、前記選択された追加処理対象の追加処理ステップを実行し、
前記複数の追加処理対象のうちから二つの追加処理対象が選択された場合、前記二つの追加処理対象のうちの第一の追加処理対象に含まれる第一の追加処理ステップと、第二の追加処理対象に含まれる第二の追加処理ステップと、を組み合わせて実行した処理結果が正常終了であったときの実行手順が定義された定義情報を取得する処理を含み、
前記追加処理は、
前記追加処理を呼び出す処理に応じて、前記第一の追加処理ステップと第二の追加処理ステップとを、取得した前記定義情報に基づく実行手順に従い実行する、処理プログラム。
An additional processing step that is executed between a common processing target including a plurality of common processing steps and a plurality of common processing steps included in the common processing target, and capable of acquiring an execution result different from the execution result of the common processing target. A processing program for causing a computer to execute common processing and additional processing based on an additional processing target selected by a terminal that acquires an execution result of the processing target from among a plurality of additional processing targets including:
The common process is:
Executing a plurality of common processing steps included in the common processing target;
Invoking additional processing that is executed one or more times between the plurality of common processing steps,
The additional processing includes
Based on the definition information generated by the selection operation of the additional process target received on the setting screen of the terminal and defining the execution procedure of the plurality of additional processes, the selected additional process is performed according to the process of calling the additional process Perform additional processing steps for processing ,
When two additional processing targets are selected from the plurality of additional processing targets, a first additional processing step included in the first additional processing target of the two additional processing targets and a second additional processing target Including a process of acquiring definition information in which an execution procedure is defined when the processing result executed in combination with the second additional processing step included in the processing target is a normal end,
The additional processing includes
A processing program for executing the first additional processing step and the second additional processing step according to an execution procedure based on the acquired definition information in accordance with a process for calling the additional process .
複数の共通処理ステップを含む共通処理対象と、前記共通処理対象に含まれる複数の共通処理ステップの間で実行され、前記共通処理対象の実行結果とは異なる実行結果を取得可能な追加処理ステップを含む複数の追加処理対象のうちから、処理対象の実行結果を取得する端末により選択された追加処理対象とに基づき、共通処理と追加処理とを実行する情報処理装置であって、
前記共通処理対象に含まれる複数の共通処理ステップを実行する処理実行部と、
前記複数の共通処理ステップの間で一又は複数回実行される追加処理を呼び出す呼出部と、を有し、
前記処理実行部は、
前記端末の設定画面で受け付けた追加処理対象の選択操作によって生成され、前記複数の追加処理の実行手順が定義された定義情報に基づき、前記追加処理の呼び出しに応じて、前記選択された追加処理対象の追加処理ステップを実行し、
前記追加処理は、
前記複数の追加処理対象のうちから二つの追加処理対象が選択された場合、前記二つの追加処理対象のうちの第一の追加処理対象に含まれる第一の追加処理ステップと、第二の追加処理対象に含まれる第二の追加処理ステップと、を組み合わせて実行した処理結果が正常終了であったときの実行手順が定義された定義情報を取得する処理を含み、
前記処理実行部は、
前記呼出部による前記追加処理の呼び出しに応じて、前記第一の追加処理ステップと第二の追加処理ステップとを、取得した前記定義情報に基づく実行手順に従い実行する、情報処理装置。
An additional processing step that is executed between a common processing target including a plurality of common processing steps and a plurality of common processing steps included in the common processing target, and capable of acquiring an execution result different from the execution result of the common processing target. An information processing apparatus that executes common processing and additional processing based on an additional processing target selected by a terminal that acquires an execution result of the processing target from among a plurality of additional processing targets including:
A process execution unit that executes a plurality of common process steps included in the common process target;
A calling unit that invokes additional processing that is executed one or more times between the plurality of common processing steps,
The process execution unit
Based on the definition information generated by the selection operation of the additional processing target received on the setting screen of the terminal and defining the execution procedure of the plurality of additional processing, the selected additional processing in response to the call of the additional processing Perform additional processing steps of interest ,
The additional processing includes
When two additional processing targets are selected from the plurality of additional processing targets, a first additional processing step included in the first additional processing target of the two additional processing targets and a second additional processing target Including a process of acquiring definition information in which an execution procedure is defined when the processing result executed in combination with the second additional processing step included in the processing target is a normal end,
The process execution unit
An information processing apparatus that executes the first additional processing step and the second additional processing step according to an execution procedure based on the acquired definition information in response to the calling of the additional processing by the calling unit.
複数の共通処理ステップを含む共通処理対象と、前記共通処理対象に含まれる複数の共通処理ステップの間で実行され、前記共通処理対象の実行結果とは異なる実行結果を取得可能な追加処理ステップを含む複数の追加処理対象のうちから、処理対象の実行結果を取得する端末により選択された追加処理対象とに基づき、共通処理と追加処理とをコンピュータが実行する情報処理方法であって、
前記共通処理は、
前記共通処理対象に含まれる複数の共通処理ステップを実行し、
前記複数の共通処理ステップの間で一又は複数回実行される追加処理を呼び出す、処理を含み、
前記追加処理は、
前記端末の設定画面で受け付けた追加処理対象の選択操作によって生成され、前記複数の追加処理の実行手順が定義された定義情報に基づき、前記追加処理を呼び出す処理に応じて、前記選択された追加処理対象の追加処理ステップを実行する処理を含み、
前記複数の追加処理対象のうちから二つの追加処理対象が選択された場合、前記二つの追加処理対象のうちの第一の追加処理対象に含まれる第一の追加処理ステップと、第二の追加処理対象に含まれる第二の追加処理ステップと、を組み合わせて実行した処理結果が正常終了であったときの実行手順が定義された定義情報を取得する処理を含み、
前記追加処理は、
前記追加処理を呼び出す処理に応じて、前記第一の追加処理ステップと第二の追加処理ステップとを、取得した前記定義情報に基づく実行手順に従い実行する、情報処理方法。
An additional processing step that is executed between a common processing target including a plurality of common processing steps and a plurality of common processing steps included in the common processing target, and capable of acquiring an execution result different from the execution result of the common processing target. An information processing method in which a computer executes a common process and an additional process based on an additional process target selected by a terminal that acquires an execution result of the process target from among a plurality of additional process targets including:
The common process is:
Executing a plurality of common processing steps included in the common processing target;
Calling an additional process that is executed one or more times between the plurality of common processing steps,
The additional processing includes
Based on the definition information generated by the selection operation of the additional process target received on the setting screen of the terminal and defining the execution procedure of the plurality of additional processes, the selected additional process is performed according to the process of calling the additional process the processing to perform additional processing step of processing the object seen including,
When two additional processing targets are selected from the plurality of additional processing targets, a first additional processing step included in the first additional processing target of the two additional processing targets and a second additional processing target Including a process of acquiring definition information in which an execution procedure is defined when the processing result executed in combination with the second additional processing step included in the processing target is a normal end,
The additional processing includes
An information processing method for executing the first additional processing step and the second additional processing step according to an execution procedure based on the acquired definition information in accordance with a process for calling the additional process .
処理対象に含まれる処理ステップを実行するサーバと、前記処理対象を依頼して前記処理対象の実行結果を取得する端末とを含む処理システムにおいて、
前記端末は、
複数の処理ステップが含まれる第一の処理対象、および、前記第一の処理対象に含まれる複数の処理ステップの間で実行されることにより前記第一の処理対象とは別の実行結果を取得可能な追加処理ステップが含まれる複数の追加処理対象の内の少なくとも二つが選択されると、第一の追加処理対象に含まれる第一の追加処理ステップと、第二の追加処理対象に含まれる第二の追加処理ステップとを組み合わせた実行依頼情報について、該実行依頼情報が正常終了する前記第一の追加処理ステップと前記第二の追加処理ステップの実行順序を所定の条件情報に基づいて特定し、
前記特定した実行順序に基づいて、前記第一の追加処理ステップと、第二の追加機能に含まれる第二の追加処理ステップとを実行させる実行依頼情報を生成し、
生成した前記実行依頼情報を、前記サーバに送信し、
前記サーバは、
前記端末から送信された前記実行依頼情報についての処理を実行し、
前記処理の実行結果を前記端末に送信する、
処理システム。
In a processing system including a server that executes processing steps included in a processing target and a terminal that requests the processing target and obtains an execution result of the processing target.
The terminal
An execution result different from the first processing target is obtained by being executed between a first processing target including a plurality of processing steps and a plurality of processing steps included in the first processing target. When at least two of a plurality of additional processing targets including possible additional processing steps are selected, the first additional processing step included in the first additional processing target and the second additional processing target are included. For the execution request information combined with the second additional processing step, the execution order of the first additional processing step and the second additional processing step at which the execution request information ends normally is specified based on predetermined condition information And
Based on the specified execution order, generate execution request information for executing the first additional processing step and the second additional processing step included in the second additional function,
The generated execution request information is transmitted to the server,
The server
Execute processing for the execution request information transmitted from the terminal,
Sending the execution result of the process to the terminal;
Processing system.
前記端末は、
前記第一の追加処理ステップと、前記第二の追加処理ステップとを組み合わせた実行依頼情報が実行される場合に正常終了するか否かを判別し、
正常終了すると判断した場合には、生成した前記実行依頼情報を前記サーバに送信する、
請求項に記載の処理システム。
The terminal
Determining whether or not to end normally when execution request information combining the first additional processing step and the second additional processing step is executed;
If it is determined that the process ends normally, the generated execution request information is transmitted to the server.
The processing system according to claim 4 .
JP2014111435A 2014-05-29 2014-05-29 Processing program, information processing apparatus, and information processing method Active JP6379679B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014111435A JP6379679B2 (en) 2014-05-29 2014-05-29 Processing program, information processing apparatus, and information processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014111435A JP6379679B2 (en) 2014-05-29 2014-05-29 Processing program, information processing apparatus, and information processing method

Publications (2)

Publication Number Publication Date
JP2015225598A JP2015225598A (en) 2015-12-14
JP6379679B2 true JP6379679B2 (en) 2018-08-29

Family

ID=54842272

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014111435A Active JP6379679B2 (en) 2014-05-29 2014-05-29 Processing program, information processing apparatus, and information processing method

Country Status (1)

Country Link
JP (1) JP6379679B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006260529A (en) * 2005-02-16 2006-09-28 Denso Wave Inc Program-providing system
WO2011108193A1 (en) * 2010-03-05 2011-09-09 日本電気株式会社 Program creation support device, program, and information system

Also Published As

Publication number Publication date
JP2015225598A (en) 2015-12-14

Similar Documents

Publication Publication Date Title
CN108153670B (en) Interface testing method and device and electronic equipment
CN109478266B (en) Resource allocation for database provisioning
US11175913B2 (en) Elastic application framework for deploying software
CN107390983B (en) Service instruction execution method, client and storage medium
US8660833B2 (en) Method, computer program product and apparatus for providing an interactive network simulator
EP3177997A2 (en) Policy based resource management and allocation system
US10656939B2 (en) Modeling lifetime of hybrid software application using application manifest
US20170351728A1 (en) Detecting potential root causes of data quality issues using data lineage graphs
US9996381B1 (en) Live application management workflow using metadata capture
US11073970B2 (en) Dashboard generation based on user interaction
CN110244963B (en) Data updating method and device and terminal equipment
US9658933B2 (en) Automatically modifying a test for a program on multiple electronic devices
CN110008431B (en) Page component construction method and device, page generation equipment and readable storage medium
CN114827280A (en) Request processing method, device, equipment and medium
CN113407254B (en) Form generation method and device, electronic equipment and storage medium
CN110825425A (en) Configuration data management method and device, electronic equipment and storage medium
CN108011964B (en) Picture uploading method and device, electronic terminal and readable storage medium
CN108228126B (en) Screen projection control method and device, electronic terminal and readable storage medium
JP6379679B2 (en) Processing program, information processing apparatus, and information processing method
US10120723B2 (en) Information processing system and control method for processing jobs in plurality of queues
JP2020017053A (en) Environment construction support system and environment construction support method
CN107229667A (en) Recommend the transformation from the application using limited function to Full Featured application in Digital Media environment
CN107578297B (en) Member information aggregation method and device
US20140074906A1 (en) Information processing apparatus, system, and method
CN114730258A (en) User interface techniques for infrastructure orchestration services

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170206

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20171222

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180116

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180319

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180410

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180531

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20180703

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180716

R150 Certificate of patent or registration of utility model

Ref document number: 6379679

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150