JPH10260891A - Workflow system using www, client local file registering method in the system, and recording medium programmed and recored with the method - Google Patents

Workflow system using www, client local file registering method in the system, and recording medium programmed and recored with the method

Info

Publication number
JPH10260891A
JPH10260891A JP9063252A JP6325297A JPH10260891A JP H10260891 A JPH10260891 A JP H10260891A JP 9063252 A JP9063252 A JP 9063252A JP 6325297 A JP6325297 A JP 6325297A JP H10260891 A JPH10260891 A JP H10260891A
Authority
JP
Japan
Prior art keywords
file
server
workflow
client
document
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.)
Pending
Application number
JP9063252A
Other languages
Japanese (ja)
Inventor
Takashi Mukono
隆 向野
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP9063252A priority Critical patent/JPH10260891A/en
Publication of JPH10260891A publication Critical patent/JPH10260891A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a workflow system using a WWW that can put a document file which has been prepared by a local file system on workflow, by constructing a mechanism that registers a local file on a server by using a client applet and a client local file registering method in the system and to construct a memory medium in which the method is programmed and stored. SOLUTION: A registration file preparing mechanism (electronic mail) 23 is provided on a client 2 and performs the transmission of a created file, and a transfer document file converting mechanism 13, which performs the file receiving and expands it into document and attributes, and a communication mechanism 12, which registers an expanded file on a workflow server are provided on a server 1. Through this, the preparation of document is carried out without communicating with a server.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明が属する技術分野】本発明は、WWWを使用した
ワークフローシステム、ならびに同システムにおけるク
ライアントローカルファイルの登録方法、及び同方法が
プログラムされ記録されるメモリ媒体に関する。
The present invention relates to a workflow system using WWW, a method for registering a client local file in the system, and a memory medium on which the method is programmed and recorded.

【0002】[0002]

【従来の技術】ワークフロー管理システムは、仕事の拠
点間で受け渡しされる情報(ドキュメント)をあらかじ
め定義しておいた仕事の流れ(フロー)に載せることに
より、業務を合理的にすすめていくことができるソフト
ウェアである。
2. Description of the Related Art In a workflow management system, information (document) transferred between work bases is put in a predefined work flow (flow), so that the work can be rationally advanced. Software that can be.

【0003】ワークフロー管理システムは、クライアン
トサーバの形態をとり、フロー内のドキュメントはサー
バで一括管理されている。このシステムをWWW(Wo
rld Wide Web)上で実現するとき、クライ
アントプログラムをJavaアプレットで実装すること
ができる。これにより、WWW上にある全てのマシンか
らワークフローシステムを利用することができる。Ja
vaアプレットとは、米国Sun Microsyst
ems Inc.が開発したWWW作成用の言語(Ja
va)を使用して作成した、OSに依存しないJava
対応のブラウザにのみ依存するプログラムである。言語
仕様上セキュリティ上優れており、OSやアプリケーシ
ョンに変更を加えないため、アプレットを通じてウイル
スに感染するリスクが非常に少ない。ところで、クライ
アントアプレットからワークフローシステムにドキュメ
ントを登録する場合、アプレットからサーバ上にドキュ
メントファイルを作成し、その作成されたファイルを登
録するという手順を踏む。Java言語の仕様でクライ
アントローカルのファイルアクセスができない機構にな
っている。これは上述したように、WWW上からウイル
スが広まることのないように言語レベルでセキュリティ
を考慮しているためである。
[0003] The workflow management system takes the form of a client server, and the documents in the flow are collectively managed by the server. This system is called WWW (Wo
When implemented on ld Wide Web), client programs can be implemented in Java applets. Thereby, the workflow system can be used from all machines on the WWW. Ja
va applet is a US Sun Microsystem
ems Inc. Language for creating WWW (Ja
Java created using va) and independent of OS
A program that depends only on supported browsers. It has excellent security in terms of language specifications and does not make any changes to the OS or applications, so there is very little risk of virus infection through applets. By the way, when registering a document in the workflow system from the client applet, a procedure is performed in which a document file is created on the server from the applet, and the created file is registered. According to the specification of the Java language, a client local file access is not possible. This is because, as described above, security is considered at the language level so that the virus does not spread on the WWW.

