sdk-go icon indicating copy to clipboard operation
sdk-go copied to clipboard

Go SDK for Serverless Workflow

Results 38 sdk-go issues
Sort by recently updated
recently updated
newest added

fixes #194 **Many thanks for submitting your Pull Request :heart:!** **What this PR does / why we need it**: **Special notes for reviewers**: **Additional information (if needed):**

source

**What happened**: Trying to parse workflow definition with dataInputSchema defined as an object fails. ``` json { "id": "greeting", "version": "1.0.0", "specVersion": "0.8", "name": "Greeting Workflow", "description": "Greet Someone", "start":...

bug :bug:

**What happened**: Unable to parse Workflow Definition with "end" key as an object with "compensate" set to true: `"end": { "compensate": true }` **What you expected to happen**: Expected validation...

bug :bug:

Previously, the library utilized a parsing library for ISO8601 durations that parsed durations into integers only. This caused issues with durations containing fractional values, such as "PT0.5S", which are valid...

source

chore: Fix go: k8s.io/code-generator/cmd/deepcopy-gen@latest (in k8s.io/[email protected]): go.mod:5: invalid go version '1.22.0': must match format 1.23 **Many thanks for submitting your Pull Request :heart:!** **What this PR does / why we...

source

**What would you like to be added**: The DSL has been updated to a new and concise version. **Why is this needed**: The SDK needs to support the new DSL,...

enhancement :pray:

**What happened**: When doing state transitions, whenever the transition.NextState is defined as the currentState, the validation fails with the error `Error:Field validation for 'NextState' failed on the 'recursivestate' tag"` **What...

bug :bug:

Discussion in the issue [203](https://github.com/serverlessworkflow/sdk-go/issues/203)

source