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

mulesoft/mule-workday-connector-recruiting-post-update-unpost-job-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workday Anypoint Connector Demo - Post-Update-Unpost job

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.

Post-Update-Unpost job

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

    Demo Create Job Requisition

  • Click on Create Job Requisition button.

  • Click on Post Job button under Post Job form.

    Demo Put Applicant

  • Click on Update Job Posting button under the Update Job Posting form.

    Demo Hire Employee

  • Click on Unpost Job button under the Unpost Job form. I Demo Terminate Employee

  • Click on Close Job Requisition button under the Close Job Requisition form.

    Demo Get Employee

  • Click on Get Job Requisition button under the Get Job Requisition form.

    Demo Get Employee

  • A successful message with Job Requisition status 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