Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Together, these features make the agent **durable**, **reliable**, and **provide
From the `01-dapr-agents-fundamentals` folder, with your virtual environment activated:

```bash
dapr run --app-id durable-agent --resources-path resources -- python 06_durable_agent_http.py
dapr run --app-id durable-agent --resources-path components -- python 06_durable_agent_http.py
```

This:
Expand Down Expand Up @@ -320,7 +320,7 @@ To see durable execution in action:
Start it again with the same command:

```bash
dapr run --app-id durable-agent --resources-path resources -- python 06_durable_agent_http.py
dapr run --app-id durable-agent --resources-path components -- python 06_durable_agent_http.py
```

4. **Query the same workflow**
Expand Down
Loading