zoukankan      html  css  js  c++  java
  • Run a Child Flow with PowerAutomate

    The new Preview feature just released for Power Automate (formerly known as Microsoft Flow) is that we are able to call the child flows from a parent flow and then receive information back from the child flow. This is an amazing functionality that connects us more and closes down the gap between the Dynamics 365 CE Workflow capabilities and Power Automate. 

    This will allow creating and manage better ways to structure and make in smaller bite-size pieces the complexity in the process. 

    On my search for the new functionality, I found out that this is in Preview and have some limitations or requirements that need to be in place before we can use them. 

    These are the 3 things you need to know to Run a Child Flow

    1. We need to fun the Child and Parent Flows in an environment with a CDS
    2. We need to create the Flows inside a Solution, under the environment with CDS FLOWSOLUTION - 3 things to know to Run a Child Flow!
    3. We can send and receive flow detail information using the HTTP Request and Response

    Creating the Child Flow

    Let’s create the child flow first before we can call or run from the parent; in this scenario, I created a simple record in the Lead entity for the child and return the information to the Parent.

    Childflow2 - 3 things to know to Run a Child Flow!Child Flow to Create the Lead Record and return the information on the record.

    After the Child flow is created now we can create the Parent and Run the Child Flow. This is where I encounter another stoping block How that I find the functionality to run the Child Flow? Well, I will tell you!  

    FINDING RUN A CHILD FLOW - 3 things to know to Run a Child Flow!

    Add a new Action on the flow and select the Build-in actions when selected then click on the Flow icon and that will give you the only action to Run a Child Flow.

    RUN A CHILD FLOW - 3 things to know to Run a Child Flow!

    The final parent flow is just only 3 steps in my scenario and then we can see that I create a button flow to run at any time, then run the Child flow, and finally sent a mobile notification. a simple and easy test

    PARENTFLOW1 - 3 things to know to Run a Child Flow!

    Hope this will help you create your own implementation and scenarios for Running Child Flows!

  • 相关阅读:
    SQL Server数据库读写分离提高并发性
    静态方法与实例化方法区别
    消息队列MQ对比
    【Python】socket模块应用
    【Matplotlib】利用Python进行绘图
    【Git】简单使用
    【HTTPS】自签CA证书 && nginx配置https服务
    【HTTP】 认证和单点登录 【瞎写的…】
    【Linux】防火墙与CentOS中的iptables
    【Ansible】的python api
  • 原文地址:https://www.cnblogs.com/lingdanglfw/p/15802545.html
Copyright © 2011-2022 走看看