Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Warning
iconfalse
Requires IWS version 1.0.1.254 or higher.

...

Panel
CorrelationID_workflow_name_subprocess_name_object_name_20141222_130130.xml  

Here is the breakdown of this model:       

  • Black text = CorrelationID (will be set manually in the control message file later)
  • Red text = the global workflow name (prefix on all TSR message)
  • Blue text = the sub-process name
  • Green text = the component name
  • Light blue text = date and time stamp

For example, the settings:

...

Panel
tsr_ack_rename_demo to root_name
tsr_ack_name_loc_setting_demo_subprocess to sub_name
tsr_ack_translator to obj_nametimestamp
eagle_ml-2-0_default_in_xml_reference to default_name

...

Panel
CorrelationID_root_name_sub_name_ obj_name_20141222_13013.xml

3. ACK Name Prefix - sets ACK name prefix for all tasks/subpocesses/processes, for which this workflow is parent (the logic is absolutely the same as for the TSR Name Prefix).

...

 

In the config file:  

As a setting in IWS

 

/eagle_ml-2-0_custom_cm/w_config_custom.inc

 

Parameter name

W_REPLY_CUSTOM_LOCATIONS_MODE

 

Possible values

OFF - The TSR/ACK files are saved in the default ../cmw/reply and ../cmw/ack folders

To reset settings to default manually clear the boxes.

 

ON - The TSR/ACK files are saved in the ../cmw/reply/%workflowname% and ../cmw/ack/%workflowname% subfolders of the corresponding default folders

Using this feature in IWS allows you to set any folder name to save the TSR/ACK messages, you may prefer to make it differing from the workflow name. You can also specify a non-default folder.

 

ONonlyForIWS - If the solution was created via IWS, the TSR/ASK messages are saved in the ../cmw/reply/%workflowname% and ../cmw/ack/%workflowname% subfolders in the corresponding default folders. If not - default folders are used (no subfolders are created).

 

Example of use

<COL TAG="W_REPLY_CUSTOM_LOCATIONS_MODE" EXPRESSION="ON"/>

 

Default value

 

All fields clear or ../../../cmw/reply/ and
../../../cmw/ack/ set, respectively.

...