Solved

Error Publishing Workflow


Badge +7

#'System.Activities.InArgument`1[System.Double]' to type 'System.Activities.InArgument`1[System.String]'.

I've attached an Error Message that I get when trying to save my Workflow.

 

Does anyone else have this error?

icon

Best answer by TomaszPoszytek 8 May 2017, 11:52

View original

4 replies

Userlevel 7
Badge +17

It's rather straightforward Somewhere you're trying to convert double into string, but your workflow is expecting string value. Put some "log to history" actions in your workflow so that you will know where it crashes and which variables need  to get fixed

 Regards,

 Tomasz

Badge +7

Thank you Tomasz for your quick response.

I will give it another go and see what happens

Regards,

Claire

Badge +7

I think I may have resolved the issue, it was sending this message on a State Machine, I'm saving as I go and it seems to be okay.

Thank you

Regards,

Claire

Userlevel 5
Badge +13

Hey Claire,

If you've resolved your question, please mark an answer as "Correct" so others can benefit!

Reply