> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudify.biz/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflows

> View all integration workflows built for your account — check deployment status, review descriptions, and manage workflows directly from the dashboard.

<Frame caption="Workflows — all integrations deployed in your Lighthouse account">
  <img src="https://mintcdn.com/cloudify-c7720744/CO8OV3B8pTS28bk6/images/Screenshot-2026-07-14-003931.jpeg?fit=max&auto=format&n=CO8OV3B8pTS28bk6&q=85&s=686b6ce273c1e2e06573eebe759913b6" alt="Screenshot 2026 07 14 003931" width="1068" height="716" data-path="images/Screenshot-2026-07-14-003931.jpeg" />
</Frame>

***

## Reading a Workflow Card

<Frame caption="A workflow card showing ID, status badges, description, owner, and last updated">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/cloudify-c7720744/images/screenshots/workflow-card.png" alt="Workflow Card" />
</Frame>

| Element         | What It Shows                                                          |
| --------------- | ---------------------------------------------------------------------- |
| **Name**        | The workflow name — e.g. `HubSpot Closed Won → Xero Invoice`           |
| **ID**          | The unique internal ID — e.g. `ID: 1496`. Use this in support requests |
| **Dev / Live**  | Deployment status — see below                                          |
| **AI badge**    | Shown when the workflow uses AI-assisted logic                         |
| **Toggle**      | Shows whether the workflow is enabled (blue) or paused (grey)          |
| **Description** | A plain-English summary of what the workflow does and when it triggers |
| **By**          | The Cloudify team member who built or last edited this workflow        |
| **Updated**     | When the workflow was last modified                                    |

***

## Deployment Status — Dev vs Live

Every workflow has a coloured status badge in the top-right of its card.

<CardGroup cols={2}>
  <Card title="Live" icon="circle-check">
    The workflow is active and processing real data. Events from your connected apps will trigger this workflow automatically.
  </Card>

  <Card title="Dev" icon="wrench">
    The workflow is in development or testing mode. It is not processing live data yet. Cloudify will move it to **Live** once it has been tested and approved.
  </Card>
</CardGroup>

<Note>
  You do not need to change workflow status yourself. The Cloudify team manages the promotion from Dev to Live as part of your integration delivery.
</Note>

***

## The Three-Dot Menu

Click the **⋯** menu on any workflow card to access management options.

<Frame caption="Three-dot menu — Enable, View Details, Edit, Triggers, and Delete">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/cloudify-c7720744/images/screenshots/workflow-actions-menu.png" alt="Workflow Actions Menu" />
</Frame>

<CardGroup cols={2}>
  <Card title="Enable" icon="toggle-right">
    Activates a paused workflow so it begins processing events again.
  </Card>

  <Card title="View Details" icon="eye">
    Opens a read-only view of the full workflow configuration.
  </Card>

  <Card title="Edit" icon="pencil">
    Opens the workflow editor. Contact Cloudify before making any edits — changes to live workflows affect real data.
  </Card>

  <Card title="Triggers" icon="zap">
    Shows the webhook URL used to trigger this workflow. See below for details.
  </Card>

  <Card title="Delete" icon="trash">
    Permanently removes the workflow. This cannot be undone.
  </Card>
</CardGroup>

<Warning>
  **Do not delete or edit a Live workflow without consulting Cloudify first.** Changes to live workflows immediately affect your running integrations and may cause data errors.
</Warning>

***

## Viewing Trigger URLs

Selecting **Triggers** from the ⋯ menu opens a modal showing the webhook endpoint for that workflow.

<Frame caption="Triggers modal — webhook URL for the selected workflow">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/cloudify-c7720744/images/screenshots/workflow-triggers-modal.png" alt="Triggers Modal" />
</Frame>

| Element         | What It Shows                                                            |
| --------------- | ------------------------------------------------------------------------ |
| **Environment** | `Dev` or `Live` — matches the workflow's current deployment status       |
| **Webhook URL** | The endpoint Lighthouse listens on for incoming events for this workflow |
| **Copy icon**   | Click to copy the URL to your clipboard                                  |
| **Toggle**      | Enables or disables this specific trigger endpoint                       |

<Info>
  Trigger URLs are managed by Cloudify and pre-configured as part of your integration setup. You typically only need to view this if you are troubleshooting a webhook connection with your source system.
</Info>

***

## Requesting a New Workflow

Click **Request new Workflow** in the top-right corner to submit a request to the Cloudify team.

<Tip>
  When requesting a new workflow, include as much detail as possible about the trigger condition, the source app, the destination app, and the expected outcome. The more context you provide, the faster Cloudify can scope and build it.
</Tip>

***

## Searching Workflows

Use the **Search for your workflows** field to find a workflow by name — useful when you have a large number of integrations deployed.

***

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="What is the difference between Dev and Live?">
    **Dev** workflows are in development or testing — they do not process real data. **Live** workflows are active and handling real events from your connected apps. Cloudify promotes workflows from Dev to Live after testing and sign-off.
  </Accordion>

  <Accordion title="A workflow is toggled off — is something wrong?">
    A grey toggle means the workflow is paused. It will not process any events until re-enabled. If you did not intentionally pause it, contact Cloudify to investigate.
  </Accordion>

  <Accordion title="What does the AI badge mean?">
    The AI badge indicates the workflow uses AI-assisted logic — for example, intelligent data mapping or conditional routing. These workflows are built and managed by Cloudify.
  </Accordion>

  <Accordion title="Can I edit a workflow myself?">
    You can access the editor via ⋯ → Edit, but we strongly recommend contacting Cloudify before making any changes to a Live workflow. Incorrect edits can break running integrations and cause data issues in your connected apps.
  </Accordion>

  <Accordion title="What is a trigger URL?">
    A trigger URL is a webhook endpoint that your source system uses to notify Lighthouse when an event occurs. These are pre-configured by Cloudify — you only need to view them if you are troubleshooting why a workflow isn't firing.
  </Accordion>
</AccordionGroup>

***
