File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -534,7 +534,7 @@ executed one thread at a time and under a global lock.
534
534
- Call ` WorkflowThread.sleep ` instead of ` Thread.sleep ` .
535
535
- Use ` Promise ` and ` CompletablePromise ` instead of ` Future ` and ` CompletableFuture ` .
536
536
- Use ` WorkflowQueue ` instead of ` BlockingQueue ` .
537
- - Don't change workflow code when there are open workflows. The ability to do updates through visioning is TBD.
537
+ - Don't change workflow code when there are open workflows. The ability to do updates through versioning is TBD.
538
538
- Don’t access configuration APIs directly from a workflow because changes in the configuration might affect a workflow execution path.
539
539
Pass it as an argument to a workflow function or use an activity to load it.
540
540
You can’t perform that action at this time.
0 commit comments