【0004】[0004]

【発明が解決しようとする課題】上述したようにWWW
を使用したワークフローシステムにおいて、従来、クラ
イアントローカルのファイルシステムで作成したドキュ
メントは、直接ワークフローに登録することができなか
った。即ち、Java言語仕様により、システムの利用
者は、ローカルファイルに直接アクセスできないという
制限を受けていた。ところが、実際の運用ではローカル
ファイルシステムのファイルをワークフローサーバにド
キュメントとして登録することが必要となり、従って、
ドキュメントの作成時点からワークフローサーバとの接
続を要し、この結果、使い勝手が悪く、余計な通信コス
トがかかる等の不具合があった。
SUMMARY OF THE INVENTION As described above, WWW
Conventionally, a document created in a client-local file system cannot be directly registered in a workflow. That is, according to the Java language specification, the system user is restricted from directly accessing the local file. However, in actual operation, it is necessary to register the file of the local file system as a document on the workflow server, and therefore,
A connection with the workflow server was required from the time of document creation, resulting in inconveniences such as poor usability and extra communication costs.

【0005】本発明は上記事情に鑑みてなされたもので
あり、クライアントアプレットを使用してローカルファ
イルをサーバに登録する機構を構築することにより、ド
キュメントの作成をサーバとの交信なしで行い、ローカ
ルファイルシステムで作成していたドキュメントファイ
ルをワークフローに載せることができる、WWWを使用
したワークフローシステム、ならびに同システムにおけ
るクライアントローカルファイルの登録方法、及び同方
法がプログラムされ記録される記録媒体を提供すること
を目的とする。
The present invention has been made in view of the above circumstances. By constructing a mechanism for registering a local file in a server using a client applet, document creation is performed without communication with the server. Provided is a workflow system using WWW that can load a document file created in a file system into a workflow, a method for registering a client local file in the system, and a recording medium on which the method is programmed and recorded. With the goal.

【0006】[0006]

【課題を解決するための手段】本発明のWWWを使用し
たワークフローシステムは、クライアントアプレットを
使用して電子メイルを起動し、ワークフローサーバに登
録すべきドキュメントをファィル添付してメール文書を
作成し、このメール文書に宛先ならびにフロー管理情報
を付加してワークフローサーバへ転送する手段と、クラ
イアントから転送されるファイルを受信してフロー管理
情報をもとに添付ファイルをサーバのファイルシステム
に展開し、この展開したファイルをワークフローサーバ
に登録する手段とを具備することを特徴とする。また、
WWW上で実現されるワークフローシステムをクライア
ントサーバシステムで構成し、サーバは、ドキュメント
ファイル管理機構とフロー情報管理機構から成るワーク
フローサーバと、ワークフローサーバが用意するインタ
フェースを介してワークフローサーバと通信を行うワー
クフローサーバ通信機構と、クライアントから転送され
るファィルを展開してワークフローサーバに登録するフ
ァイル形式に変換するドキュメントファイル変換機構と
から成り、クライアントは、デスクトップ画面を通じて
ワークフローに関する情報を操作するディスクトップ入
出力機構と、デスクトップ入出力機構により起動され、
システムに登録すべきドキュメントをシステムに登録で
きる形式のメール文書を作成する登録ファィル作成機構
と、登録ファィルの送信を行うファイル送信機構と、ク
ライアントサーバ間でフロー管理情報の通信を行う通信
機構から成ることも特徴とする。
According to the present invention, there is provided a workflow system using WWW, which launches an electronic mail using a client applet, attaches a document to be registered in a workflow server to a file, creates a mail document, Means for adding a destination and flow management information to the mail document and transferring the file to the workflow server; receiving a file transferred from the client and expanding the attached file in the server file system based on the flow management information; Means for registering the expanded file in the workflow server. Also,
A workflow system realized on the WWW is configured by a client server system, and the server is a workflow server including a document file management mechanism and a flow information management mechanism, and a workflow that communicates with the workflow server via an interface provided by the workflow server. A server communication mechanism and a document file conversion mechanism that expands a file transferred from the client and converts it into a file format to be registered in the workflow server. The client operates a desktop input / output mechanism that operates information related to the workflow through a desktop screen. And started by the desktop I / O mechanism,
It consists of a registration file creation mechanism that creates a mail document in a format that can register a document to be registered in the system, a file transmission mechanism that transmits the registration file, and a communication mechanism that communicates flow management information between the client and server. It is also characterized.

