Create a new instance of the type FlowElement. This constructor is used by the library's code and should not be used by API users.
Context information of the call. In most of the cases you can build the context using the request object.
ProtectedclassProtectedcontextProtectedfieldsProtectedfieldsProtectedisProtected OptionallabelProtectedlistsProtectedoidProtected OptionaluniqueStaticClassGet the label of the flow element
Get the identifier of the flow element
Get the unique code of the flow element. This code is used in many tasks of customization or reports.
Add a row to the record list.
Name of the record list.
A dictionary containing all the fields of the row.
A promise to retrieve the content of the new object added to the record list.
ProtectedGetRetrieve all rows from a record list field.
Name of the record list.
A promise to retrieve the content record list.
ProtectedLogSave all pending changes of a field of type record list.
Context information of the call. In most of the cases you can build the context using the request object.
Name of the record list.
Update a row in a record list.
Name of the record list.
A list of identifiers for the rows in the record list.
A dictionary containing all the fields of the row.
StaticFindFind a flow element by an identifier
Context information of the call. In most of the cases you can build the context using the request object.
Identifier of the instance.
Promise to get the object instance of a flow element.
StaticParseLoad the object's content from JSON data.
Context information of the call. In most of the cases you can build the context using the request object.
An array of key-value pairs (JSON data).
Object instance initialized.
A FlowElement is a BPMN component within a business process.