Skip to content

Commit 28bdf69

Browse files
committed
feat(integrations): fix Task and task, other PR comments
1 parent b7ffe6d commit 28bdf69

File tree

1 file changed

+9
-9
lines changed
  • sources/platform/integrations/workflows-and-notifications

1 file changed

+9
-9
lines changed

sources/platform/integrations/workflows-and-notifications/make.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Finally, copy your API token to the Make module and save it to create a connecti
4141

4242
Congratulations! You have successfully connected the Apify app and can now use it in your scenarios.
4343

44-
## Run an Actor or Task with Output
44+
## Run an Actor or task with Output
4545

4646
We have two methods to run an Actor or task and retrieve its data in Make.com, depending on your needs and the complexity of the Actor:
4747

@@ -53,7 +53,7 @@ Make.com imposes a hard timeout of 5 minutes for synchronous runs. If the Actor
5353
If you anticipate that the Actor run will exceed 5 minutes, use the asynchronous method with a trigger module instead.
5454
:::
5555

56-
The primary difference between the two methods is that the synchronous run waits for the Actor or Task to finish and retrieves its output using the "Get Dataset Items" module. By contrast, the asynchronous run watches for the run of an Actor or task (which could have been triggered from another scenario, manually from Apify console or elsewhere) and gets its output once it finishes.
56+
The primary difference between the two methods is that the synchronous run waits for the Actor or task to finish and retrieves its output using the "Get Dataset Items" module. By contrast, the asynchronous run watches for the run of an Actor or task (which could have been triggered from another scenario, manually from Apify console or elsewhere) and gets its output once it finishes.
5757

5858
### Synchronous run using the action module
5959

@@ -126,16 +126,16 @@ You can initiate the Actor run via the Apify console, a scheduler, or from anoth
126126

127127
### Triggers
128128

129-
- Watch Actor Runs: Triggers when a selected Actor run is finished.
130-
- Watch Task Runs: Triggers when a selected task run is finished.
129+
- **Watch Actor Runs:** Triggers when a selected Actor run is finished.
130+
- **Watch Task Runs:** Triggers when a selected task run is finished.
131131

132132
### Actions
133133

134-
- Run a task: Runs a selected Actor task.
135-
- Run an Actor: Runs a selected Actor.
136-
- Scrape Single URL: Runs a scraper for the website and returns its content as text, markdown and HTML.
137-
- Make an API Call: Makes an arbitrary authorized API call.
134+
- **Run a Task:** Runs a selected Actor task.
135+
- **Run an Actor:** Runs a selected Actor.
136+
- **Scrape Single URL:** Runs a scraper for the website and returns its content as text, markdown and HTML.
137+
- **Make an API Call:** Makes an arbitrary authorized API call.
138138

139139
### Searches
140140

141-
- Get Dataset Items: Retrieves items from a [dataset](/platform/storage/dataset).
141+
- **Get Dataset Items:** Retrieves items from a [dataset](/platform/storage/dataset).

0 commit comments

Comments
 (0)