sdk-go
sdk-go copied to clipboard
Go SDK for Serverless Workflow
**What would you like to be added**: - use https://github.com/kubernetes/test-infra/tree/master/prow style tool to automate `PR merging` and other job. **Why is this needed**:
**What would you like to be added**: Update to v0,8 **Why is this needed**: V0.8 has lots of new enhancements like async subflow and custom function. All other SDK has...
**What would you like to be added**: **Why is this needed**: - https://github.com/serverlessworkflow/sdk-go/pull/100#discussion_r991328194
Vulnerable Library - github.com/go-playground/validator/v10-v10.11.1 Found in HEAD commit: 9055243d6018db9447a23dd1b934d0186d3bf08a ## Vulnerabilities | CVE | Severity | CVSS | Dependency | Type | Fixed in (github.com/go-playground/validator/v10-v10.11.1 version) | Remediation Available |...
**What would you like to be added**: **Why is this needed**: - This will make the code more clear
**What would you like to be added**: **Why is this needed**:
**What happened**: I'm working on integrating serverlessworkflow and Temporal and using the current main branch of the serverlessworkflow sdk (b9db1ddbffb2). I'm trying to pass a parsed serverlessworkflow to a Temporal...
**What would you like to be added**: **Why is this needed**: - This will make the code more clear
**What would you like to be added**: When working with hard typed Workflow definition, we might need to define the base workflow struct and import the types from sdk-go. ```go...
Provide a standard code style profile so contributors can import it to help to keep a pattern across the code base. For now, provides a profile for: - IntelliJ /...