...
New workflow entry point: Resource assignment created https://itsense.atlassian.net/wiki/spaces/IKB/pages/2107998243/Resource+Type+Workflows#Resource-Assignment-Created---AfterCreate
New workflow entry point: Resource assignment updated https://itsense.atlassian.net/wiki/spaces/IKB/pages/2107998243/Resource+Type+Workflows#Resource-Assignment-Changed---AfterUpdate
New workflow entry point: Resource assignment deallocate https://itsense.atlassian.net/wiki/spaces/IKB/pages/2107998243/Resource+Type+Workflows#Resource-Assignment-Deallocate---Before-Deleted
CoreOne Legacy Workflows
Breaking change: In the
Difference
object, mostly used in “changed” workflows, there was an added.Value
string for changes done on properties that are links to other objects.
For example: If there's a change on theOrganizationUnit
in anEmployment
object, the following property name was sent in theDifference
object:OrganizationUnitId
. This was changed toOrganizationUnitId.Value
. Old workflows have to be adjusted to this new format.