> For the complete documentation index, see [llms.txt](https://docs.enate.net/enate-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/enate-help/polski/rozpatrywanie-procesu/rozpoczecie-czynnosci.md).

# Rozpoczęcie Czynności

{% embed url="<https://enate.cdn.spotlightr.com/watch/MTM2MTg2OQ==>" %}

Najczęściej działania w sprawie są uruchamiane automatycznie (albo przez przepływ procesów, albo na podstawie harmonogramów). Jeśli jednak akcja została skonfigurowana do ręcznego uruchamiania, możesz to zrobić z poziomu procesu.

![](/files/6ht44kt6oTlSJ6Z9wbQZ)

Wybrać zakładkę „Rozpoczęcie czynności" w sekcji „Czynności". W panelu wynikowym wybierz typ akcji do uruchomienia (musi być skonfigurowany jako ręcznie uruchamiany w Kreatorze), ustaw termin i określ, ile akcji chcesz uruchomić. Określ instrukcje działania, jeśli chcesz, aby różniły się one od domyślnych wyświetlanych instrukcji.

Naciśnij "Rozpocznij Czynność", aby potwierdzić. Lista Czynności zostanie automatycznie odświeżona, aby wyświetlić nową Czynność, która została właśnie utworzona, a następnie zostanie wyświetlony komunikat z potwierdzeniem.

<figure><img src="/files/mvGOSegVqR1cDvBgc87r" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Uwaga:

* Nie musisz mieć przydzielonego procesu, aby rozpocząć nową czynność.
* Opcja ta jest również dostępna w ramach każdego z działań w ramach procesu.
  {% endhint %}

Zakładka nie zostanie zamknięta po uruchomieniu nowej akcji, ponieważ jest to czynność dodatkowa, która nie modyfikuje aktualnego procesu.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.enate.net/enate-help/polski/rozpatrywanie-procesu/rozpoczecie-czynnosci.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
