DictionaryForumContacts

Terms for subject Microsoft containing workflow | all forms | exact matches only
EnglishChinese simplified
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)
dependent workflow依赖工作流 (A workflow instance that is generated by a parent workflow instance)
durable workflow持久工作流 (A workflow whose state can be persisted to a storage medium to withstand system failures and to release memory, which improves the scalability of workflow execution)
high-privilege workflow高权限工作流 (Any workflow that either uses a tiered activity or contains a high privilege scope, regardless of the contents of that scope)
Human Workflow Services工作流程服务 (A set of workflow services consisting of actors that create or participate in an action, an activity flow, or an activity model that performs some process for an actor)
Human Workflow Services Administration工作流服务管理 (A set of activities including the installation, configuration, and deployment of HWS actions, and activity models. It also includes adding, removing, and updating constraints, and stopping, deleting, and archiving action instances or activity flows)
Human Workflow Services workflow工作流服务工作流 (Any action, activity flow, or activity model that performs a process for an actor)
HWS workflowHWS 工作流 (Any action, activity flow, or activity model that performs a process for an actor)
invitation auto-approval workflow邀请自动批准工作流 (A workflow that is initiated when an external user has been invited to an extranet site collection. The workflow is kicked off automatically to start adding the external user to the site collection without manual approval)
line item workflow行项工作流 (A workflow created for each line item in a workflow document)
line item workflow work item行项工作流工作项 (A workflow work item that is created by a line item workflow instance)
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)
operational workflow即用工作流 (A workflow that is synchronous and starts immediately)
parent workflow父工作流 (A workflow that starts a child workflow. The child workflow communicates its outcome back to the parent workflow)
post-operational workflow非即用工作流 (A workflow that is asynchronous or that starts at a later time, but does not have to wait for a previous workflow to finish)
queue workflow work item队列工作流工作项 (A workflow work item that is assigned to a work item queue)
Windows Workflow Foundation activityWindows Workflow Foundation 活动 (A unit of program behavior in Windows Workflow Foundation. Single activities can be composed together into more complex activities)
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 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 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 activity工作流活动 (A unit of program behavior in Windows Workflow Foundation. Single activities can be composed together into more complex activities)
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 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 decision element工作流决策元素 (A guard condition that controls the logical branching of task sequences within a workflow process. A workflow decision can be made by a user or by an automation rule)
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 Designer工作流设计器 (A graphical tool used to create a workflow visually by representing actions and constraints as shapes that can be connected to form a complete schedule)
workflow document工作流文档 (A view of data that is submitted to workflow for processing)
workflow element工作流元素 (A modeling element used to define workflow processes)
workflow-enabled启用工作流程 (Automated in such a way that business documents and assignments are routed from one user to another for specific action)
workflow escalation action工作流呈报操作 (An automatic workflow action taken when a workflow work item is not completed by the current assignee)
workflow execution account工作流执行帐户 (A user account that is granted the rights for executing workflows)
workflow history工作流历史记录 (A view of the workflow tracking data generated by the workflow runtime)
workflow host工作流主机 (The server component that deals with the execution of workflows)
workflow host工作流宿主 (An environment in which the workflow runtime is started so that it can be accessed as a service)
workflow instance工作流实例 (A running instance of a workflow definition, when a request is made)
Workflow Instance Recovery工作流实例恢复 (A feature of the Workflow Management service (WMS) that monitors persistence stores for workflow service instances that should be running and restarts them)
workflow job工作流作业 (A job performed on entities or records, based on rules defined in a workflow)
workflow job工作流程作业 (A job performed on entities or records, based on rules defined in a workflow)
workflow list form工作流列表表单 (A form that displays a list of workflows for a particular module, along with the versions of the workflow)
workflow management工作流管理 (A feature area of ILM 2 that deals with designing workflows, executing them and managing them. Workflow management consists of the Workflow Designer, request management and the workflow host)
workflow manager工作流管理员 (A user of the Response Group service who has the necessary user rights to create a workflow or to manage certain properties of 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 option工作流选项 (A parameter for a workflow that includes settings that determine which records it acts on and how it is triggered)
workflow participant工作流参与者 (A person who assumes the role of user in a workflow process)
workflow phase工作流阶段 (A set of workflow stages that have been grouped together)
workflow policy工作流策略 (A group of rules for a workflow)
workflow policy工作流程策略 (A group of rules for a workflow)
workflow presence watcher工作流状态观察程序 (A user account that the Response Group service creates in order to subscribe to the presence status of agents)
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 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 runtime工作流运行时 (A software component that activates and executes workflow instances using Microsoft Windows Workflow Foundation)
workflow scope工作流范围 (The extent of activity controlled by a workflow process)
workflow service host工作流服务主机 (A component that is responsible for running all workflows, orchestrating, and dispatching them)
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 status工作流状态 (The condition, at a particular time, of a workflow)
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)
workflow tracking data工作流跟踪数据 (The data that is logged during the execution of a workflow instance)
workflow type工作流类型 (A set of metadata and event handlers in the Application Object Tree (AOT) that defines a workflow design template)

Get short URL