Skip to content

Commit 974886e

Browse files
add workflows and triggers separation
1 parent 29ccf71 commit 974886e

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

docs-v2/pages/troubleshooting.mdx

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ If you're still seeing the issue after trying these steps, please [report a bug]
3636

3737
[See FAQ here](/workflows/git/#faq).
3838

39-
## My workflow isn't working
39+
## Workflows
40+
41+
### My workflow isn't working
4042

4143
If you're encountering a specific issue in a workflow, try the following steps, checking to see if they fix the problem:
4244

@@ -46,17 +48,19 @@ If you're encountering a specific issue in a workflow, try the following steps,
4648

4749
If you're still seeing the issue after trying these steps, please reach out in [the community](https://pipedream.com/support).
4850

49-
## How do I invoke another workflow?
51+
### How do I invoke another workflow?
5052

5153
We provide a [Trigger Workflow](https://pipedream.com/apps/helper-functions/actions/trigger-workflow) action in the [Helper Functions](https://pipedream.com/apps/helper-functions) app. [See more here](/workflows/building-workflows/code/nodejs/#invoke-another-workflow).
5254

5355
Another option is to make an HTTP request to a Pipedream HTTP webhook trigger.
5456

55-
## Why is my trigger not emitting events?
57+
## Triggers
58+
59+
### Why is my trigger not emitting events?
5660

5761
Most Pipedream sources fall into one of two categories: webhook-based or timer-based.
5862

59-
### Webhook-based instant sources
63+
#### Webhook-based instant sources
6064

6165
These sources will get triggered immediately. But because events come in in real-time, most will **not** automatically fetch historical events upon creation. To surface test events in your workflow while building, you'll need to generate an eligible event in the selected app.
6266

@@ -66,15 +70,15 @@ For example, if you've configured the "[Message Updates (Instant)](https://piped
6670

6771
Sources for apps like [Telegram](https://pipedream.com/apps/telegram-bot-api/triggers/message-updates) and [Google Sheets](https://pipedream.com/apps/google-sheets/triggers/new-row-added) use webhooks and get triggered immediately.
6872

69-
### Timer-based polling sources
73+
#### Timer-based polling sources
7074

7175
These sources will fetch new events on a regular interval, based on a schedule you specify in the trigger configuration.
7276

7377
![Configure polling timer](https://res.cloudinary.com/pipedreamin/image/upload/v1653434591/docs/polling-triggers-timer_ooz26c.png)
7478

7579
In most cases, Pipedream will automatically fetch recent historical events to help enable easier workflow development. Sources for apps like [Twitter](https://pipedream.com/apps/twitter/triggers/search-mentions) and [Spotify](https://pipedream.com/apps/spotify/triggers/new-playlist) require we poll their endpoints in order to fetch new events.
7680

77-
## Where do I find my event source's ID?
81+
### Where do I find my event source's ID?
7882

7983
Open [https://pipedream.com/sources](https://pipedream.com/sources) and click on your event source. Copy the URL that appears in your browser's address bar. For example:
8084

@@ -84,7 +88,7 @@ https://pipedream.com/sources/dc_abc123
8488

8589
Your source's ID is the value that starts with `dc_`. In this example: `dc_abc123`.
8690

87-
## Why is my trigger paused?
91+
### Why is my trigger paused?
8892

8993
Pipedream automatically disables sources with a 100% error rate in the past 5 days for accounts on the Free plan.
9094

0 commit comments

Comments
 (0)