Tuesday, March 12, 2024

Workflow Global Variables

# context
# log
# wfcontext
# handler
# step
# approval
# item
# trace

======================================================================================================================================================
WorkflowEngine: It controls the Workflow from the start step to the end step.

Fetch Members from Workgroup

  import java.util.ArrayList;   import java.util.Iterator;   import java.util.List;   import sailpoint.api.ObjectUtil;   import sailpoint.ob...