Jump to: navigation, search

CreateDerivate (Activity)


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