# Skrypty(ScriptService)

Lekkie serwisy skryptowe polegają na przerzuceniu logiki niewymagającej połączenia z usługami z kodów backendowych do wniosku. Skrypty można pisać w repozytorium, a następnie skorzystać z nich na wniosku.\
Kod skryptów powinien być napisany w **czystym JavaScript (w wersji ES6 lub starszej)**. Kod musi być kompatybilny z wersją silnika Javascript **dostarczonego przez Rhino** (<http://mozilla.github.io/rhino/compat/engines.html>)**.**

Dodatkowo **zostały wyłączone** takie elementy jak "eval".

{% hint style="danger" %} <mark style="color:$info;">Timeout</mark>

<mark style="color:$info;">**UWAGA!**</mark> <mark style="color:$info;">Czas wykonania skryptu jest ograniczony do</mark> <mark style="color:$info;">**1s**</mark><mark style="color:$info;">,</mark> <mark style="color:$info;">aby wyeliminować przypadki użycia nieskończonej pętli/niezakończonej rekurencji. Po przekroczeniu sekundy rzucony zostanie wyjątek.</mark>
{% endhint %}

{% hint style="info" %}
Skrypt serwisy po pobraniu są cache'owane. Czas życia jest sterowany konfiguracyjnie kluczem **repository\_script\_service\_cache\_ttl** oraz **settings\["REPOSITORY\_SCRIPT\_SERVICE\_CACHE\_TTL"]**
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eximee.com/budowanie-aplikacji/logika-biznesowa/scriptcode/skrypty-scriptservice.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
