conductor-oss / conductor-oss/javascript-sdk
SDK doesn't accurately represent task types
- 主要言語
- TypeScript
- スター
- 58
- フォーク
- 20
- 平均マージ
- 1日 13時間
- マージ済み PR(30日)
- 7
説明
We've recently tried using the SDK to create tasks with some more advanced properties such as `timeoutSeconds` and `pollTimeoutSeconds`. These are not present in the SDK ( and aren't very obvious in the docs either ). It's required us to do something like:
```
const task = {
...simpleTask('someRef', 'someTask', {}),
taskDefinition: {
timeoutSeconds: 300,
pollTimeoutSeconds: 300
}
}
```
It'd be great if the SDK supported these options.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Issue では SDK と simpleTask の構築例が挙げられているため、まず task types と taskDefinition がどのように表現されているかを追跡します。timeoutSeconds と pollTimeoutSeconds が public task model を通じてサポートされていること、およびドキュメントに記載された構築経路が両方のオプションで機能することを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- api
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100