...
If the condition
HighestEmploymentDate
was utilized in any of the workflows, employments that were marked as deleted still contributed to the calculation.The activity
GetDiVor
used the wrong HTTP method to load the data resulting in an error.The
ValidFrom
andValidTo
date times of theCreateCoreIdentityEmploymentWorkflowInput
and theAfterUpdate
event of a ressource assignment where passed in local time to the workflows and the CoreOne Workflow Enginee assumed it’s UTC. Both dates are now passed in UTC to the workflows.