WaitForReady is not assignable error

Does anyone know what is that supposed to mean? the workflow is working perfectly when it is not invoked by another workflow …

Hi @Rasoul

Is it being invoked from another project with different dependencies? In other words, are you trying to invoke one project from within another one?

If so, make sure both projects have same dependencies installed.

Hello and thank you for your reply, no actually they are the same dependencies, however I found out that there is a new update on UiPath that does not automatically specifies the WaitForReady status, so when invoked with a little bit older version workflow it throws an error, I have just set all the WaitForReady for interactive and it worked! thank you anyways :smiley:

1 Like

If you could also help me on the following issue I would really appreciate it