Skip to main content

CREATE FLOW ... END FLOW

CREATE FLOW <flow name>m [WITH ENCRYPTION];
...
END FLOW <flow name>;

CREATE FLOW <flow name> creates a flow. All subsequent CREATE statements until the END FLOW statement will create components in that flow. See CREATE APPLICATION ... END APPLICATION for discussion of WITH ENCRYPTION.CREATE APPLICATION ... END APPLICATION

See Flow for more information and MultiLogApp for a detailed discussion of a multi-flow application.