-
Notifications
You must be signed in to change notification settings - Fork 328
standalone activities ga release #5290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
17b806b
126f761
e710f0c
245f042
133d03f
93d1d8e
8ccb53d
a1b4563
0770a78
8e3aa28
b486873
e783ebd
8d6edb5
cae490f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,7 +36,7 @@ interface FileProcessingActivities | |
| } | ||
| ``` | ||
|
|
||
| ### How to develop Activity Parameters {/* #activity-parameters */} | ||
| ### Activity Parameters {/* #activity-parameters */} | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 [vale] <Temporal.Headings> reported by reviewdog 🐶 |
||
|
|
||
| There is no explicit limit to the total number of parameters that an [Activity Definition](/activity-definition) may support. | ||
| However, there is a limit to the total size of the data that ends up encoded into a gRPC message Payload. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,7 +56,7 @@ async def your_activity(input: YourParams) -> str: | |
| return f"{input.greeting}, {input.name}!" | ||
| ``` | ||
|
|
||
| ### Develop Activity Parameters {/* #activity-parameters */} | ||
| ### Activity Parameters {/* #activity-parameters */} | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 [vale] <Temporal.Headings> reported by reviewdog 🐶 |
||
|
|
||
| There is no explicit limit to the total number of parameters that an [Activity Definition](/activity-definition) may | ||
| support. However, there is a limit to the total size of the data that ends up encoded into a gRPC message Payload. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,7 +38,7 @@ export async function greet(name: string): Promise<string> { | |
| ``` | ||
| <!--SNIPEND--> | ||
|
|
||
| ## How to develop Activity Parameters {/* #activity-parameters */} | ||
| ## Activity Parameters {/* #activity-parameters */} | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 [vale] <Temporal.Headings> reported by reviewdog 🐶 |
||
|
|
||
| There is no explicit limit to the total number of parameters that an [Activity Definition](/activity-definition) may | ||
| support. However, there is a limit to the total size of the data that ends up encoded into a gRPC message Payload. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 [vale] <Temporal.Headings> reported by reviewdog 🐶
'Activity Parameters ****************************' should use sentence-style capitalization.