例: リポジトリーのジョブのプロパティー・ファイル
WSGrid は、ジョブ・リポジトリーに保管されたジョブをサブミットできます。リポジトリー・プロパティー・ファイルを使用して、保存されたジョブ定義およびその代替プロパティーを指定できます。
PostingsSample ジョブが PostingsSample という名前でリポジトリーに保管されている場合は、WSGrid.repo-postings.job という名前の以下のプロパティー・ファイルを使用して、保存されたジョブ定義およびその代替プロパティーを指定できます。
# This specifies which job from the repository to submit.
repository-job=PostingsSample
# The following substitution property values will be passed to the job.
substitution-prop.wsbatch.count=5
substitution-prop.checkpoint=timebased
substitution-prop.checkpointInterval=15
substitution-prop.postingsDataStream=${was.install.root}/temp/postings"
上記のプロパティー・ファイルで記述されているジョブをサブミットする WSGrid 呼び出しは、次のとおりです。
WSGrid WGrid.cntl WSGrid.repo-postings.job