-
Notifications
You must be signed in to change notification settings - Fork 221
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
[ROBO-4338] Add Owner field to BookmarkInfo #346
base: develop
Are you sure you want to change the base?
Conversation
src/Directory.Build.props
Outdated
@@ -1,6 +1,6 @@ | |||
<Project> | |||
<PropertyGroup> | |||
<Version>6.0.0</Version> |
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.
revert
pls add tests with persistIdle arg.GetBookmarks, and directly accessing workflowapplication.GetBookmarks |
maybe its worth to modify ann make sure we receive BookmarkInfo for all bookmarks ... even emptynames... if that seems problematc we could add a new method... the purpose here would be to also detect bookmarks like the ones from Delay activity |
@@ -39,6 +41,12 @@ public BookmarkScopeInfo ScopeInfo | |||
private set => _scopeInfo = value; | |||
} | |||
|
|||
public Activity Owner |
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.
Add tests this is set ok... also after a suspension
No description provided.