【0007】更に本発明のWWWを使用したワークフロ
ーシステムにおけるクライアントローカルファイルの登
録方法は、WWW上で実現されるワークフローシステム
をクライアントサーバシステムで構成し、フロー内のド
キュメントをワークフローサーバで一括管理するととも
に、クライアントアプレットを使用してあらかじめ作成
されたシステム上のドキュメントをトステムに登録でき
る形式のメール文書を作成し、サーバに登録することを
特徴とする。また、クライアントは、クライアントアプ
レットを使用して電子メイルを起動し、ワークフローシ
ステムに登録すべきドキュメントをファィル添付してシ
ステムに登録できる形式のメール文書を作成し、このフ
ァィルに宛先ならびにフロー管理情報を付加してワーク
フローサーバへ転送し、サーバは、クライアントからの
転送ファイルを受信してフロー管理情報を取得し、添付
ファイルをサーバのファイルシステムに展開し、この展
開したファイルを登録するようにプログラムされ記録さ
れる記録媒体を提供することも特徴とする。
Further, according to the method of registering a client local file in a workflow system using WWW of the present invention, a workflow system realized on WWW is configured by a client server system, and documents in a flow are collectively managed by a workflow server. In addition, a mail document in a format in which a document on a system created in advance using a client applet can be registered in the system is created and registered in a server. In addition, the client uses the client applet to launch an e-mail, attaches a document to be registered to the workflow system to a file, creates a mail document in a format that can be registered in the system, and sends the destination and flow management information to this file. The server is programmed to receive the transfer file from the client, acquire the flow management information, expand the attached file in the server's file system, and register the expanded file. It is also characterized by providing a recording medium to be recorded.

【0008】このことにより、ドキュメントの作成をサ
ーバとの交信なしで行うことができ、ローカルファイル
システムで作成していたドキュメントファイルをワーク
フローに載せることができる。
[0008] Thus, the document can be created without communication with the server, and the document file created by the local file system can be loaded in the workflow.

【0009】[0009]

【発明の実施の形態】図1は本発明の実施例を示すブロ
ック図である。図において、1はサーバ、2はクライア
ントであり、通信回線3経由で接続され、クライアント
サーバシステムを構成する。11はワークフローサーバ
であり、ワークフローに関する様々な情報が管理され、
ドキュメントファイル管理機構111、フロー情報管理
機構112がこれに含まれる。12はワークフローサー
バ通信機構である。ワークフローサーバ通信機構12は
ワークフローサーバ11が用意しているインタフェース
を介してワークフローサーバ11と通信を行う。13は
転送ドキュメントファイル変換機構である。転送ドキュ
メントファィル変換機構13は、クライアント2から転
送されてきたファィルを展開してワークフローサーバに
登録するファィル形式に変換する。14はファィル受信
機構である。ファィル受信機構14は、クライアント2
から送信されるファィル受信を行う。15は通信機構で
ある。通信機構15は、クライアントサーバ間でフロー
管理情報の通信を行う。
FIG. 1 is a block diagram showing an embodiment of the present invention. In the figure, reference numeral 1 denotes a server, and 2 denotes a client, which is connected via a communication line 3 and forms a client-server system. Reference numeral 11 denotes a workflow server which manages various information related to the workflow,
The document file management mechanism 111 and the flow information management mechanism 112 are included in this. Reference numeral 12 denotes a workflow server communication mechanism. The workflow server communication mechanism 12 communicates with the workflow server 11 via an interface provided by the workflow server 11. Reference numeral 13 denotes a transfer document file conversion mechanism. The transfer document file conversion mechanism 13 expands the file transferred from the client 2 and converts it into a file format to be registered in the workflow server. Reference numeral 14 denotes a file receiving mechanism. The file receiving mechanism 14 is a client 2
The file transmitted from is received. Reference numeral 15 denotes a communication mechanism. The communication mechanism 15 communicates flow management information between client servers.

