documentation
                                
                                 documentation copied to clipboard
                                
                                    documentation copied to clipboard
                            
                            
                            
                        [Foundations] Customize Workflow Type is missing in TypeScript
Customize Workflow Type is missing is TypeScript
You can provide a code snippet in the comments or a link to the line numbers of the samples-repo. Once added, I'll update the app-dev page with the new code snippet.
 
"custom" and "customize" feel weird. It's a necessary part of a workflow definition.
suggest changing to:
Workflow Type
Workflows have a Type (also referred to as the Workflow name).
TS tab:
In TS, the Workflow Type is the Workflow function name. In this snippet, the Type is "helloWorld"
typescript-workflow-type