Expert AWS Development
上QQ阅读APP看书,第一时间看更新

Non-deterministic workflows

The implementation of your workflow must be deterministic. An exception will be thrown when the framework detects non-determinism while executing the workflow. Some common mistakes that can lead to non-determinism are the use of random numbers, system clock, and the generation of GUIDs. It will construct different values at different times, which will take your workflow to a different path each time it is executed.