You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`<connectionstring>` - Connection string for the environment contaning the workflow. See https://learn.microsoft.com/en-us/power-apps/developer/data-platform/xrm-tooling/use-connection-strings-xrm-tooling-connect
15
+
15
16
`workflowid` - Workflow ID for the Classic Workflow
`<soluitionuniquename>` - Solution to add the outputs to (unique name).
21
+
22
+
The output is a JSON serialised array of the outputs for debugging. The program will then try actually create/update these outputs in the solution you provided.
19
23
20
24
Status:
21
25
- Alpha POC!
26
+
- NEW! The outputs are actually created for `lowcodeplugin` output type.
22
27
- Only the surface area that I've encountered so far in testing is covered by the converter. It should currently throw an exception when hitting something that isn't handled. Please feed back!
23
-
- Currently the results are not saved.
24
28
- Only foreground Workflows are currently supported. This is not currently enforced.
25
-
- Terminate with success action is not supported
29
+
- Terminate with success action is not supported (how do we achieve this?)
26
30
27
31
Future potential roadmap:
28
32
- Create some automated tests if feasible and valuable without them being too rigid (hard!)
29
33
- Testing with more real Workflows
30
-
- Save results to environment - create the LCPs automatically from the results
31
34
- Allow configurable 'best effort' mode where unsupported elements just write an Error("TODO").
32
35
- Wrap up in XrmToolbox plugin UI
33
36
- Conversion of background Workflows to Power Automate Cloud Flows. This is feasible and the project has been structured to allow it.
0 commit comments