-
Notifications
You must be signed in to change notification settings - Fork 747
Documentation updates for improved toolbox activity names and property dialog box titles #9951
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
base: development
Are you sure you want to change the base?
Changes from all commits
3a4ef69
7204fcf
d001ae2
dbcf6bf
c03ffa1
29706cc
c04e176
36b77c5
33625f1
8f962cf
c572b3f
7ee9692
00f4b49
5174bfe
c0d37a1
e599dd8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,8 +49,8 @@ Delete the APM Tools item that calls "APMAgent/USE_ME/IVK_OpenConsole" from navi | |
|
||
## Optional: Revert After Startup and Before Shutdown | ||
|
||
Remove the microflow call action to APMAgent\USE_ME\AfterStartup from an after startup microflow. This feature is runtime configurable and by default none of the tools are started. | ||
Remove the microflow call action to APMAgent\USE_ME\BeforeShutdown from a before shutdown microflow. | ||
Remove the microflow call activity to APMAgent\USE_ME\AfterStartup from an after startup microflow. This feature is runtime configurable and by default none of the tools are started. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
It is now called Call microflow activity. Sometimes these names of the UI elements are decorated in bold, which is also specified in Microcopy Guide. Would be nice to adjust the formatting to conform to it. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ievgen-baida That's a very good point. I'll address that. |
||
Remove the microflow call activity to APMAgent\USE_ME\BeforeShutdown from a before shutdown microflow. | ||
You can find the AfterStartup and BeforeShutdown microflows in the project settings. | ||
|
||
{{< figure src="/attachments/appstore/partner-solutions/apd/ig/ig-one/ig-one-uninstall-steps/Revert_After_Startup.png" class="no-border" >}} | ||
|
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.
If the link also points to
/refguide/call-microflow/
it would improve consistency.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.
@ievgen-baida This was what I had done before I realized that we already had the exact same URL used for the Call microflow activity in the workflow editor: https://docs.mendix.com/refguide/call-microflow/. So I reverted my changes and kept the current URL.