You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,37 @@ Workday-built apps, maintained by Workday. Both tables below are kept in sync wi
70
70
<!-- catalog:start -->
71
71
| Example | Description | Type |
72
72
| --- | --- | --- |
73
-
|[`work-from-anywhere-extend-app`](catalog/work-from-anywhere-extend-app)| Enable employees to request to work from anywhere, for a manager to approve, and see requests on a calendar view. | Extend App |
73
+
|[`AWSStarterKit`](catalog/AWSStarterKit)| Jumpstart your AWS app with the AWS starter kit examples. | Extend App |
74
+
|[`capitalProjectPlanning`](catalog/capitalProjectPlanning)| This application simplifies requesting new capital projects and managing their planned capital funds, providing transparency and accountability. It allows you to track financial impact, manage funds efficiently, and make informed investment decisions. Built to complement Workday Adaptive Planning capabilities, it enhances the end-user experience and streamlines capital project request workflows, especially beneficial for Healthcare, SLED, and beyond. | Extend App |
75
+
|[`charitableDonations`](catalog/charitableDonations)| Enable employees to donate to charities with one-time and recurring payroll deductions. Features hubs and cards. | Extend App |
76
+
|[`charitableDonationsWithSentimentAnalysis`](catalog/charitableDonationsWithSentimentAnalysis)| Enable employees to donate to charities with one-time and recurring payroll deductions, with the AI Gateway's sentiment analysis API rating charity descriptions. Features hubs and cards. | Extend App |
77
+
|[`chartDictionary`](catalog/chartDictionary)| Get familiar with new chart 2.0 widgets with sections for many additional chart features. | Reference |
78
+
|[`createAWorkEvent`](catalog/createAWorkEvent)| Enable employees to propose and create work events, to register for events, and use a calendar view. | Extend App |
79
+
|[`createSpotBonus`](catalog/createSpotBonus)| Create Spot Bonuses using a single API request from Orchestrate. Powered by Workday Graph API. | Orchestration |
80
+
|[`documentIntelligenceWithTheAIGateway`](catalog/documentIntelligenceWithTheAIGateway)| Leverage Workday AI Gateway's Document Intelligence API to scan and capture text from resumes, receipts, and more. | Extend App |
81
+
|[`AWSBadgeGenerator`](catalog/AWSBadgeGenerator)| Allow employees to get a photo badge with AI-powered face detection and image generation with Amazon Web Services (AWS). Now featuring Event Bridge for logic routing. | Extend App |
82
+
|[`employeeDemographicOutbound`](catalog/employeeDemographicOutbound)| This employee demographic solution can be used as a starting point to generate a delimited file containing employee demographic information. | Integration App |
83
+
|[`employeeRecognition`](catalog/employeeRecognition)| Give feedback to your coworkers and even reward them with gift cards for their hard work. | Extend App |
84
+
|[`employeeRelationsIncidentManagement`](catalog/employeeRelationsIncidentManagement)| Enable HR to manage protected cases of HR incidents | Extend App |
85
+
|[`orchestrationToolkit`](catalog/orchestrationToolkit)| Take advantage of reusable patterns and reference orchestrations for many different Extend use cases. | Reference |
86
+
|[`generateWQL`](catalog/generateWQL)| Create WQL Statements with either UI or natural language query using the AI Gateway. | Extend App |
87
+
|[`helpCaseCreation`](catalog/helpCaseCreation)| Build a custom Workday UI to facilitate creation of Workday Help Cases. | Extend App |
88
+
|[`learningEnrollments`](catalog/learningEnrollments)| This is a sample app that demonstrates fetching the workers that meet a certain condition and enrolling them in a course. In the example case, Workers who are not enrolled in the ‘Test Content’ course are being fetched and enrolled. | Integration App |
89
+
|[`locationChangesOutbound`](catalog/locationChangesOutbound)| Post-process the output of Core Connector: Locations with Workday Orchestrate. | Integration App |
90
+
|[`multiRater`](catalog/multiRater)| This app enhances the performance review process by allowing multiple raters to provide feedback and the manager to update ratings based on this feedback. | Extend App |
91
+
|[`pmdScripting`](catalog/pmdScripting)| See some of the most common uses of PMD Scripting in action. | Reference |
92
+
|[`pmdWidgetDictionary`](catalog/pmdWidgetDictionary)| Get to know a wide variety of Presentation Components tags, all demonstrated in this app. | Reference |
93
+
|[`prismAndExtendDesignPatterns`](catalog/prismAndExtendDesignPatterns)| This app highlights the importance for designing scalable pages when interacting with large data sets. It also highlights a single threaded pattern for triggering Prism Data Change Tasks (DCT). | Extend App |
94
+
|[`requestCreditCard`](catalog/requestCreditCard)| Create a Credit Card request using Workday Orchestrate. | Extend App |
95
+
|[`supplierInvoicesInbound`](catalog/supplierInvoicesInbound)| Use Orchestrate for Integrations to import supplier invoices. | Integration App |
96
+
|[`tuitionReimbursement`](catalog/tuitionReimbursement)| Create a Tuition Reimbursement Request app using Model Components and an Orchestration to submit a One Time Payment. | Extend App |
97
+
|[`updateServiceDateBoomerang`](catalog/updateServiceDateBoomerang)| Update service date based on a certain condition | Integration App |
98
+
|[`updateWorkdayAccounts`](catalog/updateWorkdayAccounts)| Fetch workers that meet a certain condition and update their workday accounts. | Integration App |
99
+
|[`vehicleRegistration`](catalog/vehicleRegistration)| Allow employees to register their car according to their location. Includes translations, and powered by Workday Graph API and external APIs. | Extend App |
100
+
|[`workFromAlmostAnywhere`](catalog/workFromAlmostAnywhere)| Enable employees to request to work from anywhere, for a manager to approve, and use a calendar view. | Extend App |
101
+
|[`orchestrateForIntegrationsSampler`](catalog/orchestrateForIntegrationsSampler)| Take advantage of reusable patterns and reference orchestrations for many different integration use cases. | Reference |
102
+
|[`wql`](catalog/wql)| Compare organization data from the standard endpoint with the data from WQL. | Reference |
103
+
|[`workerInboundImageUpload`](catalog/workerInboundImageUpload)| Use an Integration System orchestration to retrieve and load worker photos. | Integration App |
74
104
<!-- catalog:end -->
75
105
76
106
## Examples
@@ -82,6 +112,7 @@ Community examples, open to everyone. This is the section external contributions
82
112
| --- | --- | --- |
83
113
|[`expense-policy-agent-skill`](examples/expense-policy-agent-skill)| A markdown skill that teaches an agent to answer expense policy questions and escalate anything it cannot verify. | Agent Skill |
84
114
|[`employee-data-orchestration`](examples/employee-data-orchestration)| An orchestration that reads worker data from one tenant and creates matching records through the Workday REST API. | Orchestration |
115
+
|[`stock-notifications`](examples/stock-notifications)| An Extend app that fetches Workday's current stock price from an external API and displays it on a home page card. | Extend App |
"title": "Employee Badge Provisioning with Amazon Web Services",
3
+
"description": "Allow employees to get a photo badge with AI-powered face detection and image generation with Amazon Web Services (AWS). Now featuring Event Bridge for logic routing.",
"description": "This application simplifies requesting new capital projects and managing their planned capital funds, providing transparency and accountability. It allows you to track financial impact, manage funds efficiently, and make informed investment decisions. Built to complement Workday Adaptive Planning capabilities, it enhances the end-user experience and streamlines capital project request workflows, especially beneficial for Healthcare, SLED, and beyond.",
"title": "Charitable Donations with Sentiment Analysis",
3
+
"description": "Enable employees to donate to charities with one-time and recurring payroll deductions, with the AI Gateway's sentiment analysis API rating charity descriptions. Features hubs and cards.",
0 commit comments