Working with workstep instance types
You can test if a workstep instance type is Activity, Adapter, or Subprocess.
public boolean isAtomic()
Returns True if the workstep instance is atomic.
public boolean isAdapter()
Returns True if the workstep instance is adapter.
public boolean isSubProcess()
Returns True if the workstep instance is subprocess.