Skip to content

Commit e075248

Browse files
committed
Address feedback
1 parent 556561a commit e075248

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The elements of this category are described in the table below:
3030
| {{< figure src="/attachments/refguide/modeling/application-logic/workflows/workflow-elements/start-event.png" alt="Start Event" class="no-border" >}} | Start event | The starting point of a workflow. Workflows are triggered either by the [Call workflow](/refguide/on-click-event/#call-workflow) on-click event on pages or by the [Call workflow](/refguide/workflow-call/) activity in microflows. <br />Click the start event to open [workflow properties](/refguide/workflow-properties/). |
3131
| {{< figure src="/attachments/refguide/modeling/application-logic/workflows/workflow-elements/annotation.png" alt="Annotation" class="no-border" >}} | Annotation | Allows you to put comments to a flow. For example, you can add a comment for your team that one of the user tasks needs to be changed later. <br />You can add annotations to the workflow or to individual activities. To add the annotation to the workflow, drag and drop the annotation in the editor's working area. To add the annotation to the activity, drag and drop it inside the activity. |
3232
| {{< figure src="/attachments/refguide/modeling/application-logic/workflows/workflow-elements/decision.png" alt="Decision" class="no-border" >}} | [Decision](/refguide/decision-in-workflows/) | Allows you to make a choice based on a condition and follows one and only one of the outgoing paths. |
33-
| {{< figure src="/attachments/refguide/modeling/application-logic/workflows/workflow-elements/parallel-split.png" alt="Parallel Split" class="no-border" >}} | [Parallel split](/refguide/parallel-split/) | Allows you to add two parallel paths to your workflow. |
33+
| {{< figure src="/attachments/refguide/modeling/application-logic/workflows/workflow-elements/parallel-split.png" alt="Parallel Split" class="no-border" >}} | [Parallel split](/refguide/parallel-split/) | Allows you to create parallel paths that execute activities concurrently. By default, two paths are added. |
3434
| {{< figure src="/attachments/refguide/modeling/application-logic/workflows/workflow-elements/jump.png" alt="Jump Activity" class="no-border" >}} | [Jump](/refguide/jump-activity/) | Allows you to jump to other activities in the workflow. |
3535
| {{< figure src="/attachments/refguide/modeling/application-logic/workflows/workflow-elements/wait-for-notification.png" alt="Wait for notification activity" class="no-border" >}} | [Wait for notification](/refguide/wait-for-notification/) | Allows you to suspend a workflow’s execution until the workflow is notified. |
3636
| {{< figure src="/attachments/refguide/modeling/application-logic/workflows/workflow-elements/end-event.png" alt="End event" >}} | [End event](/refguide/end-event-in-workflows/) | Ends the path of the workflow. |

content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/ai-agent-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An AI agent is an autonomous software system powered by large language models (L
1919

2020
With **AI agent task**, you can select a [microflow](#microflow) that calls any agent that has been configured in your application. You are not limited to one approach. Agents can be created and configured in different ways, as long as they can be called via a microflow.
2121

22-
If you do not yet have any agents configured, you can get started by following the guide on [creating your first agent](/appstore/modules/genai/how-to/howto-single-agent/). For specific information on how to create and call an agent with microflows, see the [Define the Agent Using Microflows](/appstore/modules/genai/how-to/howto-single-agent/#define-genai-commons) section in *Create Your First Agent*.
22+
If you do not yet have any agents configured, you can get started by following the guide on [creating your first agent](/appstore/modules/genai/how-to/howto-single-agent/).
2323

2424
{{% alert color="info" %}}
2525
Support for configuring AI agents using an Agent Editor in Studio Pro is coming soon.

0 commit comments

Comments
 (0)