diff --git a/apex-workflows/create-pages/6-creating-pages.md b/apex-workflows/create-pages/6-creating-pages.md index 815dff06..945397fb 100644 --- a/apex-workflows/create-pages/6-creating-pages.md +++ b/apex-workflows/create-pages/6-creating-pages.md @@ -33,7 +33,7 @@ Now that the Workflow is created let us create the Page that the Hospital Staff 3. For Create a Page: - select Page Type - under **Component** and then select **Blank Page**. ![select blank page](./images/select-blank-page.png " ") - + 4. For Page Attributes, enter the following: - For Page Name, enter **New Appointment** - Under **Navigation** diff --git a/apex-workflows/create-workflow/3-create-workflow.md b/apex-workflows/create-workflow/3-create-workflow.md index 20c828cf..4618633a 100644 --- a/apex-workflows/create-workflow/3-create-workflow.md +++ b/apex-workflows/create-workflow/3-create-workflow.md @@ -1,4 +1,4 @@ -# Creating a Doctor Appointment Workflow +# Create a Doctor Appointment Workflow ## Introduction diff --git a/apex-workflows/design-the-application/2-design-the-application.md b/apex-workflows/design-the-application/2-design-the-application.md index 41cff83e..4ba6a1ba 100644 --- a/apex-workflows/design-the-application/2-design-the-application.md +++ b/apex-workflows/design-the-application/2-design-the-application.md @@ -1,4 +1,4 @@ -# Designing the Doctor Appointments Made Easy Application +# Design the Doctor Appointments Made Easy Application ## Introduction diff --git a/apex-workflows/introduction.md b/apex-workflows/introduction.md index 7d8e4e01..b6320bd5 100644 --- a/apex-workflows/introduction.md +++ b/apex-workflows/introduction.md @@ -1,6 +1,6 @@ # Build a Doctor Appointments Made Easy App using Oracle APEX -# Introduction +## Introduction APEX Workflow is a fresh addition to the larger APEX ecosystem, offering fundamental workflow capabilities for APEX Developers. @@ -14,7 +14,9 @@ In the First release of APEX Workflow, you can harness the following capabilitie - Workflow Console: Monitor and administer workflows efficiently. - Workflow Runtime (Engine): Execute workflows seamlessly. -# Simplifying Business Process Management with Workflow +Estimated Time: 155 minutes + +## Simplify Business Process Management with Workflow The primary objective of Workflow is to simplify and automate the management of intricate business logic by breaking it down into simple, repeatable steps. In this blog series, we showcase the utility of APEX Workflow through a real-world use case prevalent in the healthcare industry. @@ -42,3 +44,8 @@ In this workshop, you will: - [Tutorials](https://apex.oracle.com/en/learn/tutorials) - [Community](https://apex.oracle.com/community) - [External Site + Slack](http://apex.world) + +## Acknowledgements +- **Author(s)** - Roopesh Thokala, Senior Product Manager & Ananya Chatterjee, Consulting Member of Technical Staff. +- **Contributor** - +- **Last Updated By/Date** - Roopesh Thokala, Senior Product Manager, December 2023 diff --git a/apex-workflows/workshops/tenancy/manifest.json b/apex-workflows/workshops/tenancy/manifest.json index df8d0ce5..11c65da4 100644 --- a/apex-workflows/workshops/tenancy/manifest.json +++ b/apex-workflows/workshops/tenancy/manifest.json @@ -7,8 +7,8 @@ "filename": "../../introduction.md" }, { - "title": "Get Started", - "filename": "../../../common-232/1-sign-up-apex/1-sign-up-apex.md" + "title": "Get Started", + "filename": "../../../common-232/1-sign-up-apex/1-sign-up-apex.md" }, { "title": "Lab 1: Identify Business Steps", @@ -31,11 +31,11 @@ "filename": "../../add-activities-connection/5-add-activities-connections.md" }, { - "title": "Lab 6: Creating Workflow Pages", + "title": "Lab 6: Create Workflow Pages", "filename": "../../create-pages/6-creating-pages.md" }, { - "title": "Lab 7: Running the Application", + "title": "Lab 7: Run the Application", "filename": "../../running-the-app/7-running-the-app.md" }, { @@ -44,4 +44,4 @@ "filename":"https://oracle-livelabs.github.io/common/labs/need-help/need-help-freetier.md" } ] -} \ No newline at end of file +}