hub.eb?material_id=583&track_id=586

Workflow Interactive Task Mappings


A Form's fields can be configured as Workflow in/out parameters and used to pass information to a Workflow Job. These can be specified in Form Properties > Workflow

  • In parameters values passed from the job to the form
  • Out parameters values passed from the form to the job

When you change the Form's in/out parameters, the Interactive Activity will need to Refresh Activity Parameters to reflect the changes.

Once the Activity Parameters are updated you will need to map the activity fields to Workflow Process Attributes in the Interactive Task Node mappings.

Steps


1

Continuing from Introduction to Workflow Interactive Tasks.

Add a field called email to supplyEmailForm and set it as a workflow out parameter. 

2

Refresh the Interactive Activity Parameters in supplyEmailActivity.

3

Add an attribute called email to sendEmailProcess. Configure supplyEmailNode to map the email attribute to the email parameter. 

4

Run the Test Harness , step through the process and provide an email address. 

Current Module

Related