Read PDF path from orchestrator

I have workflow and i want to read the pdf path to the orchestrator and my workflow in reframework.



How to use in process transaction state

Hi @Himanshu_Pratap_Rana could explain it clearly

Local path save in orchestrator and read the pdf path from orchestrator

I mean orchestrator Queue or any other one.

Yes Buddy Orchestrator Queue

Okay then follow these steps to access it in process state:

  1. In Get Transaction Data state provide the queue name in get transaction item activity
  2. Then in process part you access it by in_TransactionItem.SpeceficContent(“PathName”) .ToString.

Get Transaction Data State

Process State

  • yourpath will be the QueuItem field name