As we define fields in Activiti form modeler we can define certain condition on it, the conditions that we define goes into visibility condition field which is like this : "visibilityCondition":{"leftFormFieldId":"radio_LABEL","leftRestResponseId":"","operator":"==","rightValue":"Approve","rightType":null,"rightFormFieldId":"","rightRestResponseId":"","nextConditionOperator":null,"nextCondition":null}}
Using this object activiti's UI render the field. I want to know how activity evaluates this in angular(UI).
Since I want to integrate Activiti in custom application I cannot leverage activiti UI.
Is there any way or UI source code where I can fetch the info to write in Java.
Hi If you want to use Angular 2 to create this UI, you can use ADF.
alfresco-ng2-components/ng2-components/ng2-activiti-form at master · Alfresco/alfresco-ng2-component... The ADF Form component has already all this implementation inside. I suggest you give a look.
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.