-
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?
Conversation
…perties dialog box titles
…erlapped with those in the workflow editor)
@@ -144,7 +144,7 @@ Microflows can call other microflows by defining a mapping of expressions to par | |||
|
|||
| Studio Pro Guide | Model SDK API docs | | |||
| --- | --- | | |||
| [Microflow Call](/refguide/microflow-call/) |[MicroflowCallAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.microflowcallaction.html) | | |||
| [Call Microflow](/refguide/microflow-call/) |[MicroflowCallAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.microflowcallaction.html) | |
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.
content/en/docs/howto/data-models/denormalize-data-to-improve-performance.md
Outdated
Show resolved
Hide resolved
content/en/docs/howto/data-models/denormalize-data-to-improve-performance.md
Outdated
Show resolved
Hide resolved
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
microflow call activity
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 comment
The reason will be displayed to describe this comment to others. Learn more.
@ievgen-baida That's a very good point. I'll address that.
@@ -15,7 +15,7 @@ To ensure the best user experience for your Mendix application, follow these bes | |||
* Synchronize large files or images using selective synchronization | |||
* Use an `isDeleted` Boolean attribute for delete functionality so that conflicts can be handled correctly on the server | |||
* Use before- and after-commit microflows to pre- or post-process data | |||
* Use a [microflow call](/refguide/microflow-call/) in your nanoflows to perform additional server-side logic such as retrieving data from a REST service, or accessing and using complex logic such as Java actions | |||
* Use a [Call microflow](/refguide/microflow-call/) activity in your nanoflows to perform additional server-side logic such as retrieving data from a REST service, or accessing and using complex logic such as Java actions |
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.
* Use a [Call microflow](/refguide/microflow-call/) activity in your nanoflows to perform additional server-side logic such as retrieving data from a REST service, or accessing and using complex logic such as Java actions | |
* Use a [Call microflow](/refguide/call-microflow/) activity in your nanoflows to perform additional server-side logic such as retrieving data from a REST service, or accessing and using complex logic such as Java actions |
...nt/en/docs/refguide/mobile/using-mobile-capabilities/local-notifications/local-notif-data.md
Outdated
Show resolved
Hide resolved
| {{< figure src="/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/activities/call-microflow.png" alt="microflow call" link="/refguide/microflow-call/" max-width=65% class="no-border" >}} | [Microflow call](/refguide/microflow-call/) | Calls a microflow. Arguments can be passed to the microflow and the result can be stored in a variable. | | ||
| {{< figure src="/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/activities/call-java-action.png" alt="Call Java action" link="/refguide/call-java-action/" max-width=65% class="no-border" >}} | [Call Java action](/refguide/call-java-action/) (microflows only) | Calls a Java action. Arguments can be passed to the action and the result can be stored in a variable. | | ||
| {{< figure src="/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/activities/call-javascript-action.png" alt="call javascript action" link="/refguide/call-javascript-action/" max-width=65% class="no-border" >}} | [Call JavaScript action](/refguide/call-javascript-action/) (nanoflows only) | Calls a JavaScript action. Arguments can be passed to the action and the result can be stored in a variable. | | ||
| {{< figure src="/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/activities/call-microflow.png" alt="call microflow" link="/refguide/microflow-call/" max-width=65% class="no-border" >}} | [Call microflow](/refguide/microflow-call/) | Calls a microflow. Arguments can be passed to the microflow and the result can be stored in a variable. | |
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.
| {{< figure src="/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/activities/call-microflow.png" alt="call microflow" link="/refguide/microflow-call/" max-width=65% class="no-border" >}} | [Call microflow](/refguide/microflow-call/) | Calls a microflow. Arguments can be passed to the microflow and the result can be stored in a variable. | | |
| {{< figure src="/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/activities/call-microflow.png" alt="call microflow" link="/refguide/call-microflow/" max-width=65% class="no-border" >}} | [Call microflow](/refguide/call-microflow/) | Calls a microflow. Arguments can be passed to the microflow and the result can be stored in a variable. | |
* [Microflow call](/refguide/microflow-call/) – calls a microflow | ||
* [Call Java action](/refguide/call-java-action/) (microflows only) – calls a Java action | ||
* [Call JavaScript action](/refguide/call-javascript-action/) (nanoflows only) – calls a JavaScript action | ||
* [Call microflow](/refguide/microflow-call/) – calls a microflow |
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.
* [Call microflow](/refguide/microflow-call/) – calls a microflow | |
* [Call microflow](/refguide/call-microflow/) – calls a microflow |
@@ -10,7 +10,7 @@ weight: 50 | |||
|
|||
The following are the client activities you can use in your microflow or nanoflow: | |||
|
|||
* [Nanoflow call](/refguide/nanoflow-call/) (nanoflows only) – calls another nanoflow | |||
* [Call nanoflow](/refguide/nanoflow-call/) (nanoflows only) – calls another nanoflow |
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.
* [Call nanoflow](/refguide/nanoflow-call/) (nanoflows only) – calls another nanoflow | |
* [Call nanoflow](/refguide/call-nanoflow/) (nanoflows only) – calls another nanoflow |
* [Java Action Call](/refguide/java-action-call/) | ||
* [Microflow Call](/refguide/microflow-call/) | ||
* [Call Java Action](/refguide/call-java-action/) | ||
* [Call Microflow](/refguide/microflow-call/) |
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.
* [Call Microflow](/refguide/microflow-call/) | |
* [Call Microflow](/refguide/call-microflow/) |
…performance.md Co-authored-by: İevgen Baida <[email protected]>
…performance.md Co-authored-by: İevgen Baida <[email protected]>
…l-notifications/local-notif-data.md Co-authored-by: İevgen Baida <[email protected]>
No description provided.