🎎 Connect WF with Front#10
Merged
Merged
Conversation
The code changes update the message name from `GetWorkflowRequest` to `ReadKinWorkflowRequest` in the `kin_workflow.proto` file. This change aligns with the naming convention for consistency and clarity.
The code changes add the import statement for `google/protobuf/any.proto` in the `kin_workflow.proto` file. This import is necessary to use the `google.protobuf.Any` type in the `Node` message's `data` field, allowing for more flexible data storage.
The code changes add the `Target` and `Source` messages to the `kin_workflow.proto` file. These messages define the structure for the `targets` and `sources` fields in the `DataNode` message, allowing for more detailed information about the connections between nodes in the workflow.
The code changes introduce new RPC endpoints and message fields to the `kin_workflow.proto` file. This includes the addition of the `AddNodeWorkflow`, `AddEdgeWorkflow`, `UpdateNodePositionWorkflow`, `DeleteNodeWorkflow`, and `DeleteEdgeWorkflow` RPCs, along with their corresponding request and response messages. These changes enhance the functionality and flexibility of the KinWorkflowService API.
The code changes add the `CreateKinWorkflow` RPC to the `KinWorkflowService` in the `kin_workflow.proto` file. This RPC allows creating a new Kin workflow by sending a `CreateKinWorkflowRequest` with the `kinId` parameter. This enhancement improves the functionality of the KinWorkflowService API.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.