Mendix Microflow Features

2
Can Microflow run state-machine . Microflow allows Concurrent Execution or not. regards
asked
5 answers
2
  1. Microflows do not have explicit support for state machines. However, you can model such a state machine yourself by using an enumeration for the possible states and performing different actions depending on the current state.
  2. Microflows do not have support for executing actions in parallel (which is what you mean by 'Concurrent Execution' I suppose). We do have an option to disable concurrent execution of the microflow itself, i.e., to ensure that the microflow cannot be started if it is already running.
answered
1
  1. Yes, the microflow engine is Turing complete
  2. By default yes, but it is configurable.
answered
0

Hi

What is Turing .

regards

answered
0

Thanks to Michel Weststrate and Benny van Reeven

I've additional question. 1. Can Mendix Business Server Create Reusable Workflow Template . 2. Can i use Mendix Business Server Authentication via Active Directory. 3. Mendix Business Server Support Enterprise Search or not. Regards

answered
0

Hi Sontaya,

Can you eloborate a bit more on point 1? If you mean, reusable business logic such as decision logic or process workflows; yes.

  1. Yes, among others trough LDAP and Kerberos
  2. You can search on any attribute in the DB.
answered