Assignment 1 - Navigate to Work Items Error

Hello All.

This is a workflow in relation to Assignment 1 - Hash Code.

My workflow coding in relation to “Navigate to WorkItem” seems to be incorrect. It is showing me an error as follows:
image

When I debug the project, I observe that the IE is navigating to an incorrect web address as below:

My understanding is that, since the workitem page is not opening, the extract ClientInformation workflow is not functioning properly. I re-checked my “Navigate to workitem” workflow however, it reflects correct. Please help in resolving the issue.

Attaching project for better review. Project 2.zip (2.7 MB)

Hello Mayur,

You have added “in_System1URL.ToString + “work-items/” + in_WIID.ToString” URL under Navigate to activity in “System1_NavigateTo_WIDetails.xaml” and also passed the “in_Config(“System1URL”).ToString + “/work-items/” + in_TransactionItem(“WIID”).ToString” URL to “in_System1URL” input argument in Process.xaml for Invoke System1_NavigateTo_WIDetails workflow activity.

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.