Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Stardust/Knowledge Base/API/ExamplesofAPIUsage/StartProcess

< Stardust‎ | Knowledge Base
Revision as of 04:09, 17 November 2011 by Unnamed Poltroon (Talk) (New page: == Start a Process == ==== Purpose<br> ==== Creating and starting a process instance is quite easy via the API. Each process instance will process its activity instances until it has to...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Start a Process

Purpose

Creating and starting a process instance is quite easy via the API. Each process instance will process its activity instances until it has to wait on an external event like a JMS response, a mail or a user interaction.

Requirements

You need an initialized workflow service and the id of the process definition you want to start.


Back to the top