OutSystems Forge 日本語データベース

Practical Example Of Batch

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-05-29 1.0.0 Kazumi Matsumura All All Applications
バッチジョブアセンブリの実例
バッチジョブアセンブリの実例 基本的な考え方は以下の通りです。 ジョブは、外部ジョブスケジューラによってREST API I / Fによって制御されます。 同期処理と非同期処理をサポートします。 「SQLバッチ」および「プロシージャバッチ(例えば、ファイルI / Oを伴う)」をサポートする。 (手続きバッチはこの例から除外されています)

[Overview]
Practical Example Of Batch Job Assembly.
[Detail]
Practical Example Of Batch Job Assembly. The basic concept is below; The job is controlled with REST API I/F by the external job scheduler. Supports synchronous processing and asynchronous processing. Supports "SQL Batch" and "Procedural Batch(e.g. with File I/O)". (Procedural Batch is excluded from this example)
戻る