Context

<< Click to Display Table of Contents >>

Navigation:  Low-code Process Automation > Studio Cloud - Authoring environment > Bizagi Studio > Process wizard > Business Rules > Bizagi Functions > Me Functions >

Context

FUNCTION

DESCRIPTION

SYNTAX

getXPath

This function is is used to obtain values of the data model when the context is different than the Process entity.

Me.Context.getXPath("XPath")

setXPath

This function is is used to set values to attributes of the data model when the context is different than the Process entity.

Me.Context.setXPath("XPath",bool)


Last Updated 1/6/2022 11:35:09 AM