cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Values from WDJ to BPM

Former Member
0 Kudos

Dear Experts,

I want to pass the table values from WDj to BPM. Scenario is am passing values like number,id.., etc through BPM WS which in turn trigger the process. I want to pass the table values(or a list) throught this bpm webservice service. Please help me on this.

Regards,

Arun.

Accepted Solutions (0)

Answers (1)

Answers (1)

abhijeet_mukkawar
Active Contributor
0 Kudos

You need to create a complex type in Web Service that in turn refers other complex type having structure identical to the node (table datasource) in WD.

e.g. If you have a node in WD with two attributes as below..

Node1

- Name

- Age

so in WS in BPM, you need to create 2 complex type

ComplexType1

- Name

- Age

And ComplexType2 -> (refers) ComplexType1 (With cardinality equal to the Node in WD)

This ComplexType2 is referred by WS operation (NewOperation-New Element)

[Check|; for 0-n cardinality

-Abhijeet

Edited by: Abhijeet on Jan 11, 2012 6:03 PM

Former Member
0 Kudos

Thanks Abhijeet & excuse for the delay.

We are enhancing one application. Say for eg. we have 3 fields & a table. They are passing that 3 fields values through BPM webservice. But table values(not through services) they are directly mapped to the input of another task. Actually they have created a seperate task which is not not assigned to human activity but they have used the datatype as a dataobject in BPM

Please correct me if am wrong, so they we can directly map the context node (which ís imported in a task) to another input of task. Whatever value enter during first time ie.., during starting of the service will be available in the context node which can be directly mapped instead of passing through service.

Please help me on this.

Regards,

Arun.