Waiting for engine...
Skip to main content

Setting up project workflow

With the template workspace in place, here is your repeatable flow for each new project:

  1. Create a new empty project folder, separate from your template workspace folder, such as project_xyz.

  2. Open a terminal in that new project folder and launch Claude Code.

  3. Run the following command to initialize the workspace from your template into your project folder:

    /freshies
  4. tip

    If Claude Code has not yet prompted you to trust the files in that folder, exit and re-launch Claude Code. This ensures it picks up the template's permission settings and saves you from repeated approval prompts.

  5. Describe what you want to build in plain language, or give it a link to existing Boomi processes and components for reference.

    Boomi Companion will handle the rest — creating processes, connectors, maps, profiles, and deploying to your environment.

    Some examples for you to get started:

    Build a process that converts a JSON payload, representing a customer order, into XML.
    Build a Boomi integration process that demonstrates splitting and branching logic.
    Build a Boomi integration process that demonstrates Try/Catch error handling using only standard shapes.
    Build a Boomi integration process that transforms sample employee data from XML to JSON. For every step in the process, including shape names, map functions, and any descriptive notes, provide labels in both English and Thai.
    tip
    • Mention your source and destination systems
    • Mention if it's scheduled, event-driven, or API-triggered
    • Mention any data transformation needed (for example, CSV to JSON, field mapping, etc.)