Update returns a builder for updating this Workflow. Note that you need to call Workflow.Unwrap() before calling this method if this Workflow was returned from a transaction, and the transaction was committed or rolled back.
()
| 355 | // Note that you need to call Workflow.Unwrap() before calling this method if this Workflow |
| 356 | // was returned from a transaction, and the transaction was committed or rolled back. |
| 357 | func (_m *Workflow) Update() *WorkflowUpdateOne { |
| 358 | return NewWorkflowClient(_m.config).UpdateOne(_m) |
| 359 | } |
| 360 | |
| 361 | // Unwrap unwraps the Workflow entity that was returned from a transaction after it was closed, |
| 362 | // so that all future queries will be executed through the driver which created the transaction. |
nothing calls this directly
no test coverage detected