-
Notifications
You must be signed in to change notification settings - Fork 726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Workflow] Updates for Go SDK #3895
Conversation
Signed-off-by: Hannah Hunter <[email protected]>
Stale PR, paging all reviewers |
Stale PR, paging all reviewers |
Signed-off-by: Hannah Hunter <[email protected]>
Stale PR, paging all reviewers |
Stale PR, paging all reviewers |
Stale PR, paging all reviewers |
Signed-off-by: Hannah Hunter <[email protected]>
Will review this PR with suggestions tomorrow 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's my initial set of comments
daprdocs/content/en/developing-applications/building-blocks/workflow/howto-author-workflow.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't necessarily have an issue with this - more a comment on whether we should be including the actual quickstart code in the docs rather than somehow generating it from the source or more simply linking to it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think generating from source would be amazing - @msfussell do you know if we are able to do this at all?
daprdocs/content/en/developing-applications/building-blocks/workflow/howto-author-workflow.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/howto-author-workflow.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/howto-author-workflow.md
Outdated
Show resolved
Hide resolved
...cs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bit confused by the DO/DON'T
commentS?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mikeee This section provides examples to keep code deterministic and work around limitations... here's the context for this section: https://docs.dapr.io/developing-applications/building-blocks/workflow/workflow-features-concepts/#limitations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is supposed to be guidance in getting things like date time and guids etc correctly
daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-overview.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-overview.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-patterns.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-patterns.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-patterns.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-patterns.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-patterns.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-patterns.md
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-patterns.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-patterns.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
thanks @mikeee! |
Signed-off-by: Hannah Hunter <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very comprehensive indeed. Caught a few issue that @mikeee you will need to take a look at.
daprdocs/content/en/developing-applications/building-blocks/workflow/howto-author-workflow.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/howto-author-workflow.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/howto-author-workflow.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/howto-manage-workflow.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/howto-manage-workflow.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/howto-manage-workflow.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is supposed to be guidance in getting things like date time and guids etc correctly
daprdocs/content/en/developing-applications/building-blocks/workflow/howto-manage-workflow.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/building-blocks/workflow/howto-manage-workflow.md
Outdated
Show resolved
Hide resolved
…rkflow/howto-manage-workflow.md Co-authored-by: Marc Duiker <[email protected]> Signed-off-by: Hannah Hunter <[email protected]>
…rkflow/howto-manage-workflow.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
…rkflow/howto-manage-workflow.md Co-authored-by: Marc Duiker <[email protected]> Signed-off-by: Hannah Hunter <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mikeee Thanks for such a comprehensive PR! Appreciate this greatly!
Description
Update docs for Workflow being available in Go SDK
Issue reference
PR will close: #3868
Related and dependent on this PR dapr/quickstarts#973