Pass Datafield Value


Badge +9
Hello everyone
I have a default escalation calling a process.
in the escalation process i have a datafield that i need to pass to the called process through the default escalation

How can i do that ?
Thanks for the help

3 replies

Badge +9
Have you tried using a Goto Escalation and redirecting it to a Activity that calls an IPC event? I would think that that would be the simplest way to do it.
Badge +9
Thanks For the answer
but i need to pass the values of the datafield through vb code so how can it be done

thanks
Badge +11
I've deleted your other post on the same subject.

In your first post you said:
I have a default escalation calling a process
How do you do that?

I assume you use an external assembly/web service which references K2ROM and connect to an existing process instance or start a new process instance

If so, you'll have to pass your datafield to this external assembly/web service and save the datafield in the other process.

HTH,
Ockert

Reply