Skip to content

Unexpected HTTP status code '412' - appending to variable in parallel loop #713

Discussion options

You must be logged in to vote

I did some further checking myself:

made a workflow that initializes an array variable with values 1-20
then copied each value in this array to another array variable in a parallel loop
then checked the values in the copied array variable
this indeed reproduces the exception: Unexpected HTTP status code '412'

the copied variable shows a different order of the values...which is to be expected, but no values are lost
[  2,  5,  1,  9,  8,  14,  13,  17,  18,  16,  4,  6,  11,  19,  20,  7,  10,  15,  3,  12]

based on this small test, I think these exceptions are not a problem.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by timjansenortec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant