Jump to: navigation, search

Difference between revisions of "Workflow Designer"


Line 1: Line 1:
The purpose of the Workflow Designer is to view, design and run [[Workflow|Workflows]] that are attached to {{UBIK}} objects.
+
The purpose of the Workflow Designer is to view, design and run Windows Workflows that are attached to {{UBIK}} objects.
 +
 
 +
{{ControlInfoBox
 +
| title = Workflow Designer
 +
| name = Workflow Designer
 +
| internalname = CtrlWFDesigner
 +
| image =
 +
| imagecaption = Workflow Designer control
 +
| purpose = View and design visual workflows
 +
| context = none
 +
| version = 2.1+
 +
}}
 +
 
 +
==Basics==
 +
 
 +
===Appearance===
 +
====Toolbox====
 +
 
 +
{| class="wikitable" | width = "50%"
 +
|-
 +
! Activity!! Originator !! Purpose
 +
|- align="left"
 +
| InvokeMethod || Microsoft || -
 +
|}
 +
 
 +
====Design canvas====
 +
 
 +
====Property window====
 +
 
 +
====Captions====
 +
Per default, each editing control shows the description string (''DESCR'') of the respective MetaProperty as its caption.
 +
 
 +
===Design vs. View===
 +
 
 +
===Drag & Drop===
 +
 
 +
==Toolbar==
 +
{| class="wikitable" | width = "50%"
 +
|-
 +
! Item !! Purpose
 +
|- align="left"
 +
| View Style || Indicates or changes the [[#View Style|View Style]] of the control; changing it will result in reloading of the control
 +
|- align="left"
 +
| Navigate to context object || Attempts to [[Navigation|navigate]] to the current context MetaClass.
 +
|- align="left"
 +
| Save || Saves the context object.
 +
|}
 +
 
 +
==Context menu==
 +
This control doesn't feature any context menu yet.
 +
 
 +
==Designing workflows==
 +
 
 +
==Other functionality==
 +
 
 +
==See also==
 +
* [[Workflow Editor]]
 +
* [[Code- and Workflow Debugger]]
 +
 
 +
 
 +
[[Category:UBIK Studio Controls]]

Revision as of 20:08, 25 June 2013

The purpose of the Workflow Designer is to view, design and run Windows Workflows that are attached to UBIK® objects.

Workflow Designer
Workflow Designer control
Name Workflow Designer
Internal Name CtrlWFDesigner
Purpose View and design visual workflows
Context object none
Version 2.1+

Basics

Appearance

Toolbox

Activity Originator Purpose
InvokeMethod Microsoft -

Design canvas

Property window

Captions

Per default, each editing control shows the description string (DESCR) of the respective MetaProperty as its caption.

Design vs. View

Drag & Drop

Toolbar

Item Purpose
View Style Indicates or changes the View Style of the control; changing it will result in reloading of the control
Navigate to context object Attempts to navigate to the current context MetaClass.
Save Saves the context object.

Context menu

This control doesn't feature any context menu yet.

Designing workflows

Other functionality

See also