Integrate a Circuit into a Circuit | Online help | Qntrl | Circuit

Circuit

Circuit enables you to create automated workflows for IT and business by organizing a sequence of tasks.. In certain cases, a process might include complex sub-processes that can be constructed as separate standalone circuits. These circuits can be activated from your primary circuit when required.
 
Prerequisite
Create a circuit with required states by giving relevant field details. Click here to learn how to create a circuit.

Example Use Case:
In employee onboarding, the circuit state can be applied in two situations:
  1. One case is to create a distinct circuit for the asset allocation process. This circuit can be nested within the circuit designed for New Employee Onboarding in one of the Parallel states. By utilizing the circuit state, this Asset Allocation circuit can be invoked to facilitate employee provisioning.
  2. Similarly, when onboarding multiple employees, a batch process can be initiated where multiple New Employee Onboarding circuits are invoked in groups. Within each circuit, the Asset Allocation circuit can be invoked again.

Builder View

In Builder Viewto integrate a circuit into a circuit:
  1. Drag and drop the Circuit state from the left pane into your circuit or click the required circuit state in your circuit.
  2. Under Configuration, update the common state field attributes.
  3. Type Circuit is selected by default. Select the Circuit Name to be added to the circuit from the drop-down list.
  4. Specify the Error Handling options for the state. To learn more about Error Handling, click here.   
  5. Under the Input / Output section on the right pane, define the required paths. To learn more about I/O paths, click here. 

      
  1. Click Save and Execute.

  2. Specify the test data as Input JSON for your test run, then click Next.

  3. Name your test run by providing a unique name for this execution. Click Run.

  4. Check for the data received from the circuit.

  5. Modify your circuit settings if failure or data mismatch is encountered.

  6. Repeat this test until you get the required result using your circuit.

Code View

In Code View, the JSON to configure the circuit state is given below:

 

"Asset Allocation": {
     "type": "circuit",
     "next": "End",  
     "circuit_id": "employee_asset_allocation_30",
     "on_error": [
     {
         "error_type": "execution_failure",
         "retry": {
                "delay": 5,
                "attempt": 3,              
                "step_delay": 2
         }
     }
     ]
}




Next : Task Engine state

      Create. Review. Publish.

      Write, edit, collaborate on, and publish documents to different content management platforms.

      Get Started Now


        Access your files securely from anywhere

          Zoho CRM Training Programs

          Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

          Zoho CRM Training
            Redefine the way you work
            with Zoho Workplace

              Zoho DataPrep Personalized Demo

              If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

              Zoho CRM Training

                Create, share, and deliver

                beautiful slides from anywhere.

                Get Started Now


                  Zoho Sign now offers specialized one-on-one training for both administrators and developers.

                  BOOK A SESSION







                              Quick LinksWorkflow AutomationData Collection
                              Web FormsEnterpriseOnline Data Collection Tool
                              Embeddable FormsBankingBegin Data Collection
                              Interactive FormsWorkplaceData Collection App
                              CRM FormsCustomer ServiceAccessible Forms
                              Digital FormsMarketingForms for Small Business
                              HTML FormsEducationForms for Enterprise
                              Contact FormsE-commerceForms for any business
                              Lead Generation FormsHealthcareForms for Startups
                              Wordpress FormsCustomer onboardingForms for Small Business
                              No Code FormsConstructionRSVP tool for holidays
                              Free FormsTravelFeatures for Order Forms
                              Prefill FormsNon-Profit
                              Intake FormsLegalMobile App
                              Form DesignerHRMobile Forms
                              Card FormsFoodOffline Forms
                              Assign FormsPhotographyMobile Forms Features
                              Translate FormsReal EstateKiosk in Mobile Forms
                              Electronic Forms
                              Drag & drop form builder

                              Notification Emails for FormsAlternativesSecurity & Compliance
                              Holiday FormsGoogle Forms alternative GDPR
                              Form to PDFJotform alternativeHIPAA Forms
                              Email FormsEncrypted Forms

                              Secure Forms

                              WCAG

                                      Create. Review. Publish.

                                      Write, edit, collaborate on, and publish documents to different content management platforms.

                                      Get Started Now






                                                        You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                            Manage your brands on social media

                                                              Use cases

                                                              Make the most of Zoho Desk with the use cases.

                                                               
                                                                

                                                              eBooks

                                                              Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho Desk.

                                                               
                                                                

                                                              Videos

                                                              Watch comprehensive videos on features and other important topics that will help you master Zoho Desk.

                                                               
                                                                

                                                              Webinar

                                                              Sign up for our webinars and learn the Zoho Desk basics, from customization to automation and more

                                                               
                                                                
                                                              • Desk Community Learning Series


                                                              • Meetups


                                                              • Ask the Experts


                                                              • Kbase


                                                              • Resources


                                                              • Glossary


                                                              • Desk Marketplace


                                                              • MVP Corner

                                                                Zoho Sheet Resources

                                                                 

                                                                    Zoho Forms Resources


                                                                      Secure your business
                                                                      communication with Zoho Mail


                                                                      Mail on the move with
                                                                      Zoho Mail mobile application

                                                                        Stay on top of your schedule
                                                                        at all times


                                                                        Carry your calendar with you
                                                                        Anytime, anywhere




                                                                              Zoho Sign Resources

                                                                                Sign, Paperless!

                                                                                Sign and send business documents on the go!

                                                                                Get Started Now




                                                                                        Zoho TeamInbox Resources





                                                                                                  Zoho DataPrep Demo

                                                                                                  Get a personalized demo or POC

                                                                                                  REGISTER NOW


                                                                                                    Design. Discuss. Deliver.

                                                                                                    Create visually engaging stories with Zoho Show.

                                                                                                    Get Started Now









                                                                                                                        • Related Articles

                                                                                                                        • Other actions in Circuit

                                                                                                                          To manage and organize circuits in your account, hover near the name of the circuit in the Circuits list view page and click , mouse over action menu next to the name. You have options to Rename, Preview, or Delete your circuit from here. Rename: ...
                                                                                                                        • Test/Execute a Circuit

                                                                                                                          Once you configured your circuit: You have options to either Save the Circuit or to Save and Execute the circuit. When you choose Save and Execute, a pop-up will appear with predefined JSON input. If required, you can edit the JSON input with the ...
                                                                                                                        • Features of Circuit

                                                                                                                          Configure with or without code Circuit provides a platform to build workflow orchestrations with or without code. You can either visually design the Circuit schematics by dragging and dropping its elements in Builder View, or build its JSON code in ...
                                                                                                                        • Create and configure a Circuit

                                                                                                                          Create a Circuit Log in to Qntrl. Navigate to (settings) >> Automation >> select Circuit. Click Add New Circuit. Alternatively, you can also select New Circuit at the top-right corner of the home page. Specify a unique Name and add a Description for ...
                                                                                                                        • Introduction to States of Circuit

                                                                                                                          States are the building blocks of a circuit that can perform tasks, make decisions, or simply pass the output from one state to another. The state defines a specific task or process that has to be executed in that segment of the circuit. Circuit ...
                                                                                                                          Wherever you are is as good as
                                                                                                                          your workplace

                                                                                                                            Resources

                                                                                                                            Videos

                                                                                                                            Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                            eBooks

                                                                                                                            Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                            Webinars

                                                                                                                            Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                            CRM Tips

                                                                                                                            Make the most of Zoho CRM with these useful tips.



                                                                                                                              Zoho Show Resources