wrong definition process service md

This commit is contained in:
Eugenio Romano 2018-02-22 09:38:09 +00:00
parent 4752f3b73e
commit 93bbecaaa8

View File

@ -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`<void>`
#### deleteProcessInstanceVariable(processInstanceId: string, variableName: string): Observable`<void>`
Delete a variable for a Process Instance: