Introduction: In this Part, we’ll show the process of integrating the child flow created in Part 1 into a Parent flow – the critical flow that you will be tracked for its history. “If you missed Part 1, be sure to check it out for a complete guide on creating child flow in Power Automate.” […]
Posts Tagged ‘workflow’
Part 1: Capture and Monitor Critical Power Automate Workflows History through Child Flow
Introduction: In today’s digital landscape, organizations increasingly rely on automated workflows to enhance efficiency and streamline processes. However, as these workflows grow in complexity, tracking their execution history becomes essential for ensuring reliability and facilitating troubleshooting. This blog explores a powerful approach to logging workflow running history using child flows in Power Automate. By leveraging […]
3 Reasons to Use Sitecore Workflow
Many consider workflow to be a necessary evil. But it is necessary, and I will make my case in this post. I highly recommend working through the requirements for workflow and including it in your initial site build or rebuild. However, not all of us have that luxury – and that’s okay. The great thing about […]
ChatGPT-4 Capabilities: The Magic of AI
Introduction If you haven’t heard, OpenAI released ChatGPT-4, the successor in a computational sense to GPT-3. Although slower at the moment, its capabilities have improved immensely. How much, you may ask? Well that is what I’m here to tell you. For context, I will be throwing some of the same questions at it I threw […]
Monitor Workflow with Apache Airflow
Apache Airflow is an open-source tool to programmatically author, schedule, and monitor workflows. It is one of the most robust platforms used by Data Engineers for orchestrating workflows or pipelines. You can easily visualize your data pipelines’ dependencies, progress, logs, code, trigger tasks, and success status. With the help of Apache Airflow and Python we […]
Implementing Workflow in Sitecore: A Mini-Series Table of Contents
Welcome to my Mini-Series! In my Mini-Series, I take you from beginning to end in creating a simple workflow from scratch. Use this Mini-Series to help empower your business with workflow! Implementing Workflow in Sitecore: A Mini-Series Part 1 – Overview Implementing Workflow in Sitecore: A Mini-Series Part 2 – Workflow States Implementing Workflow in […]
Implementing Workflow in Sitecore: A Mini-Series Part 7 – Speeding Up The Process
The benefits of implementing workflow in Sitecore does not come without its cons. As with any business process, the more stop gates you add to getting your content live makes the work more cumbersome. In our Simple Workflow, you have to lock and edit to create a “Draft” item. After saving your changes, you then […]
Implementing Workflow in Sitecore: A Mini-Series Part 6 – Archiving Old Versions
To prevent performance issues for content authors in the Content Editor, Sitecore recommends keeping no more than 10 versions of items. In this blog post of my mini-series, I will go over how to perform an automated cleanup of old, outdated item versions while retaining them in the Archive for historical record. Old versions found […]
Implementing Workflow in Sitecore: A Mini-Series Part 5 – Versioning
A great benefit of implementing workflow in Sitecore is the ability to have multiple versions of your content automatically. Content authors will not have to manually configure new versions on their own. Workflow will do this for us behind the scenes. With versioning enabled, we will be able to… Revert a page and its content […]
Implementing Workflow in Sitecore: A Mini-Series Part 4 – User Permissions
So far in this mini-series, we have covered how to set up the Simple Workflow and how to automatically place newly created items into it. We now need to create a way to limit which Simple Workflow commands are available to users. In this blog post, we will go over the permissions that need to […]
Implementing Workflow in Sitecore: A Mini-Series Part 3 – Applying Workflow
In my previous post in this mini-series, I went over the creation of the Simple Workflow and its states. In this post, we will go over how to automatically place Sitecore items into the Draft state upon creation. We will cover two approaches to implementing this: setting the Draft state in the Standard Values of […]
Implementing Workflow in Sitecore: A Mini-Series Part 2 – Workflow States
Now that we have covered what a workflow is in Sitecore, let’s jump into configuring workflow states in a custom workflow. Again, the number of workflow states you need is entirely up to the requirements of your business process for getting content approved. This post will walk through the creation of a simple workflow. This […]