Add an example how to use flow factories and prefixing to achieve effect similar to scoping, but without it. Change-Id: Ia587ad59f76a0dd477dba79c24e5f86f4b4a34ba
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
Running simple flow:
|
|
Fetching number for Josh.
|
|
Calling Josh 777.
|
|
|
|
Calling many people using prefixed factory:
|
|
Fetching number for Jim.
|
|
Calling Jim 444.
|
|
Fetching number for Joe.
|
|
Calling Joe 555.
|
|
Fetching number for Josh.
|
|
Calling Josh 777.
|