Skip to main content
Nintex Community Menu Bar
Solved

Error Publishing Workflow

  • May 8, 2017
  • 4 replies
  • 94 views

Forum|alt.badge.img+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?

Best answer by TomaszPoszytek

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

4 replies

TomaszPoszytek
Forum|alt.badge.img+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


Forum|alt.badge.img+7
  • Author
  • Novice
  • 41 replies
  • May 8, 2017

Thank you Tomasz for your quick response.

I will give it another go and see what happens

Regards,

Claire


Forum|alt.badge.img+7
  • Author
  • Novice
  • 41 replies
  • May 8, 2017

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


Forum|alt.badge.img+13

Hey Claire,

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