我有一个需求,我需要为我的应用程序中的一个功能生成一系列步骤。
步骤就像,流程从步骤1开始,下一步是步骤2,任何步骤甚至可以分为多个步骤。
请问任何人可以在我的AngularJS应用程序中为我提供建议。
可以在下面找到期望的JSON。
{
“ id”:“ 5d08e0037fa78504fa2cbc59”,
“ profileId”:“保存文件”,
“ description”:“保存文件”,
“脚步” : [ {
“ taskType”:“ readFromEmail”,
“ taskDescription”:null,
“ sequenceId”:1
},{
“ taskType”:“ storeInSmartStore”,
“ taskDescription”:null,
“ sequenceId”:2
},{
“ taskType”:“ sendToOCR”,
“ taskDescription”:null,
“ sequenceId”:3
},{
“ taskType”:“识别器”,
“ taskDescription”:null,
“ sequenceId”:4
},{
“ taskType”:“ storeInLibrary”,
“ taskDescription”:null,
“ sequenceId”:5
}]
}