Skip to main content
Skip table of contents

g_Activity_Action

Action

Properties

args : nonNegativeInt

Event argument count. Specifies the signature of the event that triggers the action. If blank, args is 0.

A class may have multiple events with the same name as long as their argument count differs. This attribute is used to specify the event to which this action is associated.
Valid values based on“int”.
0 (minInclusive)
association : identifierList

Association path from the primary workflow class to the class with the triggering event: attr1 ... attrN.

Valid values based on“token”.
(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)?

Each element in the list must begin with a letter or underscore. Elements are space delimited.

caption : string

String indentifier for caption display in the UI.

condition : string

Condition under which the action is executed when the event is invoked. Relative to the association end class.

description : string

Action description.

event : identifier

Event which triggers the action.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

language : schemeLanguageType

The scripting language for this element.

The language defaults to scheme.
Valid values based on“languageType”.
scheme

scheme scripting language

layout : string

name : string

Step name.

Parents

Parent topic: Workflow

Parent topic: g_Activity_Decision_Branch

Parent topic: g_Activity_Loop

Parent topic: g_Activity_Semaphore

Parent topic: g_Activity_TryCatch_Try

Parent topic: g_Activity_TryCatch_Catch

Parent topic: g_Activity_Join_Activity

Parent topic: g_Activity_Queue_TimerEvent

Parent topic: g_Activity_Queue_ClassEvent

Parent topic: g_Activity_Queue_ProcessEvent

Parent topic: g_Activity_Queue_ManualEvent

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.