getScailoClientForWorkflowsRulesService function

WorkflowsRulesServiceClient getScailoClientForWorkflowsRulesService()

Get the client to access the Workflows Rules service

Implementation

WorkflowsRulesServiceClient getScailoClientForWorkflowsRulesService() {
  return WorkflowsRulesServiceClient(
    getClientChannel(),
    options: CallOptions(
      metadata: {'auth_token': getAuthToken()},
      timeout: const Duration(seconds: 10),
    ),
  );
}