Search: "business"
Last modified by Rico Kieboom on 2022/04/11 14:18
Refine your search
Select a category and activate filters on the current results
Result type
- 94Document
- 2Attachment
Location
- 96Home
Language
- 87English
- 9No language
Last modification date
- Sort by:
- Relevance
Linking tag(s) to trigger(s)
Located in
- Raw document content
This is not only nice when you want to revisit the alerting section but it is also very usefull in communication with the business and with a support desk. This way you can create a common truth surrounding a common language.
Image Transformation
Located in
- Raw document content
This can come in handy when you want to standardize the image format before using it further downstream in your business application(s). Before we dive into the specifics of how to configure this, let us first consider the following: * Read the help text of the component to understand which formats are supported * Ensure the input image is supplied in the correct format * Ensure you wrap the output image in something if you want to do additional transformations on the data further downstream {{warning}} This microlearning focuses on the image transformer component.
Interpreting Runtime Statistics
Located in
- Raw document content
A high percentage indicates that the CPU is very busy handling the message traffic of that process, which indicates that other processes handled by that same CPU(s) might experience delays or issues.
…The advice would be to analyze whether the current heap memory settings are still valid ** If you see a decrease in heap memory slightly after the spike in CPU this is an indication that the runtime was temporarily busy with garbage collection (a standard process within Java) to free up memory.
Grouping - Deploy Possibilities
Located in
- Raw document content
Should this connection be business-critical, you can use this failover functionality to create a passive failover situation that will take over when the active connection breaks down (regardless of the reason).
eMagiz API Gateway
Located in
- Raw document content
Key takeaways == * API Gateway can serve as a single entry point for all external or intern application users * API Gateway can simplify the IT landscape by offering a reusable entry point * API Gateway is a synchronous pattern by default * API Gateway leverages the standard capability of eMagiz around deployment, transformation, and business owner interaction == 5. Suggested Additional Readings == * [[API Gateway Introduction (External)>>https://www.emagiz.com/en/api-gateway-en/||target="blank"]] * [[Crash Course (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.WebHome||target="blank"]] ** [[Crash Course API Gateway (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course API Gateway.WebHome||target="blank"]] * [[Intermediate Level (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.WebHome||target="blank"]] ** [[API Management (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.API Management.WebHome||target="blank"]] ** [[Transformations in API Gateway (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Configuring the API Gateway.WebHome||target="blank"]] ** [[Testing the API Gateway (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Testing API Gateway.WebHome||target="blank"]] * [[Advanced Level (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.WebHome||target="blank"]] ** [[Advanced API Management (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.API Management.WebHome||target="blank"]] ** [[Key Concepts API Gateway (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.Key Concepts API Gateway.WebHome||target="blank"]] * [[Expert Level (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.WebHome||target="blank"]] ** [[Securing Data Traffic (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Securing Data Traffic.WebHome||target="blank"]] *** [[API Gateway Security - External IDP (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Securing Data Traffic.expert-securing-data-traffic-api-gw-security-external-idp||target="blank"]] * [[Support (Menu)>>doc:Main.eMagiz Support.WebHome||target="blank"]] ** [[Migration Paths (Navigation)>>doc:Main.eMagiz Support.Migration Paths.WebHome||target="blank"]] *** [[eMagiz Runtime Generation 3 (Explanation)>>doc:Main.eMagiz Support.Migration Paths.migration-path-emagiz-runtime-generation-3||target="blank"]] ** [[RCA Knowledge Base (Navigation)>>doc:Main.eMagiz Support.RCA Knowledge Base.WebHome||target="blank"]] * [[Release Information (Menu)>>doc:Main.Release Information.WebHome||target="blank"]] ** [[Release Notes (Navigation)>>doc:Main.Release Information.Portal.WebHome||target="blank"]] ** [[Release Blogs (Navigation)>>doc:Main.Release Information.Release Blogs.WebHome||target="blank"]] * [[API Gateway (Search Result)>>url:https://docs.emagiz.com/bin/view/Main/Search?
Understanding Flow Testing
Located in
- Raw document content
These test messages allow representing the specific user scenario's that the business has provided for validation. [[image:Main.Images.Microlearning.WebHome@crashcourse-platform-create--understanding-flowtesting-infographic.png]] More on the specifics of flow testing in the following microlearnings. == 4.
Stored Procedure
Located in
- Raw document content
Creating stored procedures and functions is not our core business, so we do not discuss how you could approach this.
eMagiz Architecture
Located in
- Raw document content
In other words, what solution is used for the business process. Below is an example you can recognize as a screenshot of a design phase.
System Integration Testing
Located in
- Raw document content
Before starting the Create phase, the test scenarios should be agreed upon with the business owners. This is one of the Definition of Done items from the Discovery (Capture & Design) phase we advise.
Error Handling from a client perspective
Located in
- Raw document content
. * With API Gateway we mean: A collection of RESTful API operations that can be published to the outside world to give them access to applications that are linked to your business process. == 3. Error Handling from a Client Perspective == Each request executed by the client will return a success or a failure response.