Log point

The log point can for example be used to measure time or debug workflows. Log points capture the value of the checked variables and can be stored in a database thru a connected workflow in system events.

Download a basic log point workflow and a Sql server database here: Log Point Workflow - Sql Server 2012arrow-up-right Log Point Workflow - Sql Server 2014arrow-up-right

1. Create a machine workflowarrow-up-right. This workflow will run every time a workflow steps over a log point.

  • Use imparameters to get the log point data into the machine workflowarrow-up-right. Download the example above to see how the imparameters should be configured or look at the picture of the workflow below.

    • Create a record variable named LogPoint, with variable; Name, TimeStamp, WorkflowName and a table Data with variable Key and Value.

  • Use a connector to the database where the logged data will be stored. Download the example above to get a database (other types of databases can also be used).

2. Go to Environmentarrow-up-right -> System Eventsarrow-up-right, and pick the machine workflowarrow-up-right for the log point system event and choose a user that will execute the log point system event.

3. Add log points in workflows to log data.

Last updated

Was this helpful?