-
Notifications
You must be signed in to change notification settings - Fork 41
Log Variables
Nate Weisz edited this page Sep 30, 2015
·
1 revision
Logs the process variables to log files. This can be used as a debug task in the workflow.
org.finra.dm.service.activiti.task.LogVariables
Name | Required | Accepted Values | Default Value | Case Sensitive | Description |
---|---|---|---|---|---|
regex | N | A regular expression that determines whether a process variable will be logged. |
<serviceTask id="logVariablesServiceTask" name="Log Variables" activiti:class="org.finra.dm.service.activiti.task.LogVariables">
<extensionElements>
<!-- Only log variables that contain the text "Attribute Name 1" within variable name -->
<activiti:field name="regex" stringValue=".*Attribute Name 1.*"/>
</extensionElements>
</serviceTask>
- Data Registration and Availability
- DDL Generation
- Cluster Management
- Workflow Control/Debugging