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
After then I am deloy application successful but when i click Submit i meet error
Thanks you.
error when use process workflow action in application TM1
-
- 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
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
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
-
- 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
Add those 4 parameters in your process and that's it! The values for parameters are passed from "workflow action" automatically.
-
- 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
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