cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Process Context Issue

Former Member
0 Kudos

Hi Experts,

Can i use WDJ context as process context in BPM(Once i assigned WDJ component to a Task, i can able to see the WD context in Data types ) or we have to create a separate xsd in BPM. i came to know about this functionality so only asked.

Also i want to pass more values during starting of the process. I know it can be done through WS. Any other option is available?

Regards,

Arun

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

the context in the interface controller is available as data type in bpm automatically.

in ce7.3, you can start bpm via api.

Former Member
0 Kudos

Thnaks Jhon. Before itself am able to use that as a datatype. My question is whether these context (which is from WD component) have values which we entered in wd forms during runtime in bpm.

My scenario is as follows. Am using WS in WDJ to start BPM process. Also am passing certain attributes(not all) in that service. I have used the WD context as process context in BPM. So here can i get the value of the rest of the attribute in BPM process context?

Thanks,

Arun.

junwu
Active Contributor
0 Kudos

your description is really not readable.................

"get the value of the rest of the attribute in BPM process context" what's this?

for the parameter you passed when you start the bpm, you can put them in the context of bpm, and you can access to them at any time.

Former Member
0 Kudos

Hi Arun,

You are triggering the Process in WDJ with a webservice. so the values you assigned to the WS attributes in WD will be available in Start event of the Process.(not in the process context)

Now you can have mapping between your start event and process context to get the data in process context and use it further steps.

Hope it helps.

Thanks.

Priya

Former Member
0 Kudos

Hi Arunganesan,

Just append the process context(already containing WD Context) with the new WS variables you are passing. In the Start event Output Mapping, map these variables to the corresponding process context variables.

Regards,

Unni

Answers (0)