Workflow Log
Description
Allows to log the activity of a workflow with a pipeline.
A workflow log streams logging information from a running workflow to a pipeline. This receiving pipeline can then process this logging information and e.g. write to a relational or NoSQL database, a Kafka topic etc
Options
Option | Default | Description |
---|---|---|
Name | The name to be used for this workflow log | |
Enabled? | true | |
Logging parent workflow only | true | |
Pipeline executed to capture logging | the pipeline to process the logging information for this workflow log | |
Execute at the start of the pipeline? | true | Should this workflow log be executed at the start of a pipeline run |
Execute at the end of the pipeline? | false | Should this workflow log be executed at the end of a pipeline run |
Execute periodically during execution? | true | Should this workflow log be executed periodically during a pipeline run |
Interval in seconds | 30 | if executed periodically, indicates the interval at which the workflow log is executed |