Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,6 @@ beginDialog:
id: main
intent: {}
actions:
- kind: BeginDialog
id: access_check
displayName: Verify access for requested name
input:
binding:
EmployeeName: =Topic.EmployeeName

dialog: msdyn_copilotforemployeeselfservicehr.topic.WorkdaySystemAccessCheck

- kind: SetVariable
id: set_website_message
variable: Topic.WebsiteMessage
value: =Env.WorkdayWebsiteRedirectMessage

- kind: ConditionGroup
id: need_inputs
conditions:
Expand Down Expand Up @@ -191,7 +177,7 @@ beginDialog:
elseActions:
- kind: SendActivity
id: success_msg
activity: Your time off request has been submitted. {Topic.WebsiteMessage}
activity: Your time off request has been submitted.

- kind: CancelAllDialogs
id: end_dialogs
Expand Down