documentation icon indicating copy to clipboard operation
documentation copied to clipboard

[Foundations] Customize Workflow Type is missing in TypeScript

Open rachfop opened this issue 3 years ago • 1 comments

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.

rachfop avatar Aug 18 '22 20:08 rachfop

image

"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

lorensr avatar Aug 26 '22 17:08 lorensr