conductor-oss / conductor-oss/javascript-sdk
SDK doesn't accurately represent task types
Open
- Dominant language
- TypeScript
- Stars
- 58
- Forks
- 20
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 7
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.