iCPS activities overview
Activities
| Icon | Activity | Description |
|---|---|---|
| Add Cross Reference Value | Adds a definition of a value to a Cross reference. | |
| Add Node Relation | Adds relations to an iCore Node. | |
| Add Partner | Adds a Partner. | |
| Add Partner Attributes To Partner | Adds Partner attribute groups to a Partner. Use Set Partner Attribute Value to assign actual values to attributes in groups. | |
| Add Setting | Adds a new Setting to the local iCore system. | |
| Add Setting Attributes To Setting | Adds Setting attribute groups to a Setting. Use Set Setting Attribute Value to assign actual values to attributes in groups. | |
| Cancellable Scope | Cancellable scope activity is a container activity providing response to a system shutdown. | |
| Clean-up Tracking | Deletes tracking entities (Events, Jobs, Log Entries, and Nodes) based on date of modification. | |
| Clean-up Audit Log | Deletes Audit log entries based on date of creation. | |
| Copy Partner | Copies an existing Partner in the system. | |
| Copy Setting | Adds a new Setting by making a copy of an existing Setting, template. Setting attribute groups are copied from the template Setting. Optionally, also attribute values are copied. | |
| Create Cross Reference Table | Creates a Cross reference table. | |
| Create Event | Creates a system defined iCore Event. | |
| Create Node | Creates a Node. | |
| Delete Cross Reference Table | Deletes a Cross reference table. | |
| Delete Cross Reference Value | Deletes a Cross reference value. | |
| Delete Partner | Deletes a Partner. | |
| Delete Setting | Deletes a setting specified by its entity ID. | |
| Execute Adapterflow Definition | Executes an Adapterflow definition directly. | |
| Execute Script Definition | Executes a Script definition directly. | |
| Execute Web API | Executes a Web API. | |
| Get Entity From Key | Returns an entity instance based on an entity typed key. If entity not found activity throws an EntityNotFoundException. | |
| Get Executing Job | Gets the currently executing iCore Job for Workflow instance. | |
| Get Filtered Entities | Executes an entity filter and returns the result as an IEnumerable of IEntity. | |
| Get Filtered Keys | Executes an entity filter and returns the result as an IEnumerable of IEntityKey. | |
| Get Next Counter Value | Gets the next value from a Counter. | |
| Get Node Attribute List | Returns an dictionary containing a selection of name/value pairs of Node attributes on a single Node. | |
| Get Partner Attribute Group Values | Fetches all attribute vales from one Attribute group into a IDictionary<String,Object> where the key is the Attribute name and the value is the Attribute value. Any changes in the returned dictionary will not be reflected to the values in the Partner instance the values were retrieved from. | |
| Get Partner Attribute Value | Fetches a single Partner Attribute value of a Partner. | |
| Get Partner By Identity | Gets a single Partner entity instance by a string Partner identity value. | |
| Get Setting By Identity | Gets a single setting entity instance by a string Setting identity value. | |
| Get Setting Attribute Value | Fetches a single Setting Attribute value of a Setting. | |
| Get Setting Attribute Group Values | Fetches all attribute values from one Attribute group into a IDictionary<String,Object> where the key is the Attribute name and the value is the Attribute value. Any changes in the returned dictionary will not be reflected to the values in the Setting instance the values were retrieved from. | |
| Lookup Cross Reference Value | Looks up values from a Cross reference table given the keys for a row. | |
| Re-run Job | Re-runs a Job. | |
| Set Node Attributes From List | Adds Node attributes from a list to a Node. | |
| Set Partner Attribute Value | Sets the value of a single Partner Attribute of a Partner. | |
| Set Setting Attribute Value | Sets a single Setting Attribute value of a Setting. | |
| Spawn Workflow | Spawns a system defined Workflow for execution. The Workflow that contains the Spawn Workflow activity will not finish until the spawned Workflow has finished. | |
| Tracking Scope | Creates a new Tracking scope. | |
| Update Cross Reference Value | Updates the value of a Cross reference. | |
| Wait For Spawned Workflows | Wait for one or more specific or all spawned Workflow instances to complete. | |
| Write To Log | Writes a string to the specified log (iCore and/or system). |