WO2016188337A1 - 业务实现方法及装置 - Google Patents

业务实现方法及装置 Download PDF

Info

Publication number
WO2016188337A1
WO2016188337A1 PCT/CN2016/082164 CN2016082164W WO2016188337A1 WO 2016188337 A1 WO2016188337 A1 WO 2016188337A1 CN 2016082164 W CN2016082164 W CN 2016082164W WO 2016188337 A1 WO2016188337 A1 WO 2016188337A1
Authority
WO
WIPO (PCT)
Prior art keywords
node
provider
data
interaction
template
Prior art date
Application number
PCT/CN2016/082164
Other languages
English (en)
French (fr)
Inventor
邹燃
郑帅
林顾强
Original Assignee
阿里巴巴集团控股有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 阿里巴巴集团控股有限公司 filed Critical 阿里巴巴集团控股有限公司
Priority to JP2017560738A priority Critical patent/JP6879940B2/ja
Publication of WO2016188337A1 publication Critical patent/WO2016188337A1/zh
Priority to US15/813,378 priority patent/US10560346B2/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/084Configuration by using pre-existing information, e.g. using templates or copying from other elements
    • H04L41/0843Configuration by using pre-existing information, e.g. using templates or copying from other elements based on generic templates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5041Network service management, e.g. ensuring proper service fulfilment according to agreements characterised by the time relationship between creation and deployment of a service
    • H04L41/5048Automatic or semi-automatic definitions, e.g. definition templates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • G06Q10/06316Sequencing of tasks or work

