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

Difference between revisions of "Stardust/Knowledge Base/API/ExamplesofAPIUsage/StartProcess"

(Requirements)
Line 7: Line 7:
 
==== Requirements<br>  ====
 
==== Requirements<br>  ====
  
You need an [[STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/Initialization|initialized workflow]] service and the id of the process definition you want to start.  
+
You need an [[STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/Initialization|initialized workflow]] service and the id of the process definition you want to start. [[STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/CompleteAPIExample|Reference Model.]]<br>
  
 
<br>
 
<br>

Revision as of 05:12, 17 November 2011

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. Reference Model.


Back to the top