Aryx
(Arthur)
December 24, 2019, 9:39am
1
Hi Devs.
Struggling with this one here.
I wasn’t even changing anything in the process.xaml file and had a successful run.
After it it stops upon reaching process.xaml invoke method.
It says :
Arguments are passed and are not null.
There isn’t even a variable or argument called “expression”.
I tried deleting and adding Invoke workflow again but it hasn’t helped.
Any ideas anyone?
SowmyaLeo
(Sowmya Sivakumar)
December 24, 2019, 10:28am
2
@Aryx
What is TransactionItem in the calling workflow? Is it a String or a Queue Item or something else?
Aryx
(Arthur)
December 24, 2019, 10:35am
3
TransactionItem is a string type variable.
SowmyaLeo
(Sowmya Sivakumar)
December 24, 2019, 10:37am
4
@Aryx
Please try adding breakpoints and run the process in debug mode and post a screenshot of where it breaks please.
Aryx
(Arthur)
December 24, 2019, 12:49pm
5
It breaks when it reaches the Invoke processs.xaml,
That message was captured during debugging.
SowmyaLeo
(Sowmya Sivakumar)
December 24, 2019, 1:10pm
6
@Aryx
Please check if the Invoked process Name , path etc are correct.
The mapping between the arguments , the direction of the arguments, the type of the arguments.
If nothing works try doing the Invoke Workflow File part again.
Aryx
(Arthur)
December 27, 2019, 9:51am
7
Done all the above already, mentioned in the 1st post.
As I said the error makes no sense to me.
@Aryx I’m currently hitting the same issue. Would you happen to already have a resolution for this? Thanks!