REST API
Submit a plan
POST /alterations/submit HTTP/1.1
Host: localhost:5001
{
"alterations": [
{
"type": "ModifyVariable",
"variableId": "83fde420b5794bc39a0a7db725405511",
"value": "Hello world!"
},
{
"type": "Migrate",
"targetVersion": 9
},
{
"type": "ScheduleActivity",
"activityId": "mY1rb4GRjkW3urm8dcNSog"
}
],
"filter": {
"workflowInstanceIds": [
"88ce68d00e824c78a53af04f16d276ea"
]
}
}Dry-run a filter
Get plan and job status
Last updated