Alfresco Activiti Enterprise
Introduction:
Activiti Enterprise is a cloud based business process modeling tool without the need for any softwares.
Below is the link to access Alfresco Activiti:
https://activiti.alfresco.com/activiti-app/#/login
Activiti Sub Process
The sub process is a part of bigger process that is happening in Activiti workflow. The sub process acts as a inside process of parent process.
Sub-Process example:
The subprocess can be started only when we use none start event.
The XML expression of subprocess is:
<subProcess id="subProcess"> <startEvent id="subProcessStart" /> ... other Sub-Process elements ... <endEvent id="subProcessEnd" /> </subProcess>
Introduction:
Activiti Enterprise is a cloud based business process modeling tool without the need for any softwares.
Below is the link to access Alfresco Activiti:
https://activiti.alfresco.com/activiti-app/#/login
Activiti Sub Process
The sub process is a part of bigger process that is happening in Activiti workflow. The sub process acts as a inside process of parent process.
Sub-Process example:
The subprocess can be started only when we use none start event.
The XML expression of subprocess is:
<subProcess id="subProcess"> <startEvent id="subProcessStart" /> ... other Sub-Process elements ... <endEvent id="subProcessEnd" /> </subProcess>

No comments:
Post a Comment