Jump to: navigation, search

Difference between revisions of "Activity:CreateDerivate (Activity)"


 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
The CreateDerivate Activity creates a new [[Derivate|derivate]] of a specified [[MetaClass]].
 
The CreateDerivate Activity creates a new [[Derivate|derivate]] of a specified [[MetaClass]].
 
<!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS -->
 
  
 
= Description =
 
= Description =
Line 42: Line 40:
 
|}
 
|}
  
<!-- DO NOT REMOVE THIS -->{{Template:Activity/End}}<!-- DO NOT REMOVE THIS -->
+
<!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS -->
  
 
==See also==
 
==See also==
Line 48: Line 46:
 
* [[Activity:SaveObject (Activity)]]
 
* [[Activity:SaveObject (Activity)]]
  
[[Category:Activities]]
+
[[Category:Activities|CreateDerivate (Activity)]]

Latest revision as of 09:18, 4 November 2015

The CreateDerivate Activity creates a new Derivate of a specified MetaClass.

[edit]

Description

CreateDerivate
Name CreateDerivate
Purpose Create a new derivate of a MetaClass
Category UBIK Object Primitives
Returns The created derivate
Version 2.1+

Arguments

Argument Type Direction Purpose
MetaClass MetaClass In The MetaClass to create the derivate from
Result MetaClass Out The created derivate, null if creation failed

Usage

This activity is used to create new UBIK® metaClass during the execution of a workflow.

IC Attention.pngThis activity does not automatically save changes. If you want to persist the newly created instance, you need i.e. a subsequent SaveObject activity!

Example

Load the MetaClass named PUMP, and create a new derivate from it:

Argument Value
argument example of value
argument example of value


See also