Workday Extended Topics docs fix/update - #184
Open
Surendra Goutham (is-goutham) wants to merge 2 commits into
Open
Workday Extended Topics docs fix/update#184Surendra Goutham (is-goutham) wants to merge 2 commits into
Surendra Goutham (is-goutham) wants to merge 2 commits into
Conversation
…customization notes - Clarify topics ship on the base namespace (msdyn_copilotforemployeeselfservice.topic.) and call out the TransferEmployee HR-namespace WorkdayManagerCheck reference; reframe it/hr guidance as a manual update rather than automatic resolution - Add missing WorkdayManagerCheck prerequisite for TransferEmployee and fix the WorkdayRESTExecution flow instruction (the flow runs inside the system topic) - Explain the Adjustable limits maximum as the Workday API per-call limit - Document customization points: employee identity binding, RequestFeedback expiry and sharing mapping, TransferEmployee effective date and moveManagersTeam Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Samples static validationRuntime validation in Power Platform is a manual follow-up. See |
Surendra Goutham (is-goutham)
requested review from
Copilot and
Srikanth Deshpande (srideshpande)
July 9, 2026 05:15
Copilot started reviewing on behalf of
Surendra Goutham (is-goutham)
July 9, 2026 05:16
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Workday extended-scenarios sample documentation (samples/WorkdayCustomEngineAgent/Extended) to better match the shipped topic YAML and to document key prerequisites and customization options.
Changes:
- Clarifies prerequisite topics/flows (including the
WorkdayManagerCheckdependency forTransferEmployee.yaml) and corrects theWorkdayRESTExecutionflow navigation guidance. - Documents the shipped namespace expectations (base namespace with an HR-namespace exception for
WorkdayManagerCheck) and adds post-paste validation guidance fordialog:references. - Expands guidance on adjustable record limits and highlights common customization points (employee-ID binding, feedback expiration/sharing, transfer effective date/team move).
Comment on lines
+16
to
+22
| 1. In Copilot Studio, go to **Topics** and confirm **WorkdaySystemGetRESTExecution** is present and turned on. Every topic here calls it to reach the Workday REST API. | ||
|
|
||
| 2. In this topic, go to the node where the flow is configured as **WorkdayRESTExecution** and navigate to this flow (Power Automate page) and confirm its status is **On**. If it is off, open it and turn it on. You may be asked to authorize the Workday connection. | ||
| 2. `WorkdaySystemGetRESTExecution` invokes the **WorkdayRESTExecution** flow internally. Open that flow on its Power Automate page and confirm its status is **On**. If it is off, turn it on. You may be asked to authorize the Workday connection. | ||
|
|
||
| If either is missing, import the latest EssITWorkdayHCM or EssHRWorkdayHCM solution first. | ||
| 3. **`TransferEmployee.yaml` only** — it also calls **WorkdayManagerCheck** as its first action (to confirm the caller is a manager). Confirm that topic is present and turned on before adding `TransferEmployee.yaml`. | ||
|
|
||
| If any of these is missing, import the latest EssITWorkdayHCM or EssHRWorkdayHCM solution first. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Docs only. Corrects the WorkdayCustomEngineAgent/Extended README so it matches the shipped topics: documents that samples use the base namespace (with the TransferEmployee HR-namespace WorkdayManagerCheck exception), adds the missing WorkdayManagerCheck prerequisite, fixes the WorkdayRESTExecution flow instruction, clarifies the record-limit maximum, and documents key customization points (employee-ID binding, RequestFeedback expiry/sharing, TransferEmployee effective date and team move).
Type of change