ticket.bpmn setting team variable for the team plugin #918
-
Hi All, I have this model running on the process manager and tracing the plugins. the code is looking for a "team" variable but I'm not seeing it anywhere in the model. I see the ACL sections on the some tasks and such. the workflow actors are Team -> teamMembers trace prints nothing code Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
you can analyze the details of your process instance by the Imixs-Rest API. Just open the workitem in your browser with the following url: http://localhost:8080/api/documents/0a7d3835-b752-44fb-b23d-78d678dbc25e Replace the UniqueID with the one of your workitem (you can see the uniqueid in the URL if you open the workitem in the process manager) The result page shows you all fields. One of the fileds is The teammembers are defined as an actor field in the BPMN model: and the team is mapped corresponding to the Tasks in your model: The TeamPlugin In the same way you can implement more complex logic and for example resolve teams form other external data sources too. |
Beta Was this translation helpful? Give feedback.
The team select box should be define in your BPMN model by the form DataObject:
and the subform should be part of your parts directory:
can you verify this?