Split Work Item BIC - EnterWorks_Process_Exchange_(EPX) - 10.5

EnterWorks Process Exchange (EPX)

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks
Precisely EnterWorks
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Version
10.5
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks Process Exchange (EPX)
Copyright
2023
First publish date
2007
Last updated
2024-01-18
Published on
2024-01-18T18:45:39.198479

Splits a work item with multiple item references to separate work items with the same properties. This should be used for workflows that only support single work items but may have been initiated with either multiple records selected or with a saved set selected.

Inputs

  • userLogin - Login name of the user under which to create the split work items (e.g., %initiatedUser%)
  • repositoryName - Name of repository containing items
  • id - Comma-delimited list of internal record IDs of the records in workflow that need to be split into separate work items. If only a single ID is present, then this activity does nothing and sends the work item to the next activity. Must be set if savedSetId or savedSetName is not defined.
  • savedSetId - ID of saved set containing the records to be split. Must be set if id or savedSetName is not defined.
  • savedSetName - Name of saved set containing the records to be split. Must be set if id or savedSetId is not defined.
  • idName - Name of the property containing the comma-delimited list of internal record IDs. This should be the same as the id property value without the percent signs. The same name must be specified as the output parameter itemIds below.
  • activityName - Name of the starting point activity in which the split work item(s) should be created

Outputs

  • itemIds - Name of the property containing the delimited list of IDs. This should be the same as value of the input parameter idName above.
  • isSplit - Work item was split if true and false if no need to split.