【0010】21はファイル送信機構である。ファィル
送信機構21は、クライアントにより生成されるローカ
ルファィルをサーバ1へ送信する。22はサーバ通信機
構である。サーバ通信機構22はクライアント通信機構
15との間でフロー管理情報の通信を行う。23は登録
ファィル作成機構である。登録ファィル作成機構23は
ワークフローサーバ11に登録するファィルと登録情報
を1個のファィルにまとめる。24はデスクトップ入出
力機構(アプレット)である。デスクトップ入出力機構
24は各クライアントにあるデスクトップ画面を通じて
ワークフローに関する情報を操作する。
Reference numeral 21 denotes a file transmission mechanism. The file transmission mechanism 21 transmits the local file generated by the client to the server 1. 22 is a server communication mechanism. The server communication mechanism 22 communicates flow management information with the client communication mechanism 15. 23 is a registration file creation mechanism. The registration file creation mechanism 23 combines the files to be registered in the workflow server 11 and the registration information into one file. Reference numeral 24 denotes a desktop input / output mechanism (applet). The desktop input / output mechanism 24 operates information on a workflow through a desktop screen of each client.

【0011】図2は本発明実施例によるファィル登録の
流れを示すフローチャートである。
FIG. 2 is a flowchart showing the flow of file registration according to the embodiment of the present invention.

【0012】図において、S1は転送ファイルを作成す
るステップであり、ファィル転送機構であるルールシス
テムにドキュメント情報を載せ、登録するローカルファ
ィルシステムのドキュメントファイルを添付する。S2
は作成された転送ファィルを送信するステップであり、
S1で作成された転送ファィル(メール文書)を登録先
のサーバ1に送信する。S3は受信したファィルを変換
するステップであり、メールとして受信したファィルを
登録情報とドキュメントファイルに展開し、それぞれ、
フロー情報管理機構112、ドキュメントファイル管理
機構111へ供給する。S4はドキュメント登録のステ
ップであり、登録情報をもとにドキュメントファイルを
ワークフローサーバ11に登録する。
In FIG. 1, S1 is a step of creating a transfer file, in which document information is loaded on a rule system, which is a file transfer mechanism, and a document file of a local file system to be registered is attached. S2
Is a step of sending the created transfer file,
The transfer file (mail document) created in S1 is transmitted to the registration destination server 1. S3 is a step of converting the received file. The file received as mail is expanded into registration information and a document file.
The information is supplied to the flow information management mechanism 112 and the document file management mechanism 111. S4 is a document registration step in which a document file is registered in the workflow server 11 based on the registration information.

【0013】以下、図2に示すフローチャートを参照し
ながら図1に示す本発明実施例の動作について詳細に説
明する。
Hereinafter, the operation of the embodiment of the present invention shown in FIG. 1 will be described in detail with reference to the flowchart shown in FIG.

【0014】いま、クライアントマシン上でワークフロ
ーのクライアントプログラムを起動しているものとす
る。即ち、クライアント2はワークフローを作成し、サ
ーバ1に登録している。ここまでのクライアントサーバ
間の通信は、クライアント通信機構15、サーバ通信機
構22を使用する。次に、クライアント2は、あらかじ
め作成しておいたローカルファィルシステムのドキュメ
ントファイルをワークフローに登録する段階にある。
Now, it is assumed that a workflow client program is activated on the client machine. That is, the client 2 creates a workflow and registers it in the server 1. The communication between the client and the server so far uses the client communication mechanism 15 and the server communication mechanism 22. Next, the client 2 is in the stage of registering the document file of the local file system created in advance in the workflow.

