File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
docs/src/dev/transactions Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -127,19 +127,3 @@ Response: 500 Internal Server Error
127127- ** Generation** : Server-generated on ` POST /gremlin/tx `
128128- ** Usage** : Included in all subsequent requests as URL path parameter
129129- ** Purpose** : Routes requests to correct transaction context on server
130-
131- ## Endpoint Summary Diagram
132-
133- ``` mermaid
134- flowchart TD
135- A[Client] -->|POST /gremlin| B[Non-Transactional Execution]
136- A -->|POST /gremlin/tx| C[Begin Transaction]
137- C -->|Returns txId| D[Transaction Active]
138- D -->|POST /gremlin/tx/{txId}| E[Execute in Transaction]
139- D -->|GET /gremlin/tx/{txId}| F[Get Status]
140- D -->|POST /gremlin/tx/{txId}/commit| G[Commit]
141- D -->|POST /gremlin/tx/{txId}/rollback| H[Rollback]
142- D -->|DELETE /gremlin/tx/{txId}| H
143- G --> I[Transaction Committed]
144- H --> J[Transaction Rolled Back]
145- ```
You can’t perform that action at this time.
0 commit comments