Sure, by "operations" we essentially mean a collection of processes which governs the right way to do something. It could be, for example, the steps you want a developer to take when making a pull request, or how a reported bug or vulnerability should be handled.
For many teams, these processes are undocumented or loosely documented, so what needs to be done, in what order and when is difficult to understand, manage and scale.
Workflow86 allows you to document and map out these processes with modules that can automate parts of the process (e.g. calculations, logic, sending emails, making API requests) or request human input (e.g. approvals, review, decision making). Once you've build out a process, you essentially have a functional piece of software that when started, can run that process from start to finish for you.
Here we've taken the "checklist" which we might have otherwise stored say in Confluence, and turned it into am interactive form instead. When the form is submitted, a further checklist is assigned for the dev to complete once merged into prod. Email notifications and slack messages are automated along the way to keep the team informed. There is some logic to see if it rates as potentially risky and warning notifications accordingly.
For many teams, these processes are undocumented or loosely documented, so what needs to be done, in what order and when is difficult to understand, manage and scale.
Workflow86 allows you to document and map out these processes with modules that can automate parts of the process (e.g. calculations, logic, sending emails, making API requests) or request human input (e.g. approvals, review, decision making). Once you've build out a process, you essentially have a functional piece of software that when started, can run that process from start to finish for you.
One example that we use internally is this process for PR requests: https://app.workflow86.com/template/2b9ae31f-d29d-4198-a7b2-...
Here we've taken the "checklist" which we might have otherwise stored say in Confluence, and turned it into am interactive form instead. When the form is submitted, a further checklist is assigned for the dev to complete once merged into prod. Email notifications and slack messages are automated along the way to keep the team informed. There is some logic to see if it rates as potentially risky and warning notifications accordingly.
And here is another for handling data breach response: https://app.workflow86.com/template/26d48842-26cd-48bb-af51-...