【0015】このとき、クライアント2のデスクトップ
入出力機構24でアプレットから登録ファィル作成機構
23、即ち、電子メイルを起動する。登録ファィル作成
機構23で、利用者は、ローカルファィルシステムのド
キュメントファイルを添付し送信する。送信先、ドキュ
メント情報は登録ファイル作成機構23が自動的に生成
し付加する。転送ファイルは、ファィル送信機構21、
ファィル受信機構14を経由して転送ドキュメントファ
イル変換機構13に通知される。転送ドキュメントファ
ィル変換機構13では、転送ファイルからドキュメント
情報を取得して、添付ファィルをサーバ1のファィルシ
ステムに展開する。そして、ワークフローサーバ通信機
構12を通じてワークフローサーバ11に展開したファ
ィルを登録する。
At this time, the registration file creation mechanism 23, that is, the electronic mail is started from the applet by the desktop input / output mechanism 24 of the client 2. In the registration file creation mechanism 23, the user attaches and sends a document file of the local file system. The transmission destination and document information are automatically generated and added by the registration file creation mechanism 23. The transfer file is stored in the file transmission mechanism 21,
The transfer document file conversion mechanism 13 is notified via the file reception mechanism 14. The transfer document file conversion mechanism 13 acquires the document information from the transfer file and expands the attached file in the file system of the server 1. Then, the file developed on the workflow server 11 through the workflow server communication mechanism 12 is registered.

【0016】尚、上述した実施例は、ワークフローシス
テムのみ例示して説明してきたが、これに制限されるも
のでなく、WWW上のクライアントサーバシステムの中
でローカルファイルアクセスを必要とするシステム全て
に応用可能である。
In the above-described embodiment, only the workflow system has been described as an example. However, the present invention is not limited to this, and is applicable to all systems that require local file access among client server systems on the WWW. Applicable.

【0017】[0017]

