-
Have conversations and determine viability of collaboration with the Serverless Workflows group which exist within the CNCF.
- https://serverlessworkflow.github.io/
- https://github.com/serverless…
-
**What would you like to be added**:
Refs: https://github.com/serverlessworkflow/sdk-go/pull/118#discussion_r1004391792
**Why is this needed**:
-
**What would you like to be added**:
Custom Structs, to be validated, needs to be registered in the validator in order to get executed.
Example:
```
type CallbackState struct {
// Defines…
-
Vulnerable Library - serverlessworkflow-api-4.0.3.Final.jar
Path to dependency file: /core/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.json/jso…
-
Although Action.FunctionRef.Invoke field is set in the JSON while unmarshaling into a struct the field is not set. Seems due to the fact that its of InvokeType.
Expect to unmarshal correclty
set…
-
**What happened**:
See https://mvnrepository.com/artifact/io.serverlessworkflow/serverlessworkflow-api/4.0.3.Final
CVEs:
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5929
- https:…
-
**What happened**:
It appears to me that Synapse expects a non-empty response for REST API requests, while it could happen that responses are only raw status code without anything else.
For exam…
-
Add a way way to represent sort of parallel and join stuff, including both operations and events. The use case, would be to orchestrate actions currently runnable by a worker while some other branch s…
-
Specification says that the `actions` array of the Operation state [is required](https://github.com/serverlessworkflow/specification/blob/main/specification.md#operation-state). Schema also [lists it]…
-
In https://sonataflow.org/serverlessworkflow/latest/getting-started/create-your-first-workflow-service.html#proc-boostrapping-the-project
`kn workflow create \`
` --name serverless-workflow-hello…