Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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/CompleteAnActivity"

Line 12: Line 12:
 
*Call the API with the out data to complete the activity instance. <br>
 
*Call the API with the out data to complete the activity instance. <br>
  
==== Requirements<br> ====
+
==== Requirements  ====
  
You need a [[STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/StartProcess|Process Instance]], [[STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/Initialization|Initialized services]] and the id of the in data mappings:  
+
You need a [[STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/StartProcess|Process Instance]], [[STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/Initialization|Initialized services]] and the id of the in data mappings:
 
+
<br>
+
  
 
==== <br><br><br> ====
 
==== <br><br><br> ====
  
 
<br>
 
<br>

Revision as of 14:55, 17 November 2011

Complete an Activity

Purpose

Completing an activity consists of four steps:

  • Get the activity from the process instance
  • Get the in data from the activity instance
  • Calculate the out data for the activity instance
  • Call the API with the out data to complete the activity instance.

Requirements

You need a Process Instance, Initialized services and the id of the in data mappings:





Back to the top