# SWF

Yazılım geliştirme işleriyle ilgilenen kişiler için üretilmiş bir servistir. SWF yapılan bir işin düzgün bir şekilde yapılıp, yapılmadığını kontrol etmektedir. Temel de 3 bölümden oluşur.

Workflow Starter : İş akışı yürütmelerini başlatabilecek herhangi bir uygulamadır. Örn, sipariş verdiğimiz X bir web sitesi.

Workflow Decider : Karar verici, tüm bu iş akışının kordinasyonunu sağlayıp, işlerin olumlu,olumsuz bilgisine göre işleri bir sonraki adımı ya da farklı adımı tetiklemeye yarıyor.

Workflow worker : Esas işi yapıp, belirlediğimiz işi yapıp sonucu veren programlar. Örnek siparişe göre ürünün stoklarda olup, olmadığını kontrol eden, geriye olumlu ya da olumsuz sonuç dönen sipariş onayı backend worker programına gönderiliyor. Yönetilen iş akışı hizmeti sunuyor.

#### Süreç,

Müşteri => Sipariş => Tahsilat => Paketleme => Gönderim => Kayıt => Sipariş onayı.


---

# 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://note.onurbolatoglu.com/aws/swf.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.
