Cadence Internals(1): How History Service works with other services #4511
longquanzheng
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
You may have read this doc and having lots of questions:
This post is trying to provide more information about it, especially the history service.
So let’s take an example of a helloworld workflow to understand how history service works with others.
In happy case(no timeout) , this helloworld workflow will make two decisions:
Here is the timeline of how history service works with others. Here uses bracket to tell history event is written : [HistoryEventName]
This is the sample history of the helloworld workflow. It is exactly the same as above.
Beta Was this translation helpful? Give feedback.
All reactions