IBM Verify

IBM Verify

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  WORKFLOW Passing information from step to step

    Posted 04/22/19 08:25 AM
    Hi to all!

    what is the best way how to pass relevant data-references from one workflow step to another one (i.e from ModifyPerson to EnforcePolicyForPerson)?
    Thanks

    Marco



    ------------------------------
    Marco Zanchi
    ------------------------------


  • 2.  RE: WORKFLOW Passing information from step to step

    Posted 04/22/19 08:50 AM
    Hi Marco...

    Just as you stated above, the best way to pass data along in the workflow is with Relevant Data (OR Input Parameter data, if exists).  As for the data used in modifyPerson and enforcePolicyForPerson (e.g. "Entity"), this should be handled for you...but if you wanted to modify that object/data before/between/after those Extensions, you could do that in a Script node.  You'd just need to call .get() to get the object...then manipulate as needed (e.g. .setProperty("foo","bar");), then call .set() to pass the modified object back to the workflow.

    ------------------------------
    Grey Thrasher
    IBM
    Costa Mesa CA
    ------------------------------