Hi there, here is an example of my scenario
Let’s assume that I have an instance at Call Activity. What I’m trying to move the instance to Complete skipping ST1, ST2 and ST3. I think I can achieve that with Migration Rest Calls. If so, how? If there is another option to do this, can you guys give me some tips?
Thanks in advance!
Edit1: I couldnt get success with Migration API. Here is error I got.
{
"type": "MigrationPlanValidationException",
"message": "ENGINE-23001 Migration plan for process definition 'order1:4:274af5a9-ddd4-11e9-8800-c0b6f9ad3743' to 'order1:4:274af5a9-ddd4-11e9-8800-c0b6f9ad3743' is not valid:\n\t Migration instruction MigrationInstructionImpl{sourceActivityId='Task_1syz8ax', targetActivityId='order_complete', updateEventTrigger='false'} is not valid:\n\t\tActivities have incompatible types (CallActivityBehavior is not compatible with NoneEndEventActivityBehavior)\n",
"validationReport": {
"instructionReports": [
{
"instruction": {
"sourceActivityIds": [
"Task_1syz8ax"
],
"targetActivityIds": [
"order_complete"
],
"updateEventTrigger": false
},
"failures": [
"Activities have incompatible types (CallActivityBehavior is not compatible with NoneEndEventActivityBehavior)"
]
}
]
}
}