Create your first Flow
Create a manually run Flow that writes a harmless message to its execution log. This fictional exercise avoids files, databases, commands and Transports.
Prerequisites
Use Designer in the test configuration with permission to create a Flow. Confirm no schedule or file monitor will be enabled.
Build the Flow
- Under Flows, create a Flow named
Tutorial - First Flow. - Keep its trigger manual: do not enable a schedule or file monitor.
- Add a Custom Script Flow step named
Record tutorial message. - Use the Script Editor and Code Library to insert the current logging operation for the installed version, with the sanitised text
First Flow tutorial completed. - Select Test Compile, save the step and save the Flow.
Checkpoint: the Flow reopens with one active step and no automated trigger. The exact logging signature must come from the installed Code Library rather than this version-independent tutorial.
Run and verify
- Select Test Run or the controlled manual run action.
- Open the execution result and confirm successful status and the tutorial message.
- Confirm no file, database, Transport or external endpoint changed.
Compile success does not prove runtime behaviour; the execution log is the checkpoint.
Clean up
Archive or delete the tutorial Flow under local policy after checking it is not used by another module. If the run fails, retain the error, verify the logging signature and script context, and retry only after the cause is understood.