Genpact Cora Knowledge Center

Support

New Articles

  1. Add an Attachment to a Form

    Use the API to add an attachment to a table query of a Form Activity.
  2. Start a Runtime Engine Instance

    Running as Separate Application This example shows how to start a runtime engine instance when it is running as a separate application. WorkflowRuntime runtime = null; try { runtime = new WorkflowRuntime(); runtime.Run (typeof(Workflo...
  3. Retrieve a User Inbox

    Use the API to retrieve a Flowtime user's inbox (view).
  4. Flowtime Comments

    Get Comments var comments = executor.CommentsView; Add Comments using System; using System.Collections.Generic; using System.Linq; using System.Text; using PNMsoft.Sequence; using PNMsoft.Sequence.Runtime; using PNMsoft.Sequence.Securit...
  5. Extend Expressions using the API

    To extend expressions functionality, you must write a .NET class.
  6. Import a Workflow

    Use the API to import a dynamic workflow.
  7. Authenticate Users

    Use the API to authenticate users with Windows authentication or user name and password authentication.
  8. Integrate Flowtime Controls into ASP.NET Applications

    How to integrate Flowtime visual components with an independent ASP.NET Web application, leveraging Cora SeQuence Web User Controls.
  9. API Training Videos

    How to work with Cora SeQuence API. Getting started, setup, and examples of performing basic tasks.
  10. Cora SeQuence and ASP.NET Applications

    How to integrate Flowtime workflow and task execution with an independent ASP.NET Web application, leveraging the Cora SeQuence .NET API.