Is Mendix Metamodel Supporting Workflows?

0
Is it possible to extract Workflow information from the Mendix Metamodel[1] in a similar fashion as the MxReflection extracts information of the Domain Models or is it only possible using the SDK and typescript API?   There are classes to extract information from the Workflows in the on the SDK[2]  but I was not able to find anything similar in the metamodel javadoc[3], however the Workflow Engine does something in this fashion as it fills the WorkflowDefinition and UserTaskDefinition from the workflows existing in the project when it is run.   References: [1] https://docs.mendix.com/apidocs-mxsdk/mxsdk/mendix-metamodel/ [2] https://apidocs.rnd.mendix.com/modelsdk/latest/index.html [3] https://apidocs.rnd.mendix.com/8/runtime/index.html [4] https://docs.mendix.com/refguide/workflow-engine/
asked
0 answers