Jump to: navigation, search

Difference between revisions of "Workflow Designer"


(Toolbar)
(Basics)
Line 3: Line 3:
 
==Basics==
 
==Basics==
  
===Appearance===
+
===Toolbox===
====Toolbox====
+
The Toolbox features a wide range of Activities that cane be used within your Workflows. There are generic activities as well as activities specific for the manipulation of {{UBIK}} objects.
  
{| class="wikitable" | width = "50%"
+
====Standard activities====
 +
 
 +
{| class="wikitable sortable" | width = "50%"
 
|-
 
|-
! Activity!! Originator !! Purpose  
+
! Activity!! Originator !! Category !! Purpose  
 +
|- align="left"
 +
| AddToCollection<T>|| Microsoft || -
 +
|- align="left"
 +
| Assign|| Microsoft || -
 +
|- align="left"
 +
| Assign<T>|| Microsoft || -
 +
|- align="left"
 +
| AddToCollection<T>|| Microsoft || -
 +
|- align="left"
 +
| CancellationScope|| Microsoft || -
 +
|- align="left"
 +
| ClearCollection<T>|| Microsoft || -
 +
|- align="left"
 +
| CompensableActivity|| Microsoft || -
 +
|- align="left"
 +
| Compensate|| Microsoft || -
 +
|- align="left"
 +
| Confirm|| Microsoft || -
 +
|- align="left"
 +
| Delay|| Microsoft || -
 +
|- align="left"
 +
| DoWhile|| Microsoft || -
 +
|- align="left"
 +
| ExistsInCollection<T>|| Microsoft || -
 +
|- align="left"
 +
| FlowChart|| Microsoft || -
 +
|- align="left"
 +
| FlowSwitch<T>|| Microsoft || -
 +
|- align="left"
 +
| FlowDecision|| Microsoft || -
 
|- align="left"
 
|- align="left"
 
| InvokeMethod || Microsoft || -
 
| InvokeMethod || Microsoft || -
 
|}
 
|}
  
====Design canvas====
+
===={{UBIK}} activities====
  
====Property window====
+
===Design canvas===
  
====Captions====
+
===Property window===
Per default, each editing control shows the description string (''DESCR'') of the respective MetaProperty as its caption.
+
  
===Drag & Drop===
+
===Working with the designer===
  
 
==Toolbar==
 
==Toolbar==

Revision as of 07:16, 26 June 2013

The Workflow Designer is a component in UBIK® which appears on many occasions, namely every time when there is a Workflow to be displayed or edited. It features a full re-hosted version of the designer for the Microsoft Workflow Foundation, extended with manipulation capabilities for UBIK® objects.

Basics

Toolbox

The Toolbox features a wide range of Activities that cane be used within your Workflows. There are generic activities as well as activities specific for the manipulation of UBIK® objects.

Standard activities

Activity Originator Category Purpose
AddToCollection<T> Microsoft -
Assign Microsoft -
Assign<T> Microsoft -
AddToCollection<T> Microsoft -
CancellationScope Microsoft -
ClearCollection<T> Microsoft -
CompensableActivity Microsoft -
Compensate Microsoft -
Confirm Microsoft -
Delay Microsoft -
DoWhile Microsoft -
ExistsInCollection<T> Microsoft -
FlowChart Microsoft -
FlowSwitch<T> Microsoft -
FlowDecision Microsoft -
InvokeMethod Microsoft -

UBIK® activities

Design canvas

Property window

Working with the designer

Toolbar

Item Purpose
Open file Opens a dialog to load a previously saved UBIK® workflow file (.uwf) into the design canvas
Save to file Saves the current design canvas into a file (.uwf)

Context menu

This control doesn't feature any context menu yet.

Designing workflows

Other functionality

See also