Subject | English | Turkish |
comp., MS | automatic workflow | otomatik iş akışı (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) |
comp., MS | child workflow | alt iş akışı (A workflow instance that is generated by a parent workflow instance) |
comp., MS | declarative workflow | bildirim temelli iş akışı (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) |
comp., MS | dependent workflow | bağımlı iş akışı (A workflow instance that is generated by a parent workflow instance) |
comp., MS | durable workflow | dayanıklı iş akışı (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) |
comp., MS | high-privilege workflow | yüksek ayrıcalıklı iş akışı (Any workflow that either uses a tiered activity or contains a high privilege scope, regardless of the contents of that scope) |
comp., MS | line item workflow | satır maddesi iş akışı (A workflow created for each line item in a workflow document) |
comp., MS | line item workflow work item | satır maddesi iş akışı iş maddesi (A workflow work item that is created by a line item workflow instance) |
comp., MS | on-demand workflow | isteğe bağlı iş akışı (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) |
comp., MS | operational workflow | işlem iş akışı (A workflow that is synchronous and starts immediately) |
comp., MS | parent workflow | ana iş akışı (A workflow that starts a child workflow. The child workflow communicates its outcome back to the parent workflow) |
comp., MS | post-operational workflow | işlem sonrası iş akışı (A workflow that is asynchronous or that starts at a later time, but does not have to wait for a previous workflow to finish) |
comp., MS | queue workflow work item | kuyruk iş akışı iş öğesi (A workflow work item that is assigned to a work item queue) |
comp., MS | Windows Workflow Foundation activity | Windows Workflow Foundation etkinliği (A unit of program behavior in Windows Workflow Foundation. Single activities can be composed together into more complex activities) |
comp., MS | workflow action | iş akışı eylemi (An element of workflow logic that specifies the event or task that should be performed by the workflow jobs started by the workflow) |
comp., MS | workflow activation | iş akışı etkinleştirme (The process that occurs when a workflow host calls the WorkflowRuntime.CreateWorkflow method) |
comp., MS | workflow activity | iş akışı etkinliği (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) |
comp., MS | workflow condition | iş akışı koşulu (A logical "if-then" statement in a workflow that defines a specific situation and any actions that should be taken when that situation occurs) |
comp., MS | workflow decision element | iş akışı karar öğesi (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) |
comp., MS | workflow definition | iş akışı tanımı (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) |
comp., MS | Workflow Designer | İş Akışı Tasarımcısı (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) |
comp., MS | workflow document | iş akışı belgesi (A view of data that is submitted to workflow for processing) |
comp., MS | workflow element | iş akışı öğesi (A modeling element used to define workflow processes) |
comp., MS | workflow-enabled | iş akışlarını destekleyen (Automated in such a way that business documents and assignments are routed from one user to another for specific action) |
comp., MS | workflow escalation action | iş akışı ilerletme eylemi (An automatic workflow action taken when a workflow work item is not completed by the current assignee) |
comp., MS | workflow execution account | iş akışı yürütme hesabı (A user account that is granted the rights for executing workflows) |
comp., MS | workflow foundation | iş akışı altyapısı (An extensible programming model and components that can be used to design and implement custom applications for common business processes, such as document approval. Components include version control, tracking, and reporting) |
comp., MS | workflow history | iş akışı geçmişi (A view of the workflow tracking data generated by the workflow runtime) |
comp., MS | workflow host | iş akışı ana bilgisayarı (The server component that deals with the execution of workflows) |
comp., MS | workflow instance | iş akışı örneği (A running instance of a workflow definition, when a request is made) |
comp., MS | Workflow Instance Recovery | İş Akışı Örneği Kurtarma (A feature of the Workflow Management service (WMS) that monitors persistence stores for workflow service instances that should be running and restarts them) |
comp., MS | workflow job | iş akışı tanımlı işlem (A job performed on entities or records, based on rules defined in a workflow) |
comp., MS | workflow list form | iş akışı liste formu (A form that displays a list of workflows for a particular module, along with the versions of the workflow) |
comp., MS | workflow management | iş akışı yönetimi (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) |
comp., MS | Workflow Management service | İş Akışı Yönetimi hizmeti (A Windows service that manages the execution of instance control commands, the recovery of workflow service hosts, and the resumption of instances in the event of expired timers) |
comp., MS | Workflow Manager | İş Akışı Yöneticisi (A tool used to create, customize, and edit workflow rules and rule templates, and sales process rules and rule templates) |
comp., MS | workflow markup file | iş akışı işaretleme dosyası (A file that contains markup to specify the functional behavior of a workflow) |
comp., MS | Workflow Monitor | İş Akışı İzleyicisi (A tool used to view the status of workflow and sales processes in the organization) |
comp., MS | workflow option | iş akışı seçeneği (A parameter for a workflow that includes settings that determine which records it acts on and how it is triggered) |
comp., MS | workflow participant | iş akışı katılımcısı (A person who assumes the role of user in a workflow process) |
comp., MS | workflow policy | iş akışı ilkesi (A group of rules for a workflow) |
comp., MS | workflow process | iş akışı işlemi (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) |
comp., MS | workflow registration | iş akışı kaydı (A registration process that occurs when you add a workflow definition to the Microsoft Dynamics CRM database) |
comp., MS | workflow rule | iş akışı kuralı (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) |
comp., MS | workflow runtime | iş akışı çalışma zamanı (A software component that activates and executes workflow instances using Microsoft Windows Workflow Foundation) |
comp., MS | workflow service | iş akışı hizmeti (A WCF service that is implemented as a workflow. The workflow contains messaging activities that send and receive WCF messages) |
comp., MS | workflow service host | iş akışı hizmeti ana bilgisayarı (A component that is responsible for running all workflows, orchestrating, and dispatching them) |
comp., MS | workflow stage | iş akışı aşaması (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) |
comp., MS | workflow status | iş akışı durumu (The condition, at a particular time, of a workflow) |
comp., MS | workflow step | iş akışı adımı (An individual stage defined in a workflow) |
comp., MS | workflow template | iş akışı şablonu (A template that serves exclusively as the basis for creating other workflows. Workflow templates cannot start workflow jobs) |
comp., MS | workflow tracking data | iş akışı izleme verileri (The data that is logged during the execution of a workflow instance) |
comp., MS | workflow type | iş akışı türü (A set of metadata and event handlers in the Application Object Tree (AOT) that defines a workflow design template) |