Skip to content

Commit

Permalink
-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
petrovicLubos committed Nov 13, 2024
1 parent 36bed89 commit 0801ef8
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/_navbar.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* [Try Builder](https://builder.netgrif.com)
* [Try Builder](https://builder.netgrif.cloud)
* [Try Engine](https://etask.netgrif.cloud/)
* [Netgrif on GitHub](https://github.com/netgrif)
2 changes: 1 addition & 1 deletion docs/examples/csv-export/csv-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ def exportCSVFile(String net, List fields) throws IOException {
}
```

[Click here to launch the process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/csv-export/export.xml)
[Click here to launch the process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/csv-export/export.xml)
4 changes: 2 additions & 2 deletions docs/examples/csv-import/csv-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ try{
}
```

[Click here to launch the Mobile process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/csv-import/mobile.xml)
[Click here to launch the Mobile process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/csv-import/mobile.xml)

[Click here to launch the Import process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/csv-import/import.xml)
[Click here to launch the Import process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/csv-import/import.xml)

[CSV file for testing purposes can be download here.](https://github.com/netgrif/academy/blob/main/docs/examples/csv-import/mobile_list.csv)
2 changes: 1 addition & 1 deletion docs/examples/embedded/embedded.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ of survey application are manageable and visible for the application administrat
Embedded survey application is runnable in [Demo](https://etask.netgrif.cloud/) or in your own instance of Netgrif Application Engine.
To find out how to install NAE CE both locally or on the server follow [this tutorial](tutorials/nae-ce-starter/nae-ce-starter.md).

<a style="font-size:26px;" href="https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/embedded/survey.xml" target="_blank">Click here to launch the process in Builder</a>
<a style="font-size:26px;" href="https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/embedded/survey.xml" target="_blank">Click here to launch the process in Builder</a>
2 changes: 1 addition & 1 deletion docs/examples/generate-pdf/generate-pdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Netgrif
Application Engine. To find out how to install NAE CE both locally or on the server
follow [this tutorial](tutorials/nae-ce-starter/nae-ce-starter.md).

[Click here to launch the process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/generate-pdf/elementListPDF.xml)
[Click here to launch the process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/generate-pdf/elementListPDF.xml)
2 changes: 1 addition & 1 deletion docs/examples/html2pdf/html2pdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Links to repositories:
[Frontend Repositary](https://github.com/petrovicLubos/smallAppShowcaseFrontend)


[Click here to launch the process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/html2pdf/html2pdf.xml)
[Click here to launch the process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/html2pdf/html2pdf.xml)
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

The **Insurance and Insured** processes demonstrate interprocess communication in the Netgrif platform. These two models represent the relationship between an insurance policy and the insured individuals. This guide covers the main workflow elements like roles, tasks, transitions, and events within the processes, highlighting how data and states are shared between them.

[Click here to launch Insurance process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/inter_process_communication/insurance-insured/insurance.xml)
[Click here to launch Insurance process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/inter_process_communication/insurance-insured/insurance.xml)

[Click here to launch Insured process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/inter_process_communication/insurance-insured/insured.xml)
[Click here to launch Insured process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/inter_process_communication/insurance-insured/insured.xml)

Change **YOUR_SPACE_NAME** in insurance.xml file to your space name.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ The description of an order and invoices example in [MDENet](https://www.mde-net

The Order and invoices application is example of simple yet complex interprocess communication in Netgrif platform. This guide provides an overview of the development processes, focusing on the creation of workflows, forms, data fields, roles, transitions, and metadata using the Netgrif Application Builder and Engine (NAB & NAE).

[Click here to launch Order process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/inter_process_communication/order-invoices/order.xml)
[Click here to launch Order process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/inter_process_communication/order-invoices/order.xml)

[Click here to launch Invoice process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/inter_process_communication/order-invoices/invoice.xml)
[Click here to launch Invoice process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/inter_process_communication/order-invoices/invoice.xml)

This application is runnable in [Demo](https://etask.netgrif.cloud/) or in your own instance of Netgrif
Application Engine. To find out how to install NAE CE both locally or on the server
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/list/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
List of user elements application is runnable in [Demo](https://etask.netgrif.cloud/) or in your own instance of Netgrif
Application Engine. To find out how to install NAE CE both locally or on the server follow [this tutorial](tutorials/nae-ce-starter/nae-ce-starter.md).

[Click here to launch the List process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/list/list.xml)
[Click here to launch the Element process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/list/element.xml)
[Click here to launch the List process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/list/list.xml)
[Click here to launch the Element process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/list/element.xml)
2 changes: 1 addition & 1 deletion docs/examples/loan/loan.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This application demonstrates the effective use of workflows, forms, data fields

The Loan Processing application is a comprehensive example of how to automate and manage loan requests using Petriflow and Netgrif Application Builder and Engine. The structured approach to data and role management ensures a smooth and efficient workflow.

[Click here to launch the process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/loan/loan.xml)
[Click here to launch the process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/loan/loan.xml)

The loan processing application is runnable in [Demo](https://etask.netgrif.cloud/) or your own instance of Netgrif Application Engine. To install NAE CE, follow [this tutorial](tutorials/nae-ce-starter/nae-ce-starter.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mortgage/mortgage.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ What will you see in this showcase?

- Creation of rich web application ready for production.

[Click here to launch the process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/mortgage/mortgage_simple.xml)
[Click here to launch the process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/mortgage/mortgage_simple.xml)
2 changes: 1 addition & 1 deletion docs/examples/request-ws/request-ws.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ import com.netgrif.application.engine.auth.service.interfaces.IUserService
}
```

[Click here to launch the process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/request-ws/requestWS.xml)
[Click here to launch the process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/request-ws/requestWS.xml)
2 changes: 1 addition & 1 deletion docs/examples/request/request.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The Request application is designed to facilitate the creation and management of
allowfullscreen></iframe>
</div>

[Click here to launch the process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/request/request.xml)
[Click here to launch the process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/request/request.xml)

Generic request application is runnable in [Demo](https://etask.netgrif.cloud/) or in your own instance of Netgrif
Application Engine. To find out how to install NAE CE both locally or on the server follow [this tutorial](tutorials/nae-ce-starter/nae-ce-starter.md).
2 changes: 1 addition & 1 deletion docs/examples/trip_request/trip_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The Trip Request application is designed to streamline the registration and approval of trip requests within an organization. This guide provides an overview of the development process, focusing on the creation of workflows, forms, data fields, roles, transitions, and metadata using the Netgrif Application Builder and Engine (NAB & NAE).

[Click here to launch the process in Builder](https://builder.netgrif.com/modeler?modelUrl=https://academy.netgrif.com/examples/trip_request/trip_registration.xml)
[Click here to launch the process in Builder](https://builder.netgrif.cloud/modeler?modelUrl=https://academy.netgrif.com/examples/trip_request/trip_registration.xml)

This application is runnable in [Demo](https://etask.netgrif.cloud/) or in your own instance of Netgrif
Application Engine. To find out how to install NAE CE both locally or on the server
Expand Down

0 comments on commit 0801ef8

Please sign in to comment.