You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[The HumanExecutor and TemplateClient](#the-humanexecutor-and-templateclient)
75
83
-[Quick Start: Creating and Managing a Human Task](#quick-start-creating-and-managing-a-human-task)
@@ -828,6 +836,144 @@ Event handlers support various actions:
828
836
829
837
For a complete method reference, see the [EventClient API Reference](docs/api-reference/event-client.md).
830
838
839
+
## Applications
840
+
841
+
Applications in Conductor are security entities that enable programmatic access to the Conductor API. Each application can have multiple access keys for authentication and can be assigned roles to control what operations it can perform.
842
+
843
+
### The ApplicationClient
844
+
845
+
The `ApplicationClient` manages applications, access keys, and roles. For a complete method reference, see the [ApplicationClient API Reference](docs/api-reference/application-client.md).
846
+
847
+
### Quick Start: Managing Applications
848
+
849
+
Here's how to create and manage applications in Conductor:
850
+
851
+
#### Step 1: Create an ApplicationClient
852
+
853
+
First, create an instance of the `ApplicationClient`:
For a complete method reference, see the [ApplicationClient API Reference](docs/api-reference/application-client.md).
976
+
831
977
## Human Tasks
832
978
833
979
Human tasks integrate human interaction into your automated workflows. They pause a workflow until a person provides input, such as an approval, a correction, or additional information.
0 commit comments