Last updated
Was this helpful?
Last updated
Was this helpful?
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:
If needed Sql server express can be downloaded here:
Restore the database backup in sql server express management studio.
Create a connector to the database.
Import the (LogPointWorkflow) in the Flow studio.
In -> , pick the machine workflow (LogPointWorkflow) for the log point system event and choose a user that will execute the log point system event.
Now should data be logged when the workflow steps over a log point.
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).
3. Add log points in workflows to log data.
1. Create a . This workflow will run every time a workflow steps over a log point.
Use in-parameters to get the log point data into the . Download the example above to see how the in-parameters should be configured or look at the picture of the workflow below.
2. Go to -> , and pick the for the log point system event and choose a user that will execute the log point system event.