English | Chinese |
automatic workflow | 自動工作流程 (A type of workflow that runs as soon as the conditions defined in the workflow logic are met. No user action is required to start the workflow) |
child workflow | 子工作流程 (A workflow instance that is generated by a parent workflow instance) |
declarative workflow | 宣告式工作流程 (A workflow that is defined by using workflow markup language contained in XAML-formatted files. The XAML files are deployed and stored in the database) |
on-demand workflow | 指定工作流程 (A type of workflow that runs only when a user specifically starts it from within the Web application UI. User action is required to start the workflow) |
workflow action | 工作流程動作 (An element of workflow logic that specifies the event or task that should be performed by the workflow jobs started by the workflow) |
workflow activation | 工作流程啟動 (The process that occurs when a workflow host calls the WorkflowRuntime.CreateWorkflow method) |
workflow activity | 工作流程活動 (An elemental unit of a workflow that represents actions and provides functionality for control flow, conditions, event handling, state management, and communication with applications and services) |
workflow condition | 工作流程條件 (A logical "if-then" statement in a workflow that defines a specific situation and any actions that should be taken when that situation occurs) |
workflow definition | 工作流程定義 (An XML or XOML file that contains the information that other programs require to instantiate and run the workflow. Optionally, any custom metadata the workflow requires to run) |
workflow job | 工作流程作業 (A job performed on entities or records, based on rules defined in a workflow) |
Workflow Manager | 工作流程管理員 (A tool used to create, customize, and edit workflow rules and rule templates, and sales process rules and rule templates) |
Workflow Monitor | 工作流程監視器 (A tool used to view the status of workflow and sales processes in the organization) |
workflow option | 工作流程選項 (A parameter for a workflow that includes settings that determine which records it acts on and how it is triggered) |
workflow policy | 工作流程原則 (A group of rules for a workflow) |
workflow process | 工作流程處理 (A series of interrelated action steps and the workflow rules that drive the transition between these steps. A workflow process defines the actions the workflow should take at each step, and the workflow rules the workflow should use to evaluate when to proceed to the next step) |
workflow registration | 工作流程註冊 (A registration process that occurs when you add a workflow definition to the Microsoft Dynamics CRM database) |
workflow rule | 工作流程規則 (A set of action steps in a business process or sales process. A workflow rule specifies the required activities for a workflow and the order in which those activities must be performed) |
workflow stage | 工作流程階段 (An element of workflow logic that groups steps. Adding stages to a workflow does not affect how the steps function. Stages are purely for conceptual grouping of steps within complex workflows) |
workflow step | 工作流程步驟 (An individual stage defined in a workflow) |
workflow template | 工作流程範本 (A template that serves exclusively as the basis for creating other workflows. Workflow templates cannot start workflow jobs) |