Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

mulesoft/mule-workday-connector-staffing-onboarding-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workday Anypoint Connector Demo - Onboarding process

Introduction

The present demo is an application that provides a complete workflow to sequentially invoke some of Workday's standard operations.

Prerequisites

  • Java 8
  • Anypoint Studio 7.x
  • Mule Runtime 4.1.x EE or higher
  • APIKit
  • DataWeave
  • Access to a Workday account

Import the project

  • Go to File > Import.

  • Select Anypoint Studio Project from External Location (under the parent folder "Anypoint Studio").

  • Provide the root path to the demo project folder.

  • Select Mule Runtime (4.1.x EE).

  • Click Finish.

  • Set credentials inside the file src/main/resources/mule-app.properties.

    workday.username=
    workday.password=
    workday.tenantname=
    workday.hostname=
    
  • Open the Global Element Configuration.

    Global Element

  • Click the Test Connection button to ensure there is connectivity with the sandbox. A successful message should pop-up.

Run the demo

  • Go to Run > Run As > Mule Application.

Onboarding process

  • Open a browser and access the URL http://localhost:8081/. You should see the Create Position form.

    Demo Create Position

  • Click on Create Position button.

  • Click on Put Applicant button under Put Applicant form.

    Demo Put Applicant

  • Click on Hire Employee button under the Hire Employee form.

    Demo Hire Employee

  • Click on Terminate Employee button under the Terminate Employee form.

    Demo Terminate Employee

  • Click on Get Employee button under the Get Employee form.

    Demo Get Employee

  • A successful message with employee information should appear.

    Demo Success

See more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages