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
Copy file name to clipboardExpand all lines: docs/quickstarts.mdx
+24-36Lines changed: 24 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,48 +31,36 @@ Choose your language to get started locally. If you're using Temporal Cloud, che
31
31
32
32
Learn Temporal features with guided local walkthroughs.
33
33
34
+
### Standalone Activities
35
+
36
+
Run an Activity from a Temporal Client without writing a Workflow.
37
+
38
+
<QuickstartCards
39
+
items={[
40
+
{ href: "/develop/go/activities/standalone-activities-quickstart", title: "Go", description: "Execute a Standalone Activity with the Go SDK." },
41
+
{ href: "/develop/java/activities/standalone-activities-quickstart", title: "Java", description: "Execute a Standalone Activity with the Java SDK." },
42
+
{ href: "/develop/dotnet/activities/standalone-activities-quickstart", title: ".NET", description: "Execute a Standalone Activity with the .NET SDK." },
43
+
{ href: "/develop/python/activities/standalone-activities-quickstart", title: "Python", description: "Execute a Standalone Activity with the Python SDK." },
44
+
{ href: "/develop/ruby/activities/standalone-activities-quickstart", title: "Ruby", description: "Execute a Standalone Activity with the Ruby SDK." },
45
+
{ href: "/develop/typescript/activities/standalone-activities-quickstart", title: "TypeScript", description: "Execute a Standalone Activity with the TypeScript SDK." },
46
+
]}
47
+
/>
48
+
49
+
### Nexus
50
+
51
+
Connect Temporal Applications within and across Namespaces with a Nexus Service.
0 commit comments