Skip to content

Commit 299c84a

Browse files
nother link
1 parent eaf5938 commit 299c84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/english/guides/steps-from-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ app.step(step);
150150
---
151151
## Executing Steps from Apps
152152

153-
When your workflow step is executed by an end user, your app will receive a [`workflow_step_execute`](/reference/events/workflow_step_execute) event. The `execute` callback in your `WorkflowStep` configuration will be run when this event is received.
153+
When your workflow step is executed by an end user, your app will receive a `workflow_step_execute` event. The `execute` callback in your `WorkflowStep` configuration will be run when this event is received.
154154

155155
Using the `inputs` from the `save` callback, this is where you can make third-party API calls, save information to a database, update the user's Home tab, or decide the outputs that will be available to subsequent steps from apps by mapping values to the `outputs` object.
156156

0 commit comments

Comments
 (0)