请问一个关于TransactionItem的问题

我如何在不用:Orchestrator 的条件下使用企业框架?
我要进行第三步的Process Transaction,然后跑process.xaml。
能否手动手动创建TransactionItem类型的变量?
如果可以具体格式是怎样的?
因为学习中有需要要用到企业框架,但我没看到怎么离线使用。

@lipenghui

Welcome to the UIpath Community.

You can use Enterprise Framework without Orchestrator also.

If you are using Orchestrator then transactionItem is of type ‘QueueItem’ else we have to change the type based on our TransacionData.

For example,

  1. If our TransacionData is of type DataTable then transactionItem is of type DataRow.
  2. If our TransacionData is of type Array of String then transactionItem is of type String.

Thanks you,I will try to use DataTable now :smiley:

1 Like

@lipenghui

Then your TransacionData is of type DataTable and transactionItem is of type DataRow.

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