diff --git a/Conductor/Api/WorkflowResourceApi.cs b/Conductor/Api/WorkflowResourceApi.cs
index f0969e27..409632af 100644
--- a/Conductor/Api/WorkflowResourceApi.cs
+++ b/Conductor/Api/WorkflowResourceApi.cs
@@ -72,6 +72,12 @@ public interface IWorkflowResourceApi : IApiAccessor
/// WorkflowRun
WorkflowRun ExecuteWorkflow(StartWorkflowRequest body, string requestId, string name, int? version, string waitUntilTaskRef = null);
+ ///
+ /// Update the value of the workflow variables for the given workflow id
+ ///
+ ///
+ /// ApiResponse of Object(void)
+ Object UpdateWorkflowVariables(Workflow workflow);
///
/// Execute a workflow synchronously
///
@@ -1029,6 +1035,73 @@ public ApiResponse ExecuteWorkflowWithHttpInfo(StartWorkflowRequest
(WorkflowRun)this.Configuration.ApiClient.Deserialize(localVarResponse, typeof(WorkflowRun)));
}
+ public Object UpdateWorkflowVariables(Workflow workflow)
+ {
+ ApiResponse