halllky / NijoApplicationBuilder

MIT License
1 stars 0 forks source link

CommandModelの作りこみ #3

Closed halllky closed 1 month ago

halllky commented 6 months ago

CommandModelとは

【nijo.xml の定義の例】 以下のような定義で、バックグラウンド処理「勤怠締め処理」をキックする処理が自動生成されるようにする。 パラメータは年月。 処理の中身は自動生成されない。

<勤怠締め処理 is="command">
  <年月 is="year-month" />
</勤怠締め処理>
halllky commented 3 months ago

【要検討】戻り値の仕様

考えられる利用シーン

halllky commented 1 month ago

残りは、ステップの切り替え時にサーバー側で任意の処理をさしはさめられるようにすればクローズ