# mule-workday-connector-time-tracking-put-time-clock-events **Repository Path**: mirrors_mulesoft/mule-workday-connector-time-tracking-put-time-clock-events ## Basic Information - **Project Name**: mule-workday-connector-time-tracking-put-time-clock-events - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Workday Anypoint Connector Demo - Put Time Clock Events ================================================================= ## 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 2.0 * 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](images/workday-config.png) * 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**. ## Put Time Clock Events * Open a browser and access the URL **http://localhost:8081/**. You should see the **Create Position form**. ![Demo Create Position](images/CreatePosition.png) * Click on **Create Position** button. * Click on **Put Applicant** button under **Put Applicant form**. ![Demo Put Applicant](images/PutApplicant.png) * Click on **Hire Employee** button under **Hire Employee form**. ![Demo Hire Employee](images/HireEmployee.png) * Click on **Put Time Clock Events** button under **Put Time Clock Events form**. ![Demo Put Time Clock Events](images/PutTimeClockEvents.png) * A successful message should appear. ![Demo Success](images/success.png) ## See more * For additional technical information on the Workday Connector, visit our [technical reference documentation](https://docs.mulesoft.com/connectors/workday/workday-reference) or refer to the [Workday Documentation Site](https://docs.mulesoft.com/connectors/workday/workday-connector). * For more information on Workday, go to the [Workday API site](https://community.workday.com/api).