【発明の効果】以上説明のように本発明は、クライアン
ト上に登録ファイル作成機構(電子メイル)を設けて作
成されたファイルの送信を行い、サーバ上に、そのファ
イル受信を行いドキュメントと属性に展開する転送ドキ
ュメントファイル変換機構、ならびに展開されたファイ
ルをワークフローサーバに登録する通信機構を設けるこ
とにより、ドキュメントの作成をサーバとの交信なしで
行うことができ、ローカルファイルシステムで作成して
いたドキュメントファイルをワークフローに載せること
ができる。このことにより、ドキュメント作成時点から
ワークフローサーバとの接続を要していた従来例に比較
して通信コストの低減がはかれるとともに、使い勝手の
向上がはかれる。
As described above, according to the present invention, a registration file creation mechanism (electronic mail) is provided on a client to transmit a created file, and the server receives the file to receive a document and attributes. By providing a transfer document file conversion mechanism to expand and a communication mechanism to register the expanded file to the workflow server, documents can be created without communication with the server, and documents created with the local file system Files can be included in the workflow. As a result, the communication cost can be reduced and the usability can be improved as compared with the conventional example that requires connection to the workflow server from the time of document creation.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施例を示すブロック図。FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】本発明実施例によるファイル登録の流れを示す
フローチャート。
FIG. 2 is a flowchart showing a flow of file registration according to the embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1…サーバ、2…クライアント、3…通信回線、11…
ワークフローサーバ、12…ワークフローサーバ通信機
構、13…転送ドキュメントファイル変換機構、14…
ファイル受信機構、15…クライアント通信機構、21
…ファイル送信機構、22…サーバ通信機構、23…登
録ファイル作成機構、24…ディスクトップ入出力機
構、111…ドキュメントファイル管理機構、112…
フロー情報管理機構。
1 ... server, 2 ... client, 3 ... communication line, 11 ...
Workflow server, 12: Workflow server communication mechanism, 13: Transfer document file conversion mechanism, 14 ...
File receiving mechanism, 15 Client communication mechanism, 21
... File transmission mechanism, 22 ... Server communication mechanism, 23 ... Registration file creation mechanism, 24 ... Desktop input / output mechanism, 111 ... Document file management mechanism, 112 ...
Flow information management mechanism.

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 クライアントアプレットを使用して電子
メイルを起動し、ワークフローサーバに登録すべきドキ
ュメントをファィル添付してローカルファイルを作成
し、このファィルに宛先ならびにフロー管理情報を付加
してワークフローサーバへ転送する手段と、クライアン
トから転送されるファイルを受信してフロー管理情報を
もとに添付ファイルをサーバのファイルシステムに展開
し、この展開したファイルをワークフローサーバに登録
する手段とを具備することを特徴とするWWWを使用し
たワークフローシステム。
An electronic mail is activated using a client applet, a document to be registered in a workflow server is attached to a file to create a local file, and a destination and flow management information are added to the file to the workflow server. Means for receiving the file transferred from the client, expanding the attached file in the file system of the server based on the flow management information, and registering the expanded file in the workflow server. A workflow system that uses WWW as a feature.
【請求項2】 WWW上で実現されるワークフローシス
テムをクライアントサーバシステムで構成し、サーバ
は、ドキュメントファイル管理機構とフロー情報管理機
構から成るワークフローサーバと、ワークフローサーバ
が用意するインタフェースを介してワークフローサーバ
と通信を行うワークフローサーバ通信機構と、クライア
ントから転送されるファィルを展開してワークフローサ
ーバに登録するファイル形式に変換するドキュメントフ
ァイル変換機構とから成り、クライアントは、ディスク
トップ画面を通じてワークフローに関する情報を操作す
るディスクトップ入出力機構と、ディスクトップ入出力
機構により起動され、システムに登録すべきローカルフ
ァイルを作成する登録ファィル作成機構と、登録ファィ
ルの送信を行うファイル送信機構と、クライアントサー
バ間でフロー管理情報の通信を行う通信機構から成るこ
を特徴とするWWWを使用したワークフローシステム。
2. A workflow system realized on the WWW is constituted by a client server system. The server is a workflow server including a document file management mechanism and a flow information management mechanism, and a workflow server via an interface prepared by the workflow server. It consists of a workflow server communication mechanism that communicates with the client, and a document file conversion mechanism that expands the file transferred from the client and converts it into a file format to be registered in the workflow server. The client operates workflow-related information through the desktop screen. File input / output mechanism, a registration file creation mechanism that is started by the desktop input / output mechanism and creates a local file to be registered in the system, and a file that transmits the registration file. A workflow system using WWW, comprising a communication mechanism for communicating flow management information between a client server and a communication mechanism.
【請求項3】 登録ファイル作成機構は、ディスクトッ
プ入出力機構を介してクライアントアプレットから電子
メイルを起動し、ローカルファイルシステムにて作成さ
れたファイルを添付するとともに宛先ならびにフロー管
理情報を付加してワークフローサーバへ送信することを
特徴とする請求項2記載のWWWを使用したワークフロ
ーシステム。
3. The registration file creation mechanism activates an electronic mail from a client applet via a desktop input / output mechanism, attaches a file created by a local file system, and adds destination and flow management information. 3. The workflow system using WWW according to claim 2, wherein the workflow is transmitted to a workflow server.
【請求項4】 WWW上で実現されるワークフローシ
ステムをクライアントサーバシステムで構成し、フロー
内のドキュメントをワヘクフローサーバで一括管理する
とともに、クライアントアプレットを使用してあらかじ
め作成されたローカルファイルを作成し、サーバに登録
することを特徴とするWWWを使用したワークフローシ
ステムにおけるクライアントローカルファィルの登録方
法。
4. A workflow system realized on the WWW is constituted by a client server system, documents in a flow are collectively managed by a workflow server, and a local file created in advance is created by using a client applet. A method of registering a client local file in a workflow system using WWW, wherein the method is performed by registering the file in a server.
【請求項5】 WWW上でワークフローシステムを実現
するクライアントサーバシステムにおいて、クライアン
トは、クライアントアプレットを使用して電子メイルを
起動し、ワークフローシステムに登録すべきドキュメン
トをファィル添付してメール文書を作成し、このメール
文書に宛先ならびにフロー管理情報を付加してワークフ
ローサーバへ転送し、サーバは、クライアントからの転
送ファイルを受信してフロー管理情報を取得し、添付フ
ァイルをサーバのファイルシステムに展開し、この展開
したファイルを登録するようにプログラムされ記録され
ることを特徴とする記録媒体。
5. In a client-server system for realizing a workflow system on the WWW, a client activates an electronic mail using a client applet and creates a mail document by attaching a document to be registered in the workflow system to a file. The destination and the flow management information are added to the mail document and transferred to the workflow server. The server receives the transfer file from the client, acquires the flow management information, expands the attached file in the file system of the server, A recording medium which is programmed and recorded so as to register the developed file.
JP9063252A 1997-03-17 1997-03-17 Workflow system using www, client local file registering method in the system, and recording medium programmed and recored with the method Pending JPH10260891A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9063252A JPH10260891A (en) 1997-03-17 1997-03-17 Workflow system using www, client local file registering method in the system, and recording medium programmed and recored with the method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9063252A JPH10260891A (en) 1997-03-17 1997-03-17 Workflow system using www, client local file registering method in the system, and recording medium programmed and recored with the method

