Skip to content

Commit

Permalink
improve wording of migration requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
vikstrous committed Apr 21, 2024
1 parent 05bf268 commit c5dbd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Since this library is opinionated, it doesn't support all temporal features. To
* All workflows must take at most one parameter and return at most one parameter.
* All activities must take at most one parameter and return at most one parameter.
* Namespaces names and queues names must be static (assuming that your types are defined as global variables so they can be used anywhere).
* All workflows and activities for the queue must be known.
* All workflows and activities for a given queue must be migrated at once.
* All types must be defined as Go structs that follow the Temporal Go SDK's marshaling and unmarshaling logic.

There maybe more restrictions that I'm not aware of yet. Open an issue if any are missed.
Expand Down

0 comments on commit c5dbd03

Please sign in to comment.