From 93bbecaaa835d37569fd4a994533c68c8c851e85 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 22 Feb 2018 09:38:09 +0000 Subject: [PATCH] wrong definition process service md --- docs/process.service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: