Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Drops

Pages: [1]
1
Suggestions and Requests / Re: Traceability: show stereotypes
« on: June 18, 2012, 05:24:29 pm »
+1 vote

2
General Board / Circle Notation for Interfaces as Default
« on: June 29, 2012, 05:47:51 pm »
How can I set the circle notation for interfaces as a default?

3
General Board / Model Search & Connectors
« on: June 18, 2012, 05:46:34 pm »
How do I find connectors with a specific name or tagged value without the need of SQL code?
Why is the model search for elements only?

4
Automation Interface, Add-Ins and Tools / Element Feature Connector
« on: June 11, 2013, 07:41:31 pm »
How do I connect a connector to an element feature withe the automation interface? Connector.SupplierID seems to support element only.

5
How do I set the background color of a diagram object without changing other style attributes?




6
Automation Interface, Add-Ins and Tools / BPMN2.0::Activity Creation
« on: June 01, 2012, 06:39:07 pm »
Hi,

How do I create a BPMN2.0::Activity through the Automation Interface in such a way that the tagged values are equivalent to a BPMN2.0 Activity element created through the GUI Interface?

The following code creates an BPMN2.0 Activity, but :
Code: [Select]
act = pkg.Elements.AddNew("Activity1", "BPMN2::Activity")
act.Update


The differences are the tagged values. In the GUI Version of a BPMN2.0::Activity are more tagged values and also in a grouped form compared to the Activity created through the API.



Pages: [1]