Skip to content

Commit eb470d7

Browse files
committed
Add example.json
1 parent 86dbd3e commit eb470d7

32 files changed

Lines changed: 567 additions & 1 deletion

File tree

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,37 @@ Workday-built apps, maintained by Workday. Both tables below are kept in sync wi
7070
<!-- catalog:start -->
7171
| Example | Description | Type |
7272
| --- | --- | --- |
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 |
74104
<!-- catalog:end -->
75105

76106
## Examples
@@ -82,6 +112,7 @@ Community examples, open to everyone. This is the section external contributions
82112
| --- | --- | --- |
83113
| [`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 |
84114
| [`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 |
85116
<!-- examples:end -->
86117

87118
## Contributing
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"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.",
4+
"type": "Extend App",
5+
"components": [
6+
"Presentation",
7+
"Model",
8+
"Orchestration",
9+
"AWS Integration",
10+
"3rd-Party Technology"
11+
],
12+
"products": [
13+
"Workday Extend",
14+
"Workday Orchestrate",
15+
"Workday HCM"
16+
],
17+
"authors": [],
18+
"tutorial": "https://forum.developer.workday.com/t/new-devcon-2025-reference-app-badge-generator/24279",
19+
"source": "workday"
20+
}

catalog/AWSStarterKit/example.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"title": "AWS Starter Kit with Amazon Web Services and Amazon Translate",
3+
"description": "Jumpstart your AWS app with the AWS starter kit examples.",
4+
"type": "Extend App",
5+
"components": [
6+
"Presentation",
7+
"Orchestration",
8+
"AWS Integration",
9+
"3rd-Party Technology"
10+
],
11+
"products": [
12+
"Workday Extend",
13+
"Workday Orchestrate"
14+
],
15+
"authors": [],
16+
"tutorial": "https://forum.developer.workday.com/t/app-catalog-app-aws-starter-kit/14617",
17+
"source": "workday"
18+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"title": "Capital Project Planning",
3+
"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.",
4+
"type": "Extend App",
5+
"components": [
6+
"Presentation",
7+
"Model",
8+
"Orchestration",
9+
"Business Process"
10+
],
11+
"products": [
12+
"Workday Extend",
13+
"Workday Orchestrate",
14+
"Workday Financials"
15+
],
16+
"authors": [],
17+
"tutorial": "https://forum.developer.workday.com/t/app-catalog-app-capital-project-planning/28455",
18+
"source": "workday"
19+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"title": "Charitable Donations",
3+
"description": "Enable employees to donate to charities with one-time and recurring payroll deductions. Features hubs and cards.",
4+
"type": "Extend App",
5+
"components": [
6+
"Presentation",
7+
"Model",
8+
"Card",
9+
"Business Process"
10+
],
11+
"products": [
12+
"Workday Extend",
13+
"Workday Payroll"
14+
],
15+
"authors": [],
16+
"tutorial": "",
17+
"source": "workday"
18+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"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.",
4+
"type": "Extend App",
5+
"components": [
6+
"Presentation",
7+
"Model",
8+
"Card",
9+
"Business Process"
10+
],
11+
"products": [
12+
"Workday Extend",
13+
"Workday Payroll"
14+
],
15+
"authors": [],
16+
"tutorial": "https://forum.developer.workday.com/t/draft-devcon-2025-reference-app-charitable-donations-pro-update/24293",
17+
"source": "workday"
18+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"title": "Chart Dictionary",
3+
"description": "Get familiar with new chart 2.0 widgets with sections for many additional chart features.",
4+
"type": "Reference",
5+
"components": [
6+
"Presentation"
7+
],
8+
"products": [
9+
"Workday Extend"
10+
],
11+
"authors": [],
12+
"tutorial": "",
13+
"source": "workday"
14+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"title": "Create A Work Event",
3+
"description": "Enable employees to propose and create work events, to register for events, and use a calendar view.",
4+
"type": "Extend App",
5+
"components": [
6+
"Presentation",
7+
"Model",
8+
"Business Process",
9+
"Graph API"
10+
],
11+
"products": [
12+
"Workday Extend",
13+
"Workday HCM"
14+
],
15+
"authors": [],
16+
"tutorial": "https://forum.developer.workday.com/t/app-catalog-app-create-a-work-event/7301",
17+
"source": "workday"
18+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"title": "Create Spot Bonus",
3+
"description": "Create Spot Bonuses using a single API request from Orchestrate. Powered by Workday Graph API.",
4+
"type": "Orchestration",
5+
"components": [
6+
"Orchestration",
7+
"Graph API"
8+
],
9+
"products": [
10+
"Workday Orchestrate",
11+
"Workday HCM"
12+
],
13+
"authors": [],
14+
"tutorial": "",
15+
"source": "workday"
16+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"title": "Document Intelligence With The AI Gateway",
3+
"description": "Leverage Workday AI Gateway's Document Intelligence API to scan and capture text from resumes, receipts, and more.",
4+
"type": "Extend App",
5+
"components": [
6+
"Presentation",
7+
"Model",
8+
"Orchestration",
9+
"WQL"
10+
],
11+
"products": [
12+
"Workday Extend",
13+
"Workday Orchestrate",
14+
"Workday REST API"
15+
],
16+
"authors": [],
17+
"tutorial": "https://forum.developer.workday.com/t/app-catalog-app-document-intelligence-with-the-ai-gateway/4666",
18+
"source": "workday"
19+
}

0 commit comments

Comments
 (0)