Getting an error on activity “Wait For Document Classification Action And Resume” while creating action in action center, however action is getting created in action center but getting above ss error when reach at “Wait For Document Classification Action And Resume” activity.
Please help.
I believe it is because of the for each file in folder activity…It might not support persistant activities…
Instead try using Directory.GetFiles("Folderpath") and then use for each activity to loop through each filepath
cheers
Hello, please review the variables that’s in your workflow to ensure that they’re datatypes that can be serialized. There’s a discussion in another forum thread here:
i checked it ,its in same for each loop as classification station is there.
Please use a break point at data extraction and then open locals pnel and check the variable value
To confirm please check variabels panel if two currentfile variables are present
Cheers
it is coming as null but dunno why.
Looks like the sequence that is present inside the for loop is having the same variable in it already
Please select data extraction scope and open variables panel and delete the currenfile variable you see in the variables panel
I beleive there are two currentfile variables
Actually it is better to use currentitem directly instead of currentfile again
Cheers
i checked in every way, deleted extra variables ,created new but still null value in file
Without having any extra variables or so it would not fail like that…
Please check the variables properly
Better do a step into from start and cee where it is getting null . Mostly on that sequence you might have double variables…
cheers




