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

Stardust/Knowledge Base/API/ExamplesofAPIUsage/CompleteAnActivity

< Stardust‎ | Knowledge Base
Revision as of 14:53, 17 November 2011 by Vikram.kodak.sungard.com (Talk | contribs) (New page: == Complete an Activity == ==== Purpose<br> ==== Completing an activity consists of four steps: *Get the activity from the process instance *Get the in data from the activity instance...)

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

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