conductor-oss / conductor-oss/javascript-sdk

SDK doesn't accurately represent task types

Open
#99 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.