Genpact Cora Knowledge Center

Support

Flowtime

Articles

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...
Retrieve a User Inbox
Use the API to retrieve a Flowtime user's inbox (view).
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...