Create a workflow & prepare inputs
Prepare a fictional guest review in a new workflow.
A. Create a new workflow
A workflow defines task order and information handoffs. You will build one rather than import the completed example.
- Select + beside Workflows in Sim’s left sidebar.
- Right-click its name and select Rename. Call it
My Hotel Review Team. - Check for Start. If absent, drag Start from the right-hand Toolbar onto the canvas. Keep only one Start.
Each box is a block. You will use Start and three Agent blocks.
B. Enter the guest review
Select Start and open Editor. Use + in the input fields section to add the single entry below. Fill in Name, Type and Value; Description is optional.
| Name | Type | Value | Meaning |
|---|---|---|---|
| review | string | Clean room and friendly staff. Long check-in wait; breakfast hours were not explained. |
Fictional guest review |
string means text. Keep the field names unchanged and paste the value as one line.
This fictional review is the shared input for the three agents. In the next step, you will build the Review Analyst first.
If you need help: continue with the completed example
Downloading is not part of the main exercise. Use this only for recovery with the facilitator’s guidance. If you import the example, still review each role’s System/User and references in steps 5–6, complete the basic run in step 7, then make the change in step 8.
A template is a prepared example with roles and connections. Import creates a separate workflow; you do not need to delete your own work.
-
Select Download template to save the file.
Download not working? Create the file with copy and paste
Select Copy template contents. If the button does not work, click inside the text box and use Ctrl+A → Ctrl+C (Windows) or ⌘A → ⌘C (Mac).
- Windows: Open a new document in Notepad and paste the contents. In Save As, select All files as the file type and UTF-8 as the encoding. Mac: Open a new document in TextEdit, select Format → Make Plain Text, then paste the contents.
- Save as
hotel-review-response-team-example-v1.0.json. Check that the name does not end in.txt. If your Mac asks which extension to use, choose Use .json.
Do not paste into Sim’s chat or an individual AI block. Keep your API key in Sim’s Secrets, not in this file.
After saving, continue with item 2 below. If you cannot save the file, ask a facilitator for help.
-
Check that the file is saved as
hotel-review-response-team-example-v1.0.json. JSON is the file format; you do not need to edit its contents. -
Find the Workflows heading in Sim’s left sidebar.
-
Select ··· → Import beside that heading.
-
Select the saved JSON file.
-
Open Hotel Review Response Team - Example v1.0 from the workflow list.
Is the fictional review entered in Start's review field?