-
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...
-
Use the API to retrieve a Flowtime user's inbox (view).
-
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...
-
To extend expressions functionality, you must write a .NET class.
-
Use the API to import a dynamic workflow.
-
Use the API to authenticate users with Windows authentication or user name and password authentication.
-
How to integrate Flowtime visual components with an independent ASP.NET Web application, leveraging Cora SeQuence Web User Controls.
-
How to work with Cora SeQuence API. Getting started, setup, and examples of performing basic tasks.
-
How to integrate Flowtime workflow and task execution with an independent ASP.NET Web application, leveraging the Cora SeQuence .NET API.
-
Developers can use this information to establish authentication and impersonation with Cora SeQuence via external systems, in order to invoke Cora SeQuence API functions.