Skip to content

Commit f7320eb

Browse files
Bueller87“Kevin”
andauthored
Remove Pageflow Sample (#105)
* Removed pageflow sample * Removed pageflow from Makefile * Removed pageflow refrence from README --------- Co-authored-by: “Kevin” <“[email protected]”>
1 parent 37c9944 commit f7320eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+0
-23654
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ PROGS = helloworld \
3232
cancelactivity \
3333
ctxpropagation \
3434
pso \
35-
pageflow \
3635
signalcounter \
3736
sideeffect \
3837
sleep \
@@ -158,8 +157,6 @@ recovery:
158157
pso:
159158
go build -o bin/pso cmd/samples/pso/*.go
160159

161-
pageflow:
162-
go build -o bin/pageflow cmd/samples/pageflow/*.go
163160

164161
signalcounter:
165162
go build -o bin/signalcounter cmd/samples/recipes/signalcounter/*.go
@@ -218,7 +215,6 @@ bins: helloworld \
218215
recovery \
219216
ctxpropagation \
220217
pso \
221-
pageflow \
222218
signalcounter \
223219
sideeffect \
224220
sleep \

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ make
7272
- [Expense](#expense)
7373
- [File Processing](#file-processing)
7474
- [DSL](#dsl)
75-
- [Page Flow](#page-flow)
7675
- [PSO (Particle Swarm Optimization)](#pso-particle-swarm-optimization)
7776

7877
---
@@ -493,17 +492,6 @@ Start Workflow:
493492
##### How to run
494493
* Check **[Detailed Guide](cmd/samples/dsl/README.md)** to run the sample
495494

496-
#### Page Flow
497-
* **Shows**: UI-driven workflows and web application integration.
498-
* **What it does**: Shows a React frontend that interacts with Cadence workflows through signals and queries.
499-
* **Real-world use case**: Multi-step forms, wizard interfaces, approval workflows, user onboarding.
500-
* **Key concepts**: UI integration, signal handling, state management, frontend-backend coordination.
501-
* **Source code**: [cmd/samples/pageflow/](cmd/samples/pageflow/)
502-
503-
##### How to run
504-
* Check **[Detailed Guide](cmd/samples/pageflow/README.md)** to run the sample
505-
506-
507495
#### PSO (Particle Swarm Optimization)
508496
* **Shows**: Complex mathematical workflows and long-running optimization workflows.
509497
* **What it does**: Implements particle swarm optimization with child workflows and ContinueAsNew.

cmd/samples/pageflow/.gitignore

Lines changed: 0 additions & 25 deletions
This file was deleted.

cmd/samples/pageflow/README.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

cmd/samples/pageflow/main.go

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)