sdk-typescript
sdk-typescript copied to clipboard
Typescript SDK for Serverless Workflow
First guys thank you for the great instrument it helps me a lot! **What happened**: I'm utilizing workflow.toJson and workflow.fromSource to duplicate the workflow. The behavior I'm observing is that...
**What would you like to be added**: Create a test to verify the sdk behaviour in the browser. **Why is this needed**: Nowadays the only way we have to verify...
**What would you like to be added**: Fix circular dependencies **Why is this needed**: In the project compilation phase, there is a warning about circular dependencies ``` (!) Circular dependency...
**What would you like to be added**: Original request : https://github.com/serverlessworkflow/specification/issues/358 **Why is this needed**:
**What would you like to be added**: Expose validators in a more "userfriendly" way, without having to use type name strings. **Why is this needed**: See #[84](https://github.com/serverlessworkflow/sdk-typescript/pull/84#discussion_r633825114) & #94
**Many thanks for submitting your Pull Request :heart:!** **What this PR does / why we need it**: Support for v1.0.0-alpha (#186) **Special notes for reviewers**: Type generation for schema is...
**What happened**: Following the specs for 0.8, I can't seem to make auth definition to work ```json "auth": [ { "name": "azure", "scheme": "oauth2", "properties": { "grantType": "clientCredentials", "clientId": "${...
**What would you like to be added**: Support for new 1.0.0 specification **Why is this needed**: To support development against workflows using the latest version of the serverless workflow spec