Official Content

This Data Type, that is provided by Workflow API, allows representing specific application data, which are associated with a specific process instance.

Properties

Property Type Access Description
ApplicationDataDefinition ApplicationDataDefinition Read It returns the ApplicationDataDefinition of this application data
BooleanValue Boolean Read/Write Boolean Value
CharacterValue LongVarChar Read/Write Character Value
Count Numeric Read It returns the number of elements in an array of relevant data
DateTimeValue DateTime Read/Write Date Time Value
DateValue Date Read/Write Date Value
Dimension Numeric(WorkFlowDimension) Read/Write It returns value 0 if the relevant data is a scale and 1 if it is an array
Error WorkflowError Read Error
Length Numeric Read Length
Name Character Read Name
NumericValue* Numeric Read/Write Numeric Value
ProcessInstance ProcessInstance Read It returns the ProcessInstance of this application data
ProcessInstanceId Numeric Read It returns the ProcessInstanceId of this application data
Type Character Read Data type (Character, Numeric, Date, DateTime)
Value LongVarChar Read/Write Value

Methods

  •  Add

It adds the value indicated in the &value parameter, at the end of the values collection. The value must be transferred as character string, regardless of the type of relevant data.

 Add (&value)

Name Type Movement Description
&value LongVarChar Input Value to be added at the end of the collection.
  •  Clear

It clears all the values of the collection.

 Clear ()

  • GetValue

 It obtains the value contained in the position indicated by the &index parameter. The value is stored in the &value parameter as a character string.

 GetValue (&index): &value

Name Type Movement Description
&index Numeric Input Position of the element to be returned
&value LongVarChar Output Value to be returned
  •  Remove

It removes the value indicated in the &index parameter.

 Remove (&index)

Name Type Movement Description
&index Numeric Input Index of the element that will be removed from the collection

  

  • SetValue

 It adds the value indicated in the &value parameter in the position indicated by the &index parameter. The value must be transferred as characters string, regardless of the type of relevant data.

 SetValue (&index, &value)

Name Type Movement Description
&index Numeric Input The position where the value will be added
&value LongVarChar Input Value to be added

See Also

Workflow Error Codes

 

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant