|
|
|
|
|
by yaronsc
396 days ago
|
|
1. A user can always go into the generated code and make changes to it. The code generated includes explanations for what each step in the workflow does 2. Dapr has 9 APIs, one of which is Workflows which indeed competes with Temporal. Dapr Workflows isn't DAG based, it's code-first. This tool allows you to start with an external representation |
|