Skip to content

feat: add cloud flow authoring skill and connector discovery - #177

Open
zekelinAlex wants to merge 1 commit into
TALXIS:masterfrom
zekelinAlex:users/alexander.zekelin/cloud-flow-support
Open

feat: add cloud flow authoring skill and connector discovery#177
zekelinAlex wants to merge 1 commit into
TALXIS:masterfrom
zekelinAlex:users/alexander.zekelin/cloud-flow-support

Conversation

@zekelinAlex

Copy link
Copy Markdown
Contributor

Adds a connector noun group under txc environment for discovering what the connected environment offers to cloud flows: list shows the connectors available in the environment, operation list shows a connector's operations classified as action/trigger/webhook-trigger, and operation get prints one operation's exact parameter names, types, enums and dynamic markers distilled from the connector's swagger. Body parameters come out slash-joined (emailMessage/To), which is the key format flow definitions use in inputs.parameters, so nothing has to be guessed when authoring a flow.

The API is api.powerapps.com with the same service.powerapps.com token audience the BAP admin client already acquires, so auth needed no new code; environment id comes from the connection with a catalog lookup fallback. The swagger distiller resolves $ref/allOf, caps nesting depth, filters internal/readOnly fields and marks dynamic-schema bodies as dynamic.

There's also a new flow-development docs skill covering the local-first flow authoring chain (pp-flow triggers, definition JSON rules, connection references), wired into component-creation, the composition chains and the skills index.

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