Merge pull request #3223 from obenarchid/iss-3221

Update howto-author-workflow.md
This commit is contained in:
Hannah Hunter 2023-03-06 14:36:03 -06:00 committed by GitHub
commit 12ab19bc32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ Dapr Workflow logic is implemented using general purpose programming languages,
- Write unit tests for your workflows, just like any other part of your application logic.
The Dapr sidecar doesnt load any workflow definitions. Rather, the sidecar simply drives the execution of the workflows, leaving all the workflow activities to be part of the application.
The Dapr sidecar doesnt load any workflow definitions. Rather, the sidecar simply drives the execution of the workflows, leaving all the workflow activitie to be part of the application.
## Write the workflow activities