Hi,
Trying to publish the code to Orchestrator from Studio 2022.10
Getting compilation failed error. Why is that? What needs to be done?
Thank you,
Hi,
Trying to publish the code to Orchestrator from Studio 2022.10
Getting compilation failed error. Why is that? What needs to be done?
Thank you,
Hi @A_Learner
Try to update all the packages to the new version and select the lowest as applicable option for runtime rule in the manage packages. Then try to publish.
Note: before doing all this take a backup of your project. Then follow the above steps.
Hope it helps!!
so my project just runs fine. Not able to publish because of this error message. Is there a way to stop getting this?
The publish error says argument in\out va in mismatch while invoking workflow. But I do not see that.
Might be one of the argument in the invoke workflow file activity is not passed properly, check the arguments in each invoke workflow file activity.
Hope you understand!!
It named the workflow it found the error and the argument name. But that is not true. What can I do?
Delete the invoke workflow file and drag and drop it again… @A_Learner
Then pass all the arguments.
Hope you understand!!
@mkankatala
Did the suggested. The error would not go away.
So strange. I am using In\Out while invoking and also In\Out in workflow. Why it thinks I am using “In” and “In\Out”
Puzzles me and not able to publish.
As always, please post screenshots of your activity, the error, and the entire error.
Main.xaml’ is invoking workflow ‘InitApplications’ of kind ‘InArgument’ with argument ‘io_App1’ that has a different kind ‘InOutArgument’ in workflow ‘InitApplications’
That’s not screenshots of the activity, that’s not posting the entire actual error message.
Copied from the error message while publishing. Cannot post screen shot.
Thank you,