Publications (1)

Publication Number Publication Date
JPH10260891A true JPH10260891A (en) 1998-09-29

Family

ID=13223886

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9063252A Pending JPH10260891A (en) 1997-03-17 1997-03-17 Workflow system using www, client local file registering method in the system, and recording medium programmed and recored with the method

Country Status (1)

Country Link
JP (1) JPH10260891A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19990062598A (en) * 1997-12-31 1999-07-26 포만 제프리 엘 Workflow Mechanism for STATELESS ENVIRONMENT
KR100414406B1 (en) * 2001-08-09 2004-01-14 주식회사 핸디소프트 Workflow System Capable of Version Management of Documents and the Method of Version Management of Documents Using the Same
JP2011253497A (en) * 2010-06-04 2011-12-15 Ricoh Co Ltd Document management system, information processor, registration method for document file and file registration program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19990062598A (en) * 1997-12-31 1999-07-26 포만 제프리 엘 Workflow Mechanism for STATELESS ENVIRONMENT
KR100414406B1 (en) * 2001-08-09 2004-01-14 주식회사 핸디소프트 Workflow System Capable of Version Management of Documents and the Method of Version Management of Documents Using the Same
JP2011253497A (en) * 2010-06-04 2011-12-15 Ricoh Co Ltd Document management system, information processor, registration method for document file and file registration program

Similar Documents

Publication Publication Date Title
US7028102B1 (en) Method and system for presenting information
US7596623B2 (en) Configurable connector
KR100723006B1 (en) Method for registering a user on an internet-type network directory server and/or for locating a user on said network, and smart card therefor
US6493760B1 (en) Standalone device for identifying available document services in a token-enabled operating environment
US7631033B2 (en) Hosted method and system for automated proxy creation of device resident services
US20020059212A1 (en) Stub search loading system and method, server apparatus, client apparatus, and computer-readable recording medium
JP2005196757A (en) Method for providing document service
WO2006052274A2 (en) Open architecture and interfaces for workflow applications in office document systems
CN101449277B (en) Information processing apparatus, information processing method
US7822864B2 (en) Communication apparatus, program product for adding communication mechanism to communication apparatus for providing improved usability and communication efficiency, and recording medium storing program product
WO2002060200A1 (en) Method and system for wireless information exchange and management
US20030081788A1 (en) Secure printing to a web-based imaging print service
US20040162918A1 (en) System and method for invoking WebDAV methods via non-WebDAV communication protocols
US20050198122A1 (en) Information processing apparatus and method, computer storage medium, and program
WO2002046926A1 (en) System and method for managing application integration utilizing a network device
JP2000357131A (en) Electronic equipment control system using communication protocol
JP2003141021A (en) Document delivery and output system
JP4748763B2 (en) Information processing apparatus, control method for information processing apparatus, program, and storage medium
JPH10260891A (en) Workflow system using www, client local file registering method in the system, and recording medium programmed and recored with the method
JP2004104346A (en) Server apparatus
US6795824B1 (en) Independent storage architecture
US7260536B1 (en) Distributed voice and wireless interface modules for exposing messaging/collaboration data to voice and wireless devices
US20030135618A1 (en) Computer network for providing services and a method of providing services with a computer network
JP2003256257A (en) Common processor for company-wide total integrated system, method therefor, and common processing program
JP2006035456A (en) Image processor and its controlling method and program