System.WorkflowContext Not found

4
Hi, I have recently added workflow commons module into my project to start learning the workflow configuration. I am surprised that when I started creating my EmployeeOnBoarding entity and looking for WorkflowContext from the system it is not there. I can only see Workflow and WorkflowTask. Can anybody share your thoughts why it is not there?     As per documentation:  
asked
4 answers
7

You need to select “Workflow”, complete guid should be on https://qnttran.medium.com/mendix-workflow-an-overview-a97aadf7cbc1

 

answered
3

Please use Studio Pro 9.5 or earlier 9.X version (recommended)

If you want to use version 9.6 or 9.7,
Mendix redesigned the Domain Model of WorkFlow
Need to change to the following practices:

1. When adding a new Workflow, the system will automatically create a “WorkflowWorkflow” Entity
     You can also create it yourself, or rename it
2. Create a EmployeeOnBoarding entity and set a 1:1 association with WorkflowWorkflow
3. In Workflow, you can set the "WorkflowContext" parameter to "EmployeeOnBoarding”
 


answered
0

Thank you for your help. I have followed Quang Nhat Tran suggestion and it works. I can now move forward with the training guide.

@Danny – Thank you for your suggestion, it will be nice to try your solution but at the moment I am working for version 9.6. I will try in my next activity and I will let you know.

answered
0

I am experimenting with 9.15.0 and I cant find how to add generalization of a workflow to an entity.

 

In previous version(9.4) I used WorkflowContext  and in this posts explains replacement of “WorkflowContext” with just “workflow” in system module, but I can’t find it in system or workflowCommons module. My goal is to create a working application with a simple workflow, workflow dashboard and task-Inbox. 

I believe learning material is not available for this version. any help in this regard will be highly appreciated 

Thanks in Advance 

answered