Can not convert Object to String

When do we get this error? I am getting this exception just at Invoke InitiAllApplications workflow in REF.

You are assigning an object where the method expect a string, you need to cast or convert the value.