Migrate to Asciidoctor Tabs
This commit is contained in:
@@ -11,12 +11,10 @@ as a "`flow`".
|
||||
|
||||
The following listings show examples of flows and their output in a shell:
|
||||
|
||||
====
|
||||
[source, java, indent=0]
|
||||
----
|
||||
include::{snippets}/FlowComponentSnippets.java[tag=snippet1]
|
||||
----
|
||||
====
|
||||
|
||||
image::component-flow-showcase-1.svg[text input]
|
||||
|
||||
@@ -25,12 +23,10 @@ possible to conditionally choose where to jump in a flow by using a `next`
|
||||
function and returning target _component id_. If this returned id is aither _null_
|
||||
or doesn't exist flow is essentially stopped right there.
|
||||
|
||||
====
|
||||
[source, java, indent=0]
|
||||
----
|
||||
include::{snippets}/FlowComponentSnippets.java[tag=snippet2]
|
||||
----
|
||||
====
|
||||
|
||||
image::component-flow-conditional-1.svg[text input]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user