Login with multiple users #63
Replies: 27 comments
-
|
The login is independent from your model. First of all your users should be able to authenticate against the application. How a user can participate in a specific workflow is defined by the model and controlled by the workflow engine. |
Beta Was this translation helpful? Give feedback.
-
|
Login is independent I agree, I have logged in with my user but how they will co relate with my actors in my bpmn? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, TeamPlugin
The BPMN Model
As a result a new submitted ticket will be assigned to the members of the selected Tam. Pleas note, that I have updated the example project. |
Beta Was this translation helpful? Give feedback.
-
|
Sir, my issue is not with the workflow to UI, Code of my BMPN is: <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:ext="http://org.eclipse.bpmn2/ext" xmlns:imixs="http://www.imixs.org/bpmn2" xmlns:xs="http://www.w3.org/2001/XMLSchema" id="Definitions_1" exporter="org.eclipse.bpmn2.modeler.core" exporterVersion="1.4.3.Final-v20180418-1358-B1" targetNamespace="http://www.imixs.org/bpmn2"> Please have a look and help me in solving the connection. |
Beta Was this translation helpful? Give feedback.
-
|
I can not read your file. Please attach the file to the issue. Do not post the code here. |
Beta Was this translation helpful? Give feedback.
-
|
incibpmn.txt waiting for your response |
Beta Was this translation helpful? Give feedback.
-
|
You must map your user roles to concrete userIds. This can be done by setting the userids in curled brackets: See also here. Please let me know if this answers your question. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your reply, it helps me in designing Project. Sir now some question arises as you have seen, I have many lanes defined to different actors and I have defined users manually for different actors, but as my project is for a corporate use, so I have to define the users at runtime dynamically, may some user in the organization and few go out so defining users hardcode may not be feasible . please provide me the relevant method so that my project is turned into fully working and effective project |
Beta Was this translation helpful? Give feedback.
-
|
sir as per as I have added the user (ie admin) or after configuring the user in incident.bpmn where else i need to change?? please help me out this sir waiting for your response |
Beta Was this translation helpful? Give feedback.
-
|
Again, please take a look into the TeamPlugin I mentioned earlier. This example maps the process actors into the item 'teamMembers'. In this case the mapping is Another solution is to inject Custom User Groups. This can be combined with custom authentication mechanism (e.g. Database or LDAP). Please note that the Imixs Software Solutions GmbH offers enterprise support for organizations. So if you need help for a solid application architecture a Service Subscription maybe the right solution. See also here |
Beta Was this translation helpful? Give feedback.
-
|
@rsoika can we run this imixs workflow application without enabling the rest service? |
Beta Was this translation helpful? Give feedback.
-
|
just remove the maven dependency "imixs-workflow-jax-rs" |
Beta Was this translation helpful? Give feedback.
-
|
Sir I have done with designing complete project but on final deployment I deployed project war with database on another PC in jboss now I faces a problem in Controllers, as all the controllers designed like TeamListController are not displaying any information which are previously showing in previous pc but any new entry are visible |
Beta Was this translation helpful? Give feedback.
-
|
I guess you have changed the database without an update of the lucene index. You can do the following: |
Beta Was this translation helpful? Give feedback.
-
|
But sir all the drop downs are showing the data and the fetch mechanism and all the database data fetching are working except the datatable list |
Beta Was this translation helpful? Give feedback.
-
|
I can not understand what exactly your problem is. Can you try to describe your architecture in more detail. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
as you can see in TeamController we are changing Team reference to team name as _teamName can you please provide me the syntax of how i can do this through document controller as you have used workflow controller but Code of Team Controller is here |
Beta Was this translation helpful? Give feedback.
-
|
@lodhipr : what did you mean with you 'copy data record to another to another pc'? What are you doing technical when you 'copy data'? |
Beta Was this translation helpful? Give feedback.
-
|
@Pooja-gupta1995 also the DocumentController fires WorkflowEvents. So in your case you can react on the event 'DOCUMENT_BEFORE_SAVE' instead of the event 'WORKITEM_BEFORE_PROCESS'. This should do the trick |
Beta Was this translation helpful? Give feedback.
-
|
Please note: You should NOT manage your UserIDs and Passwords with the Imixs DocumentService. If you want to store user credentials you should use a separate data table. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry to respond you late , I mean copy by using mysqldump command to take imixs DB dump which is working fine and recovery of that dump in another machine. I can see team in drop down menu in submain.xhtml page but can not see team detail in team list.XHTML page |
Beta Was this translation helpful? Give feedback.
-
|
@rsoika "i have an issue related setQuery" |
Beta Was this translation helpful? Give feedback.
-
|
@Pooja-gupta1995 I understand that you have a custom item on your documents named 'CURRENT_STATUS_NAME'. And you want to select all entries with for example In this case you first need to add your custom item-name into the search index. Take a look into the file imixs.properties in your project. There you need to add you custom field name to the line with the property ''lucence.indexFieldListNoAnalyze". After a redeployment lucne will take care of your new indexfield. Only item names added to this property will become searchable. For example: Note: in a search query the item name is always lower cased! And the index of existing document is not automatically updated! So you need to save your document once again. |
Beta Was this translation helpful? Give feedback.
-
|
@lodhipr If you restore a database from a MySQL Dump than your Lucene index is not automatically updated. This is the reason why you do not find all documents in your index. To rebuild the index, you can
Imixs-Workflow will recognize the missing lucene index and automatically starts re-indexing. You can see corresponding log messages in your server log. (I already explained this 3 days before) |
Beta Was this translation helpful? Give feedback.
-
|
@rsoika : sir you have replied for imixs enterprise edition , can you please describe it what services you will provide yo us and what are the charges , can you please define it clearly |
Beta Was this translation helpful? Give feedback.
-
|
@Pooja-gupta1995 : can you please fill out our contact form, so I can e-mail you directly. |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
@rsoika i have created bpmn with multiple lanes ,its loaded successfully with curl command ,i am using tomcat server and in the configuration file i have defined my user with their access but its not taking login from my user, is there any other place where i have to make changes?
can u tell the step by step process where and how to create multiple users in imixs sample application?
Beta Was this translation helpful? Give feedback.
All reactions