You are viewing limited content. For full access, please sign in.

Question

Question

XML Length in Workflow Designer

asked two days ago

We are building a Workflow where we need to send a lot of data in the body, using XML, however if we paste the XML into the body of the request, it cuts off some of our data. (We know the XML is Valid as this has come from postman)

When reading the XML Payload in the Track Tokens, we have seen "216 values could not be displayed." has all of it sent?


Is there a limit on the length/character limit that can be sent through the XML Body in Workflow Designer?

Can we build the XML body using Tokens, and then place the tokens eg, %(Part1), %(Part2), %(Part3) in the body to contain the full XML Body when sending?

Or have we reached the fundamental limit of the activity?
Does this mean we will now need to use SDK to send the XML now?

0 0

Replies

replied two days ago

Token values are truncated to 3800 characters for tracking. The runtime has access to the full value.

0 0
replied one day ago

Thank you for your reply Miruna, 

Can i just confirm, that if we compile the XML this can be above the 3,800 character limit. 

However in  You cannot paste 8,500 characters of XML to the Content Body, this cuts off at the character limit of 7,000 in the XML Body

So for testing purposes, this is not ideal that the body is limited when an XML will more than likely contain more than 7,000 characters.

So to Confirm the use of tokens, to build the body of an XML can be above the 7,000 limit?

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.