Hi Thanks for all suggestions. Will it not be possible to

Hi

Thanks for all suggestions.

Will it not be possible to evaluate expression rule that returns custom data type from Smart service / Filter code?

I need to evaluate an expression rule inside Filter class, so i can not pass it as process parameter. So I created the below expression rule named EI_TESTRULE with rule definition:
='type!{bac.com/entitlement/AppianGroup}AppianGroupConfig'(
          appianApplicationName: "Test",
          appianGroupName: "Test",
          appianParentGroupName: "Test",
          appianCustomGroupType: "Test",
          appianGroupSecurityType: "Test",
          appianGroupMemberPolicyType: "Test",
          appianGroupPrivacyPolicyType: "Test"
)
and it worked when i tested it from Appian designer portal.

I have imported this package to my filter (it got imported as com.bac.entitlement.AppianGroup.AppianGroupConfig.java class).
and I tried to get this expression rule evaluated in my filter class using the below code:

ProcessDesignService pds = getProcessDesignService();
TypedValue t...

OriginalPostID-141496

OriginalPostID-141496

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data