Skip to content

Designcenter X Cloud Services Connector - #11626

Open
Karuna-Mendix wants to merge 4 commits into
developmentfrom
kv-designcenter
Open

Designcenter X Cloud Services Connector#11626
Karuna-Mendix wants to merge 4 commits into
developmentfrom
kv-designcenter

Conversation

@Karuna-Mendix

@Karuna-Mendix Karuna-Mendix commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator


* Session – a handle that ensures the same Teamcenter server is used across service calls. The `EstablishSession` microflow either creates a new session or returns an existing one, so the same handle can be reused safely across operations.
* Environment (Tenant) – the Teamcenter X environment that the session targets. A single user/ECA may have access to multiple environments.
* Job – an asynchronous unit of work (e.g., a visual report run or a clearance analysis). Job returns a Job ID immediately and completes in the background.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Mendix.Latin] Use 'for example, ' instead of 'e.g., '.

* **Input**: Session, PartName (string)
* **Output**: List of PartDocument

### Analysis Operations (asynchronous)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Mendix.HeadingTitleCase] Use title case capitalization for 'Analysis Operations (asynchronous)'.


The example workflow below shows the sequence of interations between the Mendix app, the connector, Teamcenter, and Designcenter X Cloud Services during the process.

### Polling vs. user-driven retrieval

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Mendix.HeadingTitleCase] Use title case capitalization for 'Polling vs. user-driven retrieval'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant