Description Usage Arguments Value Slots Author(s)
Constructor for Activity
1 | Activity()
|
properties |
list(name="an activity", description="my description", used=list(e1, e2, ...), executed=list(e3, e4, ...)) where each of e1, e2, ... can be either a SynapseEntity, an entity ID ("syn1234"), or a URL. |
The created Activity is returned.
propertiesSynapse properties for an Activity object. Properties of interest include:
idunique Synapse ID as set by the system upon synStore (not set by user)
nameuser supplied name for the Activity
descriptionuser supplied description of the Activity
usedCombination of 'used' and 'executed' arguments which makes up the upstream objects used by this Activity
Bruce Hoff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.