cancel
Showing results for 
Search instead for 
Did you mean: 

BPMN Link Data to Process Steps

katarzynachodubska
Discoverer
0 Kudos

Hi all,

I have created a Business Process Model Diagram in Power Designer with BPMN 2.0 process language. I was wondering if there is a possibility to somehow map data from PDM or LDM to process tasks? I know it is possiblewith other process languages but BPMN doesn't seem to offer this functionality. I would like to link table attributes from PDM to process tasks in order to show which processes/process steps are using/changing which data. Is there a possibility to model it somehow in Power Designer while modelling processes with BPMN?

Thanks and regards,

Katarzyna      

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185317
Active Participant
0 Kudos

Hi Katarzyna,

This is a part of the BPMN standard. So, you can do as Bruce suggest in his post above or you can extend the BPMN language to accept data and dataaccess within the model.

To do what I recommend, in your model, go to the Language menu, Edit Current Process Language. Then when the dialog appears, open the Profile folder and select Data, then deselect 'Exclude from model'. Then do the same for DataAccess.

If you do this, save the file as a different name by doing the following in that same Process Language Properties dialog. This will preserve your changes should SAP update this standard file shipped with the product.

1. Scroll up to the top on the left-pane. Click on BPMN 2.0 "Executable/Descriptive"

2. Then on the right-hand pane change the name to something like BPMN 2.0 <Company ABC>

3. Finally change the file name to BPMN 2.0_<company name>.xpl.

Hope between Bruce and I you have a solution to meet your needs now.

-Matt C.


former_member217396
Participant
0 Kudos

I'm not sure, if you are not all wrong ... since this should be done using Data Input and Data Output I think ...

like this:

Former Member
0 Kudos

Hi Katarzyna,

There is always the generic capability of adding Traceability Links that can note a link to/from pretty much anything. Since there is not much context to these links by default, I would suggest that you use stereotype or Link Type (or both) to add your context.

Other option would be to create an extension defining a custom link object, but that seems like overkill.

former_member185317
Active Participant
0 Kudos

I agree that the Traceability Links is the quickest and easiest method, depending on what you are trying to achieve.

Though you can take it to the next level and following my post from earlier tonight.

-Matt C.