Example #1
0
 def get_workflows_client(self) -> WorkflowsClient:
     """Returns WorkflowsClient."""
     return WorkflowsClient(credentials=self.get_credentials(),
                            client_info=CLIENT_INFO)
Example #2
0
 def get_workflows_client(self) -> WorkflowsClient:
     """Returns WorkflowsClient."""
     return WorkflowsClient(credentials=self._get_credentials(),
                            client_info=self.client_info)