Skip to content

Commit f54a9ff

Browse files
committed
Fixed broken link in runTask description
1 parent 067c0db commit f54a9ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sdk/io/runtask.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "io.runTask()"
33
sidebarTitle: "runTask()"
4-
description: "`io.runTask()` allows you to run a [Task](/documentation/concepts/tasks) from inside a Job run."
4+
description: "Creates and runs a Task inside a Run."
55
---
66

7-
A Task is a resumable unit of a Run that can be retried, resumed and is logged. [Integrations](/integrations) use Tasks internally to perform their actions.
7+
A [Task](/documentation/concepts/tasks) is a resumable unit of a Run that can be retried, resumed and is logged. [Integrations](/integrations) use Tasks internally to perform their actions.
88

99
The wrappers at `io.integration.runTask()` expose the underlying Integration client as the first callback parameter (see examples on the right). They will have defaults set for options and `onError` handlers, but should otherwise be considered identical to raw `io.runTask()`.
1010

0 commit comments

Comments
 (0)