Skip to content

Commit

Permalink
Fix missing instantiation of ICaseInstanceRestService
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucansky committed Jun 19, 2020
1 parent efcf238 commit 2e33d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Camunda.Api.Client/CamundaClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ private void CreateServices()
{
_caseDefinitionRestService = CreateService<ICaseDefinitionRestService>();
_caseExecutionRestService = CreateService<ICaseExecutionRestService>();
_caseInstanceRestService = CreateService<ICaseInstanceRestService>();
_decisionDefinitionRestService = CreateService<IDecisionDefinitionRestService>();
_deploymentApi = CreateService<IDeploymentRestService>();
_executionApi = CreateService<IExecutionRestService>();
Expand Down

0 comments on commit 2e33d8d

Please sign in to comment.