Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColorlightgreen
titleBGColorlightgreen
borderStyledashed
titleGreenborderStyledashed

When the action has been executed successfully,  color the cell(s) in green.

Panel
bgColor#f08080
titleBGColor#f08080
borderStyledashed
titleRedborderStyledashed

If the action execution has failed,  color the cell(s) in red.

Panel
bgColor#f0e68c
titleBGColor#f0e68c
borderStyledashed
titleYELLOWborderStyledashed

If the system encounters an execution error, the cell is colored yellow and  provides information about the error.

Panel
bgColorlightgrey
titleBGColorlightgrey
borderStyledashed
titleGreyborderStyledashed

When the action has been executed successfully,  will display the returned value in gray.

...

Consider the first example of business flow described in Writing a Do With specification, shown again below.

do withbank
open checking account12345-67890under the name ofSpongebob Squarepants

...

The second example in Writing a Do With Specification, shown again below, presents a more complete business flow using the bank fixture.

do withbank
open checking account12345-67890under the name ofSpongebob Squarepants

...

In the example show below, the first row of the second table indicates to process the rest of the table using a SetOfInterpreter on the value returned by the action opened accounts.

do withbank
open checking account12345-67890under the name ofSpongebob Squarepants
open savings account54321-09876under the name ofPatrick Star
set ofopened accounts
numbertypeowner name
12345-67890checkingSpongebob Squarepants
54321-09876savingsPatrick Star

...