Article Details
Id:13460
Product:finPOWER Connect
Type:NEW
Version:2.03.04
Opened:26/11/2015
Closed:30/11/2015
Released:03/02/2016
Job: J016617

Workflows; Decision Cards can now identify the Workflow and Workflow Item that is calling them

Two new parameters are now passed to Decision Cards executed via Workflows Items (both Version 1 and Version 2 type Workflows):

  • Workflow
  • WorkflowItem

These can be accessed from the Decision Card's Script, e.g.:

Dim Workflow As finWorkflow
  
Workflow = DirectCast(parameters.GetObject("Workflow"), finWorkflow)