Process cannot be started from Orchestrator

Hello Everyone,

I have a regarding a package which is being published to orchestrator using azure devops pipeline. I have created the pipeline and its job is to build a package everytime and publish it to orchestrator with the new build. Thats perfectly working but after the package gets published, i cannot start the process from orchestrator. I am getting the following error:

Could not load type ‘System.Activities.TextExpressionBase`1’ from assembly ‘UiPath.Workflow, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null’.

System.TypeLoadException: Could not load type 'System.Activities.TextExpressionBase1' from assembly 'UiPath.Workflow, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null'. at PDE0003_GlobalStoreManagement_Performer.Main.GetImplementation()** **at System.Activities.Activity.OnInternalCacheMetadata(Boolean createEmptyBindings)** **at System.Activities.Activity.InternalCacheMetadata(Boolean createEmptyBindings, IList1& validationErrors)
at System.Activities.ActivityUtilities.ProcessActivity(ChildActivity childActivity, ChildActivity& nextActivity, Stack1& activitiesRemaining, ActivityCallStack parentChain, IList1& validationErrors, ProcessActivityTreeOptions options, ProcessActivityCallback callback)
at System.Activities.ActivityUtilities.ProcessActivityTreeCore(ChildActivity currentActivity, ActivityCallStack parentChain, ProcessActivityTreeOptions options, ProcessActivityCallback callback, IList1& validationErrors)** **at System.Activities.ActivityUtilities.CacheRootMetadata(Activity activity, LocationReferenceEnvironment hostEnvironment, ProcessActivityTreeOptions options, ProcessActivityCallback callback, IList1& validationErrors)
at System.Activities.Hosting.WorkflowInstance.ValidateWorkflow(WorkflowInstanceExtensionManager extensionManager)
at System.Activities.Hosting.WorkflowInstance.RegisterExtensionManager(WorkflowInstanceExtensionManager extensionManager)
at System.Activities.WorkflowApplication.EnsureInitialized()
at System.Activities.WorkflowApplication.Enqueue(InstanceOperation operation, Boolean push)
at System.Activities.WorkflowApplication.SimpleOperationAsyncResult.Run(TimeSpan timeout)
at System.Activities.WorkflowApplication.BeginRun(AsyncCallback callback, Object state)
at UiPath.Executor.RobotRunner.RunWorkflow()

interestingly if i publish the version directly from studio to orchestrator instead of using the pipeline then i cant start the process and everything is fine.

I need to run it through pipeline since it is the requirement. Untill now I have compared dependencies and checked the compatibility with orchestrator there everything looks fine. Can someone help me further with this ?

Thanks in advance

Hi @tarif.mohammad

Check the below thread:

Regards

Hi @vrdabberu i have already gone through these posts but nothing helped

1 Like

What is the version of your studio? @tarif.mohammad

Regards

I am using 2022.10.10

Hi @tarif.mohammad

What is the orchestrator version you are using?

Regards

Hi @vrdabberu irchestrator is 2022.10.4

Hi @tarif.mohammad

Uninstall the studio and then install it form orchestrator and try publishing the code then and it should work!!

The studio version is higher than the orchestrator version and it’s the reason for the error so please follow the steps said before and it works!!

Regards

@vrdabberu thanks i will try and update

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.