diff --git a/docs/process.service.md b/docs/process.service.md index 7f3b007f9e..06fbe059cf 100644 --- a/docs/process.service.md +++ b/docs/process.service.md @@ -190,7 +190,7 @@ If a variable already exist, then its value will be updated. **Note**. you need to pass in a Process Instance ID here, not a Process Definition ID. -#### deleteProcessInstanceVariable(processDefinitionId: string, variableName: string): Observable`` +#### deleteProcessInstanceVariable(processInstanceId: string, variableName: string): Observable`` Delete a variable for a Process Instance: