Workflow Failing in MVC

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
smackie
Posts: 46
Joined: August 26th, 2021, 2:02 pm
Contact:

Workflow Failing in MVC

Unread post by smackie »

I am working on a workflow, and it is failing at the requestor because it is not pulling in the last status. I set it to inquire against the workflow requests table and pull back the last status based on the document id; however the document id is not being pulled into the inquire. I set it to workdata/_workflow/DocumentID. Attached is the service and the logs from a run showing the document id not being pulled in.
Attachments
Screenshot_GetLastStatus.png
Screenshot_GetLastStatus.png (108.22 KiB) Viewed 6652 times
Screenshot_GetLastStatus.png
Screenshot_GetLastStatus.png (108.22 KiB) Viewed 6652 times
Log - Thu Sep 02 2021 14_19_42 GMT-0500 (Central Daylight Time).txt
(2.54 KiB) Downloaded 342 times
word count: 79

Tags:
JustinVanRegenmorter
Posts: 538
Joined: August 26th, 2021, 9:56 am
Contact:

Re: Workflow Failing in MVC

Unread post by JustinVanRegenmorter »

Hello Sheryl,

After looking at the logs The xsl path of needs to be .
WorkflowInput.PNG
WorkflowInput.PNG (9.43 KiB) Viewed 6650 times
WorkflowInput.PNG
WorkflowInput.PNG (9.43 KiB) Viewed 6650 times
I will fix _Workflow Inputs to match the capitalization in the logs.
word count: 42
smackie
Posts: 46
Joined: August 26th, 2021, 2:02 pm
Contact:

Re: Workflow Failing in MVC

Unread post by smackie »

Thank you Justin I appreciate the fast response.
word count: 8
JustinVanRegenmorter
Posts: 538
Joined: August 26th, 2021, 9:56 am
Contact:

Re: Workflow Failing in MVC

Unread post by JustinVanRegenmorter »

Hello Sheryl,

The issue that caused the bad xsl path has been resolved and will be applied to your environment at 3:30pm CST today.
word count: 25
Post Reply