Definitions

  • the present application relates to the field of Internet technologies, and in particular, to a service implementation method and apparatus.
  • an interactive platform for a user, and any user can perform corresponding object and data interaction through the interactive platform.
  • users implement interactive operations they need to follow certain business processes, and different users often have different business process execution requirements under different circumstances.
  • the present application provides a service implementation method and apparatus, which can configure a service flow and customize a template to implement a more flexible interaction operation.
  • a service implementation method including:
  • the application scenario corresponding to the object creation request returns a response message to the object provider, where the response message includes at least one process that matches the application scenario. template;
  • a service implementation apparatus including:
  • a response unit when receiving an object creation request from the object provider, returning a response message to the object provider according to the application scenario corresponding to the object creation request, where the response message includes a matching match with the application scenario At least one process template;
  • a selection unit according to the selection instruction sent by the object provider, selecting a process template adopted by the target object corresponding to the object creation request;
  • an execution unit when receiving an interaction request from the data provider for the target object, completing an interaction operation between the object provider and the data provider according to the selected process template.
  • the present application implements flexible customization of business processes by configuring a process template, and does not adhere to a fixed process mode, which helps reduce the cost and complexity of changing business processes, and improves the versatility of business processes. .
  • FIG. 1 is a flowchart of a service implementation method according to an exemplary embodiment of the present application
  • FIG. 2 is a flowchart of generating a process template according to an exemplary embodiment of the present application
  • FIG. 3 is a schematic diagram of a process template according to an exemplary embodiment of the present application.
  • 4A-4C are schematic diagrams of interfaces of a process template according to an exemplary embodiment of the present application.
  • FIG. 5 is a schematic diagram of a process template including multiple stages according to an exemplary embodiment of the present application.
  • FIG. 6 is a schematic structural diagram of an electronic device according to an exemplary embodiment of the present application.
  • FIG. 7 is a block diagram of a service implementation apparatus according to an exemplary embodiment of the present application.
  • the business process of each interaction platform is fixed, and the user cannot change the business process according to the actual application scenario, resulting in many compromises and dissatisfaction in the interaction process.
  • the interactive platform has not considered the free configuration of business processes at the beginning of the design. Therefore, if the business process needs to be changed or configured, it needs to be completely redesigned and developed, which is obviously costly and inefficient.
  • the present application implements a new service implementation process to solve the above-mentioned technical problems in the related technologies, and implements configuration and template customization of business processes, and more flexible interaction operations.
  • the following examples are provided:
  • FIG. 1 is a flowchart of a service implementation method according to an exemplary embodiment of the present application. As shown in FIG. 1 , the method is applied to a server, where the server carries functions for implementing object interaction and data interaction.
  • An interactive platform the method can include the following steps:
  • Step 102 When receiving an object creation request from an object provider, return an response message to the object provider according to the application scenario corresponding to the object creation request, where the response message includes a matching match with the application scenario. At least one process template.
  • the process template may include a corresponding node of each of the plurality of process nodes arranged in a preset order.
  • a point variable, the node variable is selected from a set of node variables corresponding to the corresponding process node according to a preset rule.
  • the process template can be configured on-demand according to the combination of the process nodes and the selection of the node variables, so that the process template conforms to the user (such as the object provider, the data provider, etc.) in the current application scenario. The actual demand under.
  • the interaction platform may exist in multiple application forms; for example, for the application form of “network transaction”, “business process” is a transaction process, “process template” is “execution template of transaction process”, “ The object provider “that is, the seller user, the "data provider”, that is, the buyer user, configures a transaction process that meets the actual needs of the buyers and sellers.
  • application forms for each application form, there may be several application scenarios; for example, in “network transactions”, different types of transactional goods may correspond to different application scenarios, such as occupation space, transportation mode, payment method of home appliances and building materials. Different from the settlement mode, it belongs to different application scenarios and needs different process templates.
  • the process node in the process template includes at least one of the following:
  • An object supply node, the object supply node and the object provider are related to a supply operation of the target object; for example, in a "network transaction" application scenario, an "object supply node” is a delivery node for controlling a seller user Shipping behavior.
  • a data supply node the data supply node and the data provider are related to a supply operation of interaction data corresponding to the target object; for example, in a "network transaction" application scenario, a "data supply node” is a payment node, Used to control the payment behavior of buyer users.
  • the data interaction node being associated with an interaction of the interaction data being interacted with the object provider.
  • the "data interaction node” is a settlement node for controlling the process of clearing the payment paid by the buyer user to the seller user.
  • Step 104 Select a process template used by the target object corresponding to the object creation request according to the selection instruction sent by the object provider.
  • Step 106 When an interaction request for the target object from the data provider is received, the interaction between the object provider and the data provider is completed according to the selected process template.
  • the present application implements flexible customization of business processes by configuring a process template, and does not adhere to a fixed process mode, which helps reduce the cost and complexity of changing business processes, and improves the versatility of business processes. .
  • FIG. 2 is a flowchart of generating a process template according to an exemplary embodiment of the present application, as shown in FIG. 2, The process is applied to the server and can include the following steps:
  • Step 202 abstract the business model.
  • the complex business model can be extracted as an abstract and simplified by abstracting the business model.
  • the business node separates the interactive nature of the business model. Through the abstraction of the business model of the interactive platform, it can be abstracted and simplified into: "object supply node", “data supply node” and "data interaction node”.
  • Step 204 extracting a process node and a variable set.
  • the "object supply node” is related to the supply operation of the target object by the object provider; the "data supply node” and the data provider are related to the supply operation of the interaction data corresponding to the target object; "data interaction node” "Related to interact with the interaction of the data to the object provider.
  • the "object supply node” is the delivery node, which is used to control the delivery behavior of the seller user
  • the “data supply node” is the payment node, which is used to control the payment of the buyer user.
  • Behavior is the settlement node, which is used to control the process of clearing the payment paid by the buyer user to the seller user.
  • Table 1 shows the node variables that may exist in the node variable set corresponding to each process node.
  • the node variable set corresponding to the "delivery node” may include the "shipping batch”, Number Node variables such as “short-flow”, “Express Freight”, “Cargo Transfer”, “Delivery Count” and “Delivery Timeout”, and there are various options or values for each node variable, such as “shipping batch” "Can be one or more times, "quantity overflow” can be a quantity overflow (in a reasonable range of values, the delivery quantity is slightly more than the agreed quantity) or a short quantity (in a reasonable range of values, the delivery quantity is slightly less) In the agreed number).
  • step 206 the process node is combined to obtain a process template.
  • the corresponding network transaction process can be negotiated to achieve high flexibility of the transaction process. Free cooperation.
  • FIG. 3 shows a process template obtained by combining and configuring process nodes.
  • the process corresponding to the process template is: object supply ratio (belonging to "object supply node") ⁇ data supply ratio (belonging to "data supply” Node ”) ⁇ object rights transfer ratio (belonging to "data supply node”) ⁇ data supply method and proportion (belonging to "data supply node”), and after the "data supply ratio” for the second step of the process, the fourth step of the process The settlement time after the "data supply method and ratio" (belongs to "data interaction node").
  • FIG. 4A only shows a part of the process template in FIG. 3 , Used for illustration).
  • each process node in the process template has one or more node variables (selected from the set of node variables corresponding to the process node), such as the "shipping" node shown in Figure 4A, including the "shipping ratio” And the two node variables of "confirm receipt time", the object provider and the data provider (ie, the buyer and the seller) can negotiate these node variables, and then configure the node variables, that is, configure the process template.
  • node variables selected from the set of node variables corresponding to the process node
  • the object provider and the data provider ie, the buyer and the seller
  • each node variable can fill in a specific value or provide multiple options, based on the result of the negotiation between the object provider and the data provider, fill in the value (ie, quantify the configuration) or select the option (ie, Option configuration), you can complete the configuration of the corresponding node variables; for example, configure "shipment ratio” to 20%, configure “confirm receipt timeout” as 7 days 0:0, select “settlement method” Multiple “options”, etc., result in the configuration shown in Figure 4B.
  • the configuration instruction is sent to the server, and the server completes the configuration of the process template, thereby generating a pair.
  • the object provider and the data provider can modify the content in the process template.
  • a plurality of process nodes in the process template are arranged in a preset order.
  • the order of the "delivery" node and the "payment” node is reversed compared to FIG. 4A.
  • the process nodes included in the selected process template for example, the process nodes can be deleted or added; the node variables corresponding to each process node, for example, in the process template shown in FIG. 4C, compared to FIG. 4A, A node variable that can be triggered before delivery can be added to the Shipment node.
  • the server may not be able to provide all the process templates that fully meet the actual needs of the object provider and the data provider, so the object provider and the data provider can modify and configure the process template provided by the server according to actual needs.
  • the server can also extract and store the modified process template for subsequent use by the same object provider or data provider, or shared with other object providers or data providers.
  • the business process may only include one stage; or, when the business is more complicated, as shown in FIG. 5, the business process may include multiple stages, and the object provider and the data provider may separately edit for each stage. And configuration and other operations.
  • the multiple stages are executed in a preset order, but the sub-processes of each stage are relatively independent. For example, a sub-process of a stage that has been configured may be executed first, without waiting for the configuration of subsequent stages; for example, When performing the sub-process of phase two, the server does not need to care whether phase 3, phase 4, etc. have been configured.
  • the rights and obligations of both parties can be additionally negotiated between the object provider and the data provider.
  • the protection service provided by the object provider such as "24-hour delivery" in "network transaction”
  • the follow-up service completed by interaction such as after-sales service in “network transaction”
  • industry agreement such as "network transaction” “In the "package” and so on.
  • the server can maintain the process template by means of “formula”. Taking “network transaction” as an example, it is assumed that "A” is used to indicate “payment (ie, data supply node)", “B” is indicated as “delivery (ie, object supply node)”, and “T” is indicated as “settlement (ie, data interaction node) ), based on pre-defined semantic analysis rules, such as “payment can exist alone”, “settlement can not exist alone”, “delivery must accompany payment”, etc., you can get the sub-process form that may exist in each stage: A (only includes payment nodes), AB (payment node ⁇ delivery node), BA (delivery node ⁇ payment node), AT (payment node ⁇ settlement node), ABT (payment node ⁇ delivery node ⁇ settlement node), BAT (shipping node ⁇ payment node ⁇ settlement node), etc.
  • a single phase can be used as a complete business process; by combining multiple phases, you can get more complex business processes.
  • FIG. 6 shows a schematic structural diagram of an electronic device according to an exemplary embodiment of the present application.
  • the electronic device includes a processor, an internal bus, a network interface, a memory, and a non-volatile memory, and may of course include hardware required for other services.
  • the processor reads the corresponding computer program from the non-volatile memory into memory and then runs to form a service implementation device at a logical level.
  • the present application does not exclude other implementation manners, such as a logic device or a combination of software and hardware, etc., that is, the execution body of the following processing flow is not limited to each logical unit, and may be Hardware or logic device.
  • the service implementation apparatus may include a response unit, a selection unit, and an execution unit. among them:
  • a response unit when receiving an object creation request from the object provider, returning a response message to the object provider according to the application scenario corresponding to the object creation request, where the response message includes a matching match with the application scenario At least one process template;
  • a selection unit according to the selection instruction sent by the object provider, selecting a process template adopted by the target object corresponding to the object creation request;
  • an execution unit when receiving an interaction request from the data provider for the target object, completing an interaction operation between the object provider and the data provider according to the selected process template.
  • the process template includes a node variable corresponding to each of the plurality of process nodes arranged in a preset order, and the node variable is selected according to a preset rule from a set of node variables corresponding to the corresponding process node.
  • the process node includes at least one of the following:
  • An object provisioning node the object provisioning node being related to a supply operation of the target object by the object provider;
  • the data supply node and the data provider being related to a supply operation of interaction data corresponding to the target object
  • the data interaction node being associated with an interaction of the interaction data being interacted with the object provider.
  • it also includes:
  • the configuration unit performs quantitative configuration or option configuration on the node variables in the selected process template according to the configuration instruction.
  • it also includes:
  • the modifying unit modifies at least one of the following at least one of the selected process templates: the preset sequence, the process node included in the selected process template, and each process The node variable corresponding to the node.
  • it also includes:
  • a dividing unit according to the configuration instruction, dividing the selected process template into sub-processes of multiple stages, to complete the object provider and the data provider by sequentially executing sub-processes of each stage Inter-operation.
  • the target object is a transaction item
  • the interaction data is a transaction payment
  • the process template is an execution template of a transaction process.
  • a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
  • processors CPUs
  • input/output interfaces network interfaces
  • memory volatile and non-volatile memory
  • the memory may include non-persistent memory, random access memory (RAM), and/or non-volatile memory in a computer readable medium, such as read only memory (ROM) or flash memory.
  • RAM random access memory
  • ROM read only memory
  • Memory is an example of a computer readable medium.
  • Computer readable media includes both permanent and non-persistent, removable and non-removable media.
  • Information storage can be implemented by any method or technology.
  • the information can be computer readable instructions, data structures, modules of programs, or other data.
  • Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read only memory. (ROM), electrically erasable programmable read only memory (EEPROM), flash memory or other memory technology, compact disk read only memory (CD-ROM), digital versatile disk (DVD) or other optical storage, Magnetic tape cartridges, magnetic tape storage or other magnetic storage devices or any other non-transportable media can be used to store information that can be accessed by a computing device.
  • computer readable media does not include temporary storage of computer readable media, such as modulated data signals and carrier waves.

Landscapes

  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Engineering & Computer Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • Operations Research (AREA)
  • Physics & Mathematics (AREA)
  • Educational Administration (AREA)
  • Marketing (AREA)
  • Development Economics (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Game Theory and Decision Science (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Stored Programmes (AREA)

Abstract

一种业务实现方法及装置,该方法可以包括:当接收到来自对象提供方的对象创建请求时,根据所述对象创建请求对应的应用场景向所述对象提供方返回响应消息,所述响应消息中包含与所述应用场景相匹配的至少一个流程模板(102);根据所述对象提供方发送的选择指令,选取所述对象创建请求对应的目标对象采用的流程模板(104);当接收到来自数据提供方的针对所述目标对象的交互请求时,按照被选中的流程模板来完成所述对象提供方与所述数据提供方之间的交互操作(106)。通过该方法及装置,可以对业务流程进行配置和模板定制,实现更为灵活的交互操作。

Description

业务实现方法及装置
本申请要求2015年05月22日递交的申请号为201510268578.X、发明名称为“业务实现方法及装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及互联网技术领域,尤其涉及业务实现方法及装置。
背景技术
在相关技术中,为用户提供了交互平台,则任意用户之间均可以通过该交互平台执行相应的对象和数据交互。用户之间在实现交互操作时,需要按照一定的业务流程来进行,且不同用户在不同情况下,往往存在不同的业务流程的执行需求。
发明内容
有鉴于此,本申请提供一种业务实现方法及装置,可以对业务流程进行配置和模板定制,实现更为灵活的交互操作。
为实现上述目的,本申请提供技术方案如下:
根据本申请的第一方面,提出了一种业务实现方法,包括:
当接收到来自对象提供方的对象创建请求时,根据所述对象创建请求对应的应用场景向所述对象提供方返回响应消息,所述响应消息中包含与所述应用场景相匹配的至少一个流程模板;
根据所述对象提供方发送的选择指令,选取所述对象创建请求对应的目标对象采用的流程模板;
当接收到来自数据提供方的针对所述目标对象的交互请求时,按照被选中的流程模板来完成所述对象提供方与所述数据提供方之间的交互操作。
根据本申请的第二方面,提出了一种业务实现装置,包括:
响应单元,当接收到来自对象提供方的对象创建请求时,根据所述对象创建请求对应的应用场景向所述对象提供方返回响应消息,所述响应消息中包含与所述应用场景相匹配的至少一个流程模板;
选择单元,根据所述对象提供方发送的选择指令,选取所述对象创建请求对应的目标对象采用的流程模板;
执行单元,当接收到来自数据提供方的针对所述目标对象的交互请求时,按照被选中的流程模板来完成所述对象提供方与所述数据提供方之间的交互操作。
由以上技术方案可见,本申请通过配置流程模板的方式,实现对业务流程的灵活定制,不拘泥于固定的流程模式,有助于降低更改业务流程的成本和复杂度,提升业务流程的通用性。
附图说明
图1是根据本申请一示例性实施例提供的一种业务实现方法的流程图;
图2是根据本申请一示例性实施例提供的一种生成流程模板的流程图;
图3是根据本申请一示例性实施例提供的一种流程模板的示意图;
图4A-4C是根据本申请一示例性实施例提供的一种流程模板的界面示意图;
图5是根据本申请一示例性实施例提供的一种包含多个阶段的流程模板的示意图;
图6是根据本申请一示例性实施例提供的一种电子设备的结构示意图;
图7是根据本申请一示例性实施例提供的一种业务实现装置的框图。
具体实施方式
在相关技术中,每个交互平台的业务流程是固定的,用户无法根据实际的应用场景来改变业务流程,导致交互过程中存在很多妥协和不满。而交互平台在设计之初就没有考虑到业务流程的自由配置等问题,因而如果需要对业务流程进行更改或配置,就需要完全重新进行设计和开发,显然成本高、效率低下。
因此,本申请通过一种新的业务实现过程,以解决相关技术中存在的上述技术问题,实现对业务流程进行配置和模板定制,以及更为灵活的交互操作。为对本申请进行进一步说明,提供下列实施例:
图1是根据本申请一示例性实施例提供的一种业务实现方法的流程图,如图1所示,该方法应用于服务器中,该服务器承载了用于实现对象交互和数据交互等功能的交互平台,该方法可以包括以下步骤:
步骤102,当接收到来自对象提供方的对象创建请求时,根据所述对象创建请求对应的应用场景向所述对象提供方返回响应消息,所述响应消息中包含与所述应用场景相匹配的至少一个流程模板。
在本实施例中,流程模板可以包括按照预设顺序排列的多个流程节点分别对应的节 点变量,所述节点变量是按照预设规则从相应的流程节点对应的节点变量集合中选取得到。在该实施例中,通过对流程节点的组合和对节点变量的选取,可以对流程模板进行按需组合配置,从而使流程模板符合用户(如对象提供方、数据提供方等)在当前应用场景下的实际需求。
在本实施例中,交互平台可以存在多种应用形式;举例而言,对于“网络交易”的应用形式,“业务流程”即交易流程、“流程模板”即“交易流程的执行模板”、“对象提供方”即卖家用户、“数据提供方”即买家用户,从而配置出符合买卖双方用户的实际需求的交易流程。同时,对于每种应用形式,还可能存在若干应用场景;比如在“网络交易”中,不同类型的交易货品可能对应于不同应用场景,譬如家电产品和建筑材料的占用空间、运输方式、付款方式和结算方式等均存在不同,属于不同的应用场景,需要采用不同的流程模板。
在本实施例中,流程模板中的流程节点包括以下至少之一:
对象供应节点,所述对象供应节点与所述对象提供方对所述目标对象的供应操作相关;比如在“网络交易”应用场景中,“对象供应节点”即发货节点,用于控制卖家用户的发货行为。
数据供应节点,所述数据供应节点与所述数据提供方对与所述目标对象相对应的交互数据的供应操作相关;比如在“网络交易”应用场景中,“数据供应节点”即付款节点,用于控制买家用户的付款行为。
数据交互节点,所述数据交互节点与所述交互数据被交互至所述对象提供方的交互操作相关。比如在“网络交易”应用场景中,“数据交互节点”即结算节点,用于控制将买家用户支付的款项结算至卖家用户的过程。
步骤104,根据所述对象提供方发送的选择指令,选取所述对象创建请求对应的目标对象采用的流程模板。
步骤106,当接收到来自数据提供方的针对所述目标对象的交互请求时,按照被选中的流程模板来完成所述对象提供方与所述数据提供方之间的交互操作。
由以上技术方案可见,本申请通过配置流程模板的方式,实现对业务流程的灵活定制,不拘泥于固定的流程模式,有助于降低更改业务流程的成本和复杂度,提升业务流程的通用性。
1、生成流程模板
图2是根据本申请一示例性实施例提供的一种生成流程模板的流程图,如图2所示, 该流程应用于服务器,可以包括以下步骤:
步骤202,抽象业务模型。
在本实施例中,由于每种业务都必须遵循相应的业务模型而实现,而交互平台也存在相应的业务模型,则通过对业务模型的抽象,可以将复杂的业务模型提取为抽象、简化的业务节点,分离出业务模型的交互本质。通过对交互平台的业务模型的抽象,可以将其抽象、简化为:“对象供应节点”、“数据供应节点”和“数据交互节点”。
步骤204,提取流程节点及变量集合。
在本实施例中,“对象供应节点”与对象提供方对目标对象的供应操作相关;“数据供应节点”与数据提供方对与目标对象相对应的交互数据的供应操作相关;“数据交互节点”与交互数据被交互至对象提供方的交互操作相关。
举例而言,在“网络交易”应用场景中,“对象供应节点”即发货节点,用于控制卖家用户的发货行为;“数据供应节点”即付款节点,用于控制买家用户的付款行为;“数据交互节点”即结算节点,用于控制将买家用户支付的款项结算至卖家用户的过程。
Figure PCTCN2016082164-appb-000001
表1
针对“网络交易”应用场景,表1示出了每种流程节点对应的节点变量集合中可能存在的节点变量,比如“发货节点”对应的节点变量集合中可能包含“发货批次”、“数 量溢短”、“快递货运”、“货权转移”、“发货次数”和“发货超时时间”等节点变量,且每个节点变量存在多种选项或数值,譬如“发货批次”可以为一次或多次、“数量溢短”可以为数量溢(在合理的数值范围内,发货数量略多于约定数量)或数量短(在合理的数值范围内,发货数量略少于约定数量)等。
步骤206,组合流程节点,得到流程模板。
在本实施例中,以“网络交易”为例,通过对网络交易过程中的发货、付款、结算过程进行组合与配置,即可协商得到相应的网络交易流程,实现交易流程的高灵活性的自由配合。
比如图3示出了一种通过对流程节点进行组合与配置后得到的流程模板,该流程模板对应的流程为:对象供应比例(属于“对象供应节点”)→数据供应比例(属于“数据供应节点”)→对象权利转移比例(属于“数据供应节点”)→数据供应方式及比例(属于“数据供应节点”),以及分别针对流程第二步的“数据供应比例”之后、流程第四步的“数据供应方式及比例”之后的结算时间(属于“数据交互节点”)。
那么,当图3所示的流程模板应用于“网络交易”的应用场景时,卖家用户可以通过图4A所示的界面查看该流程模板(图4A仅示出图3中流程模板的一部分,以用于举例说明)。
2、配置流程模板
服务器接收到对所述被选中的流程模板的配置指令,所述配置指令由所述对象提供方和所述数据提供方协商确定;根据所述配置指令,对所述被选中的流程模板中的节点变量进行量化配置或选项配置。
换言之,流程模板中的每个流程节点存在一个或多个节点变量(从流程节点对应的节点变量集合中选出),比如图4A所示的“发货”节点中,包括“发货比例”和“确认收货时间”这两个节点变量,则对象提供方与数据提供方(即买卖双方用户)可以针对这些节点变量进行协商后,对这些节点变量进行配置,即对流程模板的配置。
如图4A所示,每个节点变量可以填写具体的数值或者提供多个选项,则基于对象提供方与数据提供方之间的协商结果,填写数值(即量化配置)或对选项进行选择(即选项配置),即可完成对相应的节点变量的配置;比如将“发货比例”配置为20%、将“确认收货超时”配置为7天0时0分、选取“结算方式”的“多次”选项等,得到图4B所示的配置结果。其中,对象提供方或数据提供方将上述配置结果生成为相应的配置指令后,将该配置指令发送至服务器,并由服务器完成对流程模板的配置,从而生成对 象提供方和数据提供方所需的业务流程。
需要说明的是:
1)对象提供方和数据提供方可以对流程模板中的内容进行修改。比如:流程模板中的多个流程节点之间预设顺序排列,例如在图4C所示的流程模板中,相比于图4A而言,调换了“发货”节点与“付款”节点的顺序;被选中的流程模板中包含的流程节点,例如可以删除或添加流程节点;每个流程节点对应的节点变量,例如在图4C所示的流程模板中,相比于图4A而言,在“发货”节点中添加了“发货前可发起溢短”的节点变量。
实际上,服务器可能无法提供完全符合对象提供方和数据提供方的实际需求的所有流程模板,因而对象提供方和数据提供方可以根据实际需求,对服务器提供的流程模板进行自主修改和配置。同时,服务器还可以对修改后的流程模板进行提取和存储,以供同一对象提供方或数据提供方后续使用,或者共享给其他的对象提供方或数据提供方进行使用。
2)业务流程可以仅包括一个阶段;或者,当业务较为复杂的情况下,如图5所示,业务流程可以包括多个阶段,则对象提供方和数据提供方可以针对每个阶段分别进行编辑和配置等操作。多个阶段之间按照预设顺序依次执行,但各个阶段的子流程之间相对独立,比如某个已完成配置的阶段的子流程可以先执行,而不必等待对后续其他阶段的配置;例如在执行阶段二的子流程时,服务器无需关心阶段三、阶段四等是否已完成配置。
3)对象提供方与数据提供方之间还可以额外协商双方的权利和义务。比如对象提供方所能够提供的保障服务(如“网络交易”中的“24小时发货”)、交互完成的后续服务(如“网络交易”中的售后服务)、行业约定(如“网络交易”中的“包邮”)等。
此外,服务器可以通过“公式”的方式,实现对流程模板的维护。以“网络交易”为例,假定使用“A”表示“付款(即数据供应节点)”、“B”表示“发货(即对象供应节点)”、“T”表示“结算(即数据交互节点)”,则基于预定义的语义分析规则,比如“付款可独自存在”、“结算不可独自存在”、“发货必然伴随付款”等,即可得到每个阶段可能存在的子流程形式:A(仅包含付款节点)、AB(付款节点→发货节点)、BA(发货节点→付款节点)、AT(付款节点→结算节点)、ABT(付款节点→发货节点→结算节点)、BAT(发货节点→付款节点→结算节点)等。单个阶段可以作为完整的业务流程;而通过对多个阶段的组合,即可得到更为复杂的业务流程。
图6示出了根据本申请的一示例性实施例的电子设备的示意结构图。请参考图6,在硬件层面,该电子设备包括处理器、内部总线、网络接口、内存以及非易失性存储器,当然还可能包括其他业务所需要的硬件。处理器从非易失性存储器中读取对应的计算机程序到内存中然后运行,在逻辑层面上形成业务实现装置。当然,除了软件实现方式之外,本申请并不排除其他实现方式,比如逻辑器件抑或软硬件结合的方式等等,也就是说以下处理流程的执行主体并不限定于各个逻辑单元,也可以是硬件或逻辑器件。
请参考图7,在软件实施方式中,该业务实现装置可以包括响应单元、选择单元和执行单元。其中:
响应单元,当接收到来自对象提供方的对象创建请求时,根据所述对象创建请求对应的应用场景向所述对象提供方返回响应消息,所述响应消息中包含与所述应用场景相匹配的至少一个流程模板;
选择单元,根据所述对象提供方发送的选择指令,选取所述对象创建请求对应的目标对象采用的流程模板;
执行单元,当接收到来自数据提供方的针对所述目标对象的交互请求时,按照被选中的流程模板来完成所述对象提供方与所述数据提供方之间的交互操作。
可选的,所述流程模板包括按照预设顺序排列的多个流程节点分别对应的节点变量,所述节点变量是按照预设规则从相应的流程节点对应的节点变量集合中选取得到。
可选的,所述流程节点包括以下至少之一:
对象供应节点,所述对象供应节点与所述对象提供方对所述目标对象的供应操作相关;
数据供应节点,所述数据供应节点与所述数据提供方对与所述目标对象相对应的交互数据的供应操作相关;
数据交互节点,所述数据交互节点与所述交互数据被交互至所述对象提供方的交互操作相关。
可选的,还包括:
接收单元,接收到对所述被选中的流程模板的配置指令,所述配置指令由所述对象提供方和所述数据提供方协商确定;
配置单元,根据所述配置指令,对所述被选中的流程模板中的节点变量进行量化配置或选项配置。
可选的,还包括:
修改单元,根据所述配置指令,对所述被选中的流程模板中的下述至少之一进行修改:所述预设顺序排列、所述被选中的流程模板中包含的流程节点、每个流程节点对应的节点变量。
可选的,还包括:
划分单元,根据所述配置指令,将所述被选中的流程模板划分为多个阶段的子流程,以通过依次执行每个阶段的子流程,完成所述对象提供方与所述数据提供方之间的交互操作。
可选的,所述目标对象为交易货品、所述交互数据为交易货款,以及所述流程模板为交易流程的执行模板。
在一个典型的配置中,计算设备包括一个或多个处理器(CPU)、输入/输出接口、网络接口和内存。
内存可能包括计算机可读介质中的非永久性存储器,随机存取存储器(RAM)和/或非易失性内存等形式,如只读存储器(ROM)或闪存(flash RAM)。内存是计算机可读介质的示例。
计算机可读介质包括永久性和非永久性、可移动和非可移动媒体可以由任何方法或技术来实现信息存储。信息可以是计算机可读指令、数据结构、程序的模块或其他数据。计算机的存储介质的例子包括,但不限于相变内存(PRAM)、静态随机存取存储器(SRAM)、动态随机存取存储器(DRAM)、其他类型的随机存取存储器(RAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、快闪记忆体或其他内存技术、只读光盘只读存储器(CD-ROM)、数字多功能光盘(DVD)或其他光学存储、磁盒式磁带,磁带磁磁盘存储或其他磁性存储设备或任何其他非传输介质,可用于存储可以被计算设备访问的信息。按照本文中的界定,计算机可读介质不包括暂存电脑可读媒体(transitory media),如调制的数据信号和载波。
还需要说明的是,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、商品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、商品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、商品或者设备中还存在另外的相同要素。
以上所述仅为本申请的较佳实施例而已,并不用以限制本申请,凡在本申请的精神和原则之内,所做的任何修改、等同替换、改进等,均应包含在本申请保护的范围之内。

Claims (14)

  1. 一种业务实现方法,其特征在于,包括:
    当接收到来自对象提供方的对象创建请求时,根据所述对象创建请求对应的应用场景向所述对象提供方返回响应消息,所述响应消息中包含与所述应用场景相匹配的至少一个流程模板;
    根据所述对象提供方发送的选择指令,选取所述对象创建请求对应的目标对象采用的流程模板;
    当接收到来自数据提供方的针对所述目标对象的交互请求时,按照被选中的流程模板来完成所述对象提供方与所述数据提供方之间的交互操作。
  2. 根据权利要求1所述的方法,其特征在于,所述流程模板包括按照预设顺序排列的多个流程节点分别对应的节点变量,所述节点变量是按照预设规则从相应的流程节点对应的节点变量集合中选取得到。
  3. 根据权利要求2所述的方法,其特征在于,所述流程节点包括以下至少之一:
    对象供应节点,所述对象供应节点与所述对象提供方对所述目标对象的供应操作相关;
    数据供应节点,所述数据供应节点与所述数据提供方对与所述目标对象相对应的交互数据的供应操作相关;
    数据交互节点,所述数据交互节点与所述交互数据被交互至所述对象提供方的交互操作相关。
  4. 根据权利要求2所述的方法,其特征在于,还包括:
    接收到对所述被选中的流程模板的配置指令,所述配置指令由所述对象提供方和所述数据提供方协商确定;
    根据所述配置指令,对所述被选中的流程模板中的节点变量进行量化配置或选项配置。
  5. 根据权利要求4所述的方法,其特征在于,还包括:
    根据所述配置指令,对所述被选中的流程模板中的下述至少之一进行修改:所述预设顺序排列、所述被选中的流程模板中包含的流程节点、每个流程节点对应的节点变量。
  6. 根据权利要求4所述的方法,其特征在于,还包括:
    根据所述配置指令,将所述被选中的流程模板划分为多个阶段的子流程,以通过依次执行每个阶段的子流程,完成所述对象提供方与所述数据提供方之间的交互操作。
  7. 根据权利要求1所述的方法,其特征在于,所述目标对象为交易货品、所述交互数据为交易货款,以及所述流程模板为交易流程的执行模板。
  8. 一种业务实现装置,其特征在于,包括:
    响应单元,当接收到来自对象提供方的对象创建请求时,根据所述对象创建请求对应的应用场景向所述对象提供方返回响应消息,所述响应消息中包含与所述应用场景相匹配的至少一个流程模板;
    选择单元,根据所述对象提供方发送的选择指令,选取所述对象创建请求对应的目标对象采用的流程模板;
    执行单元,当接收到来自数据提供方的针对所述目标对象的交互请求时,按照被选中的流程模板来完成所述对象提供方与所述数据提供方之间的交互操作。
  9. 根据权利要求8所述的装置,其特征在于,所述流程模板包括按照预设顺序排列的多个流程节点分别对应的节点变量,所述节点变量是按照预设规则从相应的流程节点对应的节点变量集合中选取得到。
  10. 根据权利要求9所述的装置,其特征在于,所述流程节点包括以下至少之一:
    对象供应节点,所述对象供应节点与所述对象提供方对所述目标对象的供应操作相关;
    数据供应节点,所述数据供应节点与所述数据提供方对与所述目标对象相对应的交互数据的供应操作相关;
    数据交互节点,所述数据交互节点与所述交互数据被交互至所述对象提供方的交互操作相关。
  11. 根据权利要求9所述的装置,其特征在于,还包括:
    接收单元,接收到对所述被选中的流程模板的配置指令,所述配置指令由所述对象提供方和所述数据提供方协商确定;
    配置单元,根据所述配置指令,对所述被选中的流程模板中的节点变量进行量化配置或选项配置。
  12. 根据权利要求11所述的装置,其特征在于,还包括:
    修改单元,根据所述配置指令,对所述被选中的流程模板中的下述至少之一进行修改:所述预设顺序排列、所述被选中的流程模板中包含的流程节点、每个流程节点对应的节点变量。
  13. 根据权利要求11所述的装置,其特征在于,还包括:
    划分单元,根据所述配置指令,将所述被选中的流程模板划分为多个阶段的子流程,以通过依次执行每个阶段的子流程,完成所述对象提供方与所述数据提供方之间的交互操作。
  14. 根据权利要求8所述的装置,其特征在于,所述目标对象为交易货品、所述交互数据为交易货款,以及所述流程模板为交易流程的执行模板。
PCT/CN2016/082164 2015-05-22 2016-05-16 业务实现方法及装置 WO2016188337A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2017560738A JP6879940B2 (ja) 2015-05-22 2016-05-16 サービス実装方法及び装置
US15/813,378 US10560346B2 (en) 2015-05-22 2017-11-15 Service implementation method and apparatus

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510268578.X 2015-05-22
CN201510268578.XA CN106296243A (zh) 2015-05-22 2015-05-22 业务实现方法及装置

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/813,378 Continuation US10560346B2 (en) 2015-05-22 2017-11-15 Service implementation method and apparatus

Publications (1)

Publication Number Publication Date
WO2016188337A1 true WO2016188337A1 (zh) 2016-12-01

Family

ID=57393802

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/082164 WO2016188337A1 (zh) 2015-05-22 2016-05-16 业务实现方法及装置

Country Status (4)

Country Link
US (1) US10560346B2 (zh)
JP (1) JP6879940B2 (zh)
CN (1) CN106296243A (zh)
WO (1) WO2016188337A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107025559A (zh) * 2017-01-26 2017-08-08 阿里巴巴集团控股有限公司 一种业务处理方法及装置
CN113792534A (zh) * 2021-03-02 2021-12-14 京东科技控股股份有限公司 用于处理流程的方法和装置

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107239324B (zh) * 2017-05-22 2020-12-11 创新先进技术有限公司 业务流转处理方法、装置及系统
CN107944662B (zh) * 2017-10-30 2020-09-11 贝壳找房(北京)科技有限公司 一种业务流程控制处理方法及装置
CN108427722A (zh) * 2018-02-09 2018-08-21 卫盈联信息技术(深圳)有限公司 智能交互方法、电子装置及存储介质
CN108733472A (zh) * 2018-03-21 2018-11-02 北京猎户星空科技有限公司 一种任务创建方法及装置
CN110347981A (zh) * 2018-04-03 2019-10-18 阿里巴巴集团控股有限公司 数据对象展示信息的生成方法、装置、设备及存储介质
CN109165856B (zh) * 2018-08-31 2023-08-08 平安科技(深圳)有限公司 审批链的动态配置方法、装置及存储介质
CN109542556B (zh) * 2018-10-30 2022-04-15 珠海伟诚科技股份有限公司 一种基于Activiti的流程与表单交互方法及系统
CN109977036B (zh) * 2019-02-19 2021-10-29 东软集团股份有限公司 缓存流程模板的方法、装置、存储介质及电子设备
CN113298343B (zh) * 2021-03-31 2023-11-14 阿里巴巴新加坡控股有限公司 任务生成方法、任务执行方法及装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102024235A (zh) * 2010-06-04 2011-04-20 西本新干线股份有限公司 业务流程生成系统及应用服务提供系统
CN102137135A (zh) * 2010-08-12 2011-07-27 华为技术有限公司 实现业务组合的方法、装置及系统
CN102542414A (zh) * 2011-12-28 2012-07-04 焦点科技股份有限公司 一种基于规则引擎的业务流程与业务数据处理的松耦合方法及系统
CN104021448A (zh) * 2014-06-19 2014-09-03 湖北工业大学 一种面向云制造的业务流程及协同交易控制方法
US20150095097A1 (en) * 2013-09-27 2015-04-02 At&T Intellectual Property I, L.P. System and method for providing reconfigurable workflows

Family Cites Families (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001306535A (ja) * 2000-04-19 2001-11-02 Hitachi Ltd アプリケーション・サービス・提供方法及びその実施装置並びにその処理プログラムを記録した記録媒体
AU2001278148A1 (en) 2000-08-01 2002-02-13 Hrl Laboratories, Llc Apparatus and method for context-sensitive dynamic information service
US20030144860A1 (en) 2002-01-31 2003-07-31 Fabio Casati Dynamic conversation logic selection method and system
US7248880B2 (en) 2003-02-07 2007-07-24 Siemens Communications, Inc. Methods and apparatus for determining a location of a device
US8335705B2 (en) 2003-07-01 2012-12-18 Sap Ag Managing resources for projects
US8050935B2 (en) 2003-11-03 2011-11-01 Sony Corporation Dynamic web service composition to service a user request
GB2419790B (en) 2004-10-29 2009-04-08 Hewlett Packard Development Co Asynchronous messaging in web services
US7676539B2 (en) 2005-06-09 2010-03-09 International Business Machines Corporation Methods, apparatus and computer programs for automated problem solving in a distributed, collaborative environment
US8122365B2 (en) 2006-02-23 2012-02-21 Infosys Technologies, Ltd. System and method for dynamic creation and customization of a user interface in a web service environment
US8146083B2 (en) 2006-06-22 2012-03-27 International Business Machines Corporation Method and apparatus to modify a task within a set of tasks
US20080028317A1 (en) 2006-07-26 2008-01-31 International Business Machines Corporation Method and computer program product for automatic management of movable time in calendars
US8055935B2 (en) 2006-09-14 2011-11-08 International Business Machines Corporation Dynamic adaptation in web service composition and execution
CN101378324B (zh) 2007-08-31 2011-05-11 华为技术有限公司 组合业务处理、替换、具体业务调用的方法和装置及系统
US8719826B2 (en) 2007-12-21 2014-05-06 Sap Ag Work flow model processing with weak dependencies that allows runtime insertion of additional tasks
KR100971009B1 (ko) 2008-05-30 2010-07-20 포항공과대학교 산학협력단 제품 재생 관리 시스템
US8370293B2 (en) * 2008-08-21 2013-02-05 Terarecon Inc. Workflow template management for medical image data processing
CN101763599A (zh) * 2010-01-22 2010-06-30 上海大学 电信业务流程定制方法
US10068202B2 (en) * 2010-04-16 2018-09-04 International Business Machines Corporation Instantiating complex event scenarios using dynamic rule creation
US9589240B2 (en) 2010-05-14 2017-03-07 Oracle International Corporation System and method for flexible chaining of distinct workflow task instances in a business process execution language workflow
JP5853828B2 (ja) * 2012-03-30 2016-02-09 富士通株式会社 ワークフロー作成方法、プログラム
US10417717B2 (en) * 2014-11-26 2019-09-17 Intuit Inc. Method and system for generating dynamic user experience

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102024235A (zh) * 2010-06-04 2011-04-20 西本新干线股份有限公司 业务流程生成系统及应用服务提供系统
CN102137135A (zh) * 2010-08-12 2011-07-27 华为技术有限公司 实现业务组合的方法、装置及系统
CN102542414A (zh) * 2011-12-28 2012-07-04 焦点科技股份有限公司 一种基于规则引擎的业务流程与业务数据处理的松耦合方法及系统
US20150095097A1 (en) * 2013-09-27 2015-04-02 At&T Intellectual Property I, L.P. System and method for providing reconfigurable workflows
CN104021448A (zh) * 2014-06-19 2014-09-03 湖北工业大学 一种面向云制造的业务流程及协同交易控制方法

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107025559A (zh) * 2017-01-26 2017-08-08 阿里巴巴集团控股有限公司 一种业务处理方法及装置
CN107025559B (zh) * 2017-01-26 2020-09-18 创新先进技术有限公司 一种业务处理方法及装置
US10782998B2 (en) 2017-01-26 2020-09-22 Alibaba Group Holding Limited Blockchain-based transaction processing method and apparatus
US10817330B2 (en) 2017-01-26 2020-10-27 Advanced Technologies Co., Ltd. Service processing method and apparatus
US11099887B2 (en) 2017-01-26 2021-08-24 Advanced New Technologies Co., Ltd. Service processing method and apparatus
CN113792534A (zh) * 2021-03-02 2021-12-14 京东科技控股股份有限公司 用于处理流程的方法和装置

Also Published As

Publication number Publication date
CN106296243A (zh) 2017-01-04
US20180069769A1 (en) 2018-03-08
US10560346B2 (en) 2020-02-11
JP6879940B2 (ja) 2021-06-02
JP2018519580A (ja) 2018-07-19

Similar Documents

Publication Publication Date Title
WO2016188337A1 (zh) 业务实现方法及装置
US10296971B2 (en) Providing real-time trading of virtual infrastructure resources
TWI737818B (zh) 業務處理方法及裝置
US10924361B2 (en) Decentralized data analytics management
US20220108365A1 (en) Automatic invoice creation for chat and social platforms
WO2016101811A1 (zh) 一种信息排序方法及装置
US20180089677A1 (en) Scalable credit card system
US9762700B2 (en) Client-side aggregation of nested resource dependencies
US9888050B2 (en) Method and apparatus for integrating various network elements and providing media processing services
TW201926173A (zh) 資源轉移的驗證方法、裝置和電子支付驗證方法、裝置
TWI718468B (zh) 一種應用條碼的方法、系統及伺服器
TWI701626B (zh) 資料業務處理方法及裝置
US20130275265A1 (en) Business to business integration services marketplace
JP6649502B2 (ja) データ製品の注文管理におけるコンフリクトを解消するためのシステムおよび方法
CN113448960A (zh) 一种导入表格文件的方法和装置
WO2019100867A1 (zh) 基于资源增值对象与资源对象的处理方法及装置
US9818085B2 (en) Late constraint management
CN113157360B (zh) 用于处理api的方法、装置、设备、介质和产品
US20230222417A1 (en) Automated electronic data interchange application
US11599860B2 (en) Limit purchase price by stock keeping unit (SKU)
US20220261788A1 (en) Method and system for generating customized electronic checkout user interfaces
WO2021208755A1 (zh) 数据处理、支付
CN113760263A (zh) 一种页面展示的方法和装置
US20200175482A9 (en) Electronic payment processing apparatus and method
JP2022145215A (ja) 受付装置、受付方法、受付プログラム

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16799226

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2017560738

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16799226

Country of ref document: EP

Kind code of ref document: A1