-
### What is the bug?
When invoking workflow API for Create Connector Step, the template parser fails.
```
java.lang.IllegalStateException: Can't get text on a START_OBJECT at 1:607
at or…
-
### Is your feature request related to a problem?
Currently, the project just has unit tests for the features built until now.
- [x] A test framework need to be implemented for developers to writ…
-
### What is the bug?
```
org.opensearch.flowframework.FlowFrameworkPluginIT > testPluginInstalled FAILED
org.opensearch.client.ResponseException: method [GET], host [http://0.0.0.0:0/], URI […
-
**What is the bug?**
Getting a class cast exception as mentioned below using the [register](https://github.com/opensearch-project/ml-commons/blob/main/client/src/main/java/org/opensearch/ml/client/Ma…
-
## Background
Previously, when installing the security plugin demo configuration, the cluster was spun up with the default admin credentials, `admin:admin`. A change was made in `main` and backported …
-
### What is the bug?
For the request like:
```json
"llm": {
"model_id": "ldzS04kBxRPZ5cnWrqpd",
"parameters": {
"type": "hello"
}
…
-
### Is your feature request related to a problem?
Coming from PR #155 which adds a `GetMLTaskStep`. The underlying API is an async operation that is used after registering a local model. This step is…
-
### What is the bug?
The below test passes on local but fails on CI.
```
org.opensearch.flowframework.template.ProcessNodeTests > testNode FAILED
java.lang.AssertionError
at __randomi…
-
## What/Why
### What are you proposing?
Initial work on Flow Framework has focused on provisioning. This proposal is intended to highlight at a very high level what needs to happen as we transiti…
-
### What is the bug?
When invoking create connector workflow step using execute API it fails with the below
```
[2023-10-30T20:35:21,118][ERROR][o.o.f.t.ProvisionWorkflowTransportAction] [ip-172-31…