{{"Task Name:~任务名称:" | lang}} {{task["name"]}}
{{"Operations (Please close this window and select 'Design Task' button if you want to modify task with a browser)~操作(如要带浏览器修改任务流程请关闭此窗口并选择设计任务)" | lang}}
{{"Modify Task~修改任务" | lang}} {{"Execute Task~执行任务" | lang}}
{{"Input Parameters~输入参数" | lang}}
ID | {{"Parameter Name~参数名称" | lang}} | {{"Invoke Name~调用名称" | lang}} | {{"Parameter Type~参数类型" | lang}} | {{"Example Value~示例值" | lang}} | {{"Parameter Description~参数描述" | lang}} |
---|---|---|---|---|---|
{{i}} | {{task.inputParameters[i-1]["nodeName"]}} | {{task.inputParameters[i-1]["name"]}} | {{task.inputParameters[i-1]["type"]}} | {{task.inputParameters[i-1]["exampleValue"]}} | {{task.inputParameters[i-1]["desc"]}} |
{{"Empty~无" | lang}} | {{"Empty~无" | lang}} | {{"Empty~无" | lang}} | {{"Empty~无" | lang}} | {{"Empty~无" | lang}} | {{"Empty~无" | lang}} |
{{"Output Parameters~输出参数" | lang}}
ID | {{"Parameter Name~参数名称" | lang}} | {{"Parameter Type~参数类型" | lang}} | {{"Example Value~示例值" | lang}} | {{"Parameter Description~参数描述" | lang}} | {{"Record as a field~作为字段保存" | lang}} |
---|---|---|---|---|---|
{{i}} | {{task.outputParameters[i-1]["name"]}} | {{task.outputParameters[i-1]["type"]}} | {{task.outputParameters[i-1]["exampleValue"]}} | {{task.outputParameters[i-1]["desc"]}} | {{task.outputParameters[i-1]["recordASField"] == 1? "Yes~是": "No~否" | lang}} |
{{"Empty~无" | lang}} | {{"Empty~无" | lang}} | {{"Empty~无" | lang}} | {{"Empty~无" | lang}} | {{"Empty~无" | lang}} | {{"Empty~无" | lang}} |