error when use process workflow action in application TM1

Post Reply
ChauBSD
Posts: 55
Joined: Wed Jun 27, 2012 3:22 am
OLAP Product: TM1
Version: 10.2
Excel Version: 2010
Contact:

error when use process workflow action in application TM1

Post 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
TestSend mail.png (12.34 KiB) Viewed 3697 times
After then I am deloy application successful but when i click Submit i meet error
Error send mail.png
Error send mail.png (6.39 KiB) Viewed 3697 times
Thanks you.
ChauBSD
Posts: 55
Joined: Wed Jun 27, 2012 3:22 am
OLAP Product: TM1
Version: 10.2
Excel Version: 2010
Contact:

Re: error when use process workflow action in application TM

Post 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
tm1_bloke
Posts: 25
Joined: Sun Oct 13, 2013 6:03 am
OLAP Product: TM1
Version: 10.2
Excel Version: 2010

Re: error when use process workflow action in application TM

Post by tm1_bloke »

Add those 4 parameters in your process and that's it! The values for parameters are passed from "workflow action" automatically.
ChauBSD
Posts: 55
Joined: Wed Jun 27, 2012 3:22 am
OLAP Product: TM1
Version: 10.2
Excel Version: 2010
Contact:

Re: error when use process workflow action in application TM

Post 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
Post Reply