In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
In this issue, the editor will bring you about the workflow of CRM, C4C and Hybris. The article is rich in content and analyzed and described from a professional point of view. I hope you can get something after reading this article.
The example of CRM
Step by Step to debug IC inbox workflow WS14000164
C4C
Custom recipient determination in workflow rule done on Account BO
Automatically send an Email notification to line manager via Workflow in Account application
Hybris
The framework implementation code for Hybris workflow is in this folder:
Workflow, which is used at the application level, has the same concept of so-called workflow template as ABAP workflow. The following figure is an example of ABAP workflow template:
Hybris workflow:
It is also defined by impex:
Impex includes four types of model: WorkflowTemplate, WorkflowActionTemplate, WorkflowDecisionTemplate and WorkflowActionTemplateLinkTemplateRelation.
1. A workflow has at least three types of action (start/normal/end)
two。 An action has at least one decision.
3. A decision can be linked to the next action through WorkflowActionTemplateLinkTemplateRelation until the end node end.
Create workflow and trigger decision:
Public void autoCreateWorkFlow (PrincipalModel principal, KeyInfoModel info) {validateParameterNotNull (principal, "principal model cannot be null"); UserModel admin = userService.getUserForUID (ADMIN_CODE); WorkflowTemplateModel workflowTemplate = workflowTemplateService.getWorkflowTemplateForCode (workflowTemplateCode); / / create a new workflow for given workflowtemplate final WorkflowModel workflow = workflowService.createWorkflow (workflowTemplate, admin); / / add attachment for workflow final WorkflowItemAttachmentModel attachment = modelService.create (WorkflowItemAttachmentModel.class); AbstractOrderEntryModel orderEntry = info.getOrderEntry (); attachment.setItem (info.getOrderEntry ()); attachment.setWorkflow (workflow) Attachment.setCode (orderEntry.getPk () + "_ OrderEntry"); this.modelService.save (attachment); this.modelService.refresh (attachment); workflow.setAttachments (Collections.singletonList (attachment)); workflowProcessingService.startWorkflow (workflow); this.autoDoStartDecision (workflow, admin);} this is the workflow of CRM, C4C and Hybris shared by Xiaobian. If you happen to have similar doubts, please refer to the above analysis to understand. If you want to know more about it, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.