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.
534534 - Call ` WorkflowThread.sleep ` instead of ` Thread.sleep ` .
535535 - Use ` Promise ` and ` CompletablePromise ` instead of ` Future ` and ` CompletableFuture ` .
536536 - 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.
538538- Don’t access configuration APIs directly from a workflow because changes in the configuration might affect a workflow execution path.
539539Pass it as an argument to a workflow function or use an activity to load it.
540540
You can’t perform that action at this time.
0 commit comments