Every time you execute a process represented by a Kosli Flow, you would initiate aDocumentation Index
Fetch the complete documentation index at: https://docs.kosli.com/llms.txt
Use this file to discover all available pages before exploring further.
trail to record the changes made during that specific execution.
You have the flexibility to determine the boundaries of what you consider a single execution of your process. For instance, in a software delivery process, an execution instance might be defined by:
Git commits
Git commits
The trail represents changes recorded from a single commit (as reported from CI).
Pull requests
Pull requests
The trail represents changes recorded throughout the life of a single pull request (can span multiple commits).
Jira or Github issues
Jira or Github issues
The trail represents changes recorded throughout the life of a single ticket/issue (can span multiple pull requests and commits).
Begin a trail
To begin a Trail, you can run a command similar to the one below:You can overwrite the flow template for each trail using
--template-file.
By default, the trail inherits the template from its Flow.