• Developing a simple application using steps "User Decision" and "Mail"(1) 沧海


    Basic terminology used in the workflow:

    The workflow definition is the set of rules that determine the path that the process takes. For example, how a purchase requisition is processed, from the initial request to the creation of the purchase order

    A Workflow Instance, which is often simply referred to as the workflow, is a single workflow run. For example, the processing of a single purchase requisition for computers.

    The Tasks are the steps in the process, which have to be performed either by people or automatically by the software. For example, to check for the availability of the spare computers in the company.

    A Work item is the task instance that is performed as a single workflow step. For example, check that there are no spare computers available in the company.

    Agents are the people who process the tasks (via the work items). For example, requisitioner and a member of the purchasing department.

    Container is the place where all the data used in the workflow is collected.

    Binding is the set of rules that define which data is passed to which part of the process.

    Building a simple workflow application

    The central tool for creating, displaying and processing a workflow is the workflow builder (Transaction SWDD). Within the workflow builder you can create all components of a workflow, including all the containers you need for getting the data from one step to another. 

    Generally, most of the workflows are started by an event (for example, when a material is created or when a new purchase requisition arrives). You define which data from this event needs to be passed to the workflow via binding.

    However you can also start any workflow directly. Let us create a simple workflow and start the workflow directly, using the testing tools. 

    Call transaction SWDD. When the workflow builder is called for the first time, a newly created initial workflow definition appears or else last created workflow appears. In such cases you can opt to create a new workflow by pressing “Create New Workflow”(ctrl + shft + F5). The following screen appears.

    The initial workflow screen has the following parts:

    1. The start of the workflow definition, indicated by .
    2. The end of the workflow definition, indicated by .
    3. The area in which you insert the new workflow definition is indicated by .

    Now select the undefined step and select Create step or double click the undefined step. Now among the different steps chose the User Decision by double clicking on it.

  • 相关阅读:
    漫游Kafka介绍章节简介
    poj 2309 BST 使用树阵lowbit
    华为-on练习--小写字符数的统计显示
    OpenMp高速分拣
    eclipse 于 Tomcat于 热部署 project
    2015第49周二
    2015第49周一
    2015第48周六
    2015第48周五
    2015第48周四
  • 原文地址:https://www.cnblogs.com/omygod/p/1429934.html
Copyright © 2020-2023  润新知