The excel file looks fine… But the Orchestrator is wrong. In the Orchestrator, the Queue Name should be the name you specify in the Value field of the Config excel. So in your case, The Queue name should be InHouse_Process4. You will need to change it.
And in the Studio, In the Add Queue Item, the Queue Name should be the name you give for the queue in Orchestrator. And here, we should not hard code the queue name. The name should be taken from the Config dictionary. You can use the below code to get it. Add the code to the Queue name property In_Config("InHouse_Queue").ToString
Check whether there are any records in the ACME system with the type WI4 and status “Open”.
If that doesn’t work out, could you share your solution again so that I can have a look… Also let me know in which workflow you have this so its easy for me to locate it
No worries bro… i will check it without the orchestrator for now… ill get back to you after checking… just give me couple of hours because its past midnight over here…
@Lahiru.Fernando I am so sorry bro didn’t see your message. Thanks so much brother. Today I was busy in Advance certification,I have created 3 different account just to qualify the advanced certification. Bro need your small help. Actually I have created the same workflow as mentioned I have used my old workflow. But I am unable to write the data into excel.
Use the debug mode… add a break point to the activity you use to write the data to the excel and run in debug mode. When it reach there, check whether the data table variable you use to write data to excel has values. And do a step by step execution of the write task so we can whether it throws any error