Exploring Different Approaches to Running Flows

Are there multiple methods for running flows? If yes, how?

Hello @anusha.venkatachalam, we provide support for various types of flow execution. The available options include:

  1. Initiating execution by selecting the run icon found within the flow’s configuration screen:
    Subscribed flows -> Run configuration -> Run icon

  2. Scheduling the flow to start at a specified time:
    Subscribed flows -> Run configuration -> Schedule -> Time Schedule -> designated time

  3. Establishing a trigger that activates the flow, such as upon reloading or republishing a specific dataset:
    Subscribed flows -> Run configuration -> Schedule -> Event Trigger -> Triggering event

  4. Executing the flow from a notebook by importing the taskLibrary from conversight:
    FlowLibrary().LibraryName.Flowname.run()

2 Likes