Hello,
ExpressionEditor seems to be great but i have one question :
In our project we defined a custom xml markup to structure our workflow model.
Is it possible to base the expressionEditor on our xml language ?
Example of our markup:
Regards,
Guillaume
ExpressionEditor seems to be great but i have one question :
In our project we defined a custom xml markup to structure our workflow model.
Is it possible to base the expressionEditor on our xml language ?
Example of our markup:
<
Rules
workflowID
=
"001"
>
<
Conditions
>
<
Condition
id
=
"1001"
name
=
"condition1"
>
<
Action
id
=
"2001"
name
=
"action1"
>
<
If
operator
=
"equals"
value
=
"true"
>
</
If
>
</
Action
>
</
Condition
>
</
Conditions
>
</
Rules
>
Regards,
Guillaume