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 16: Line 16:
 
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:  
  
==== [[Image:Stardust_CompleteAc_InDataID.png|360x225px|Stardust Complete Activity In Data Mapping]]<br><br><br> ====
+
==== [[Image:Stardust CompleteAc InDataID.png|360x225px|Stardust Complete Activity In Data Mapping]]  ====
  
<br>
+
And out data mappings of the activity you want to complete:
 +
 
 +
[[Image:Stardust_CompleteAc_OutDataID.png|350x200px|Stardust Complete Activity Out Data Mapping]]<br>

Revision as of 15:09, 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:

Stardust Complete Activity In Data Mapping

And out data mappings of the activity you want to complete:

Stardust Complete Activity Out Data Mapping

Back to the top