Page 1 of 1
error when use process workflow action in application TM1
Posted: Fri Jul 25, 2014 8:27 am
by ChauBSD
Hello eveyone,
I create code TI and send mail Successful.
But when i add process to execute on a workflow action in application the same image under

- TestSend mail.png (12.34 KiB) Viewed 3696 times
After then I am deloy application successful but when i click Submit i meet error

- Error send mail.png (6.39 KiB) Viewed 3696 times
Thanks you.
Re: error when use process workflow action in application TM
Posted: Mon Jul 28, 2014 3:27 am
by ChauBSD
Hi everyone ,
I know how to resolve the above error, but I still do not understand how to declare 4 for reasonable parameters later in the process.
pExecutionId
pAppId
pNodeId
pWorkflowAction
Thanks you
Re: error when use process workflow action in application TM
Posted: Mon Jul 28, 2014 5:03 am
by tm1_bloke
Add those 4 parameters in your process and that's it! The values for parameters are passed from "workflow action" automatically.
Re: error when use process workflow action in application TM
Posted: Mon Jul 28, 2014 7:33 am
by ChauBSD
tm1_bloke wrote:Add those 4 parameters in your process and that's it! The values for parameters are passed from "workflow action" automatically.
Thank tm1_bloke
I have solved the problem. Thank you so much