简体   繁体   English

HP OO输入和REST API

[英]HP OO inputs and REST API

i'm working on HP Operations orchestration software for automating flows. 我正在使用HP Operations业务流程软件来实现流程自动化。 I need to resume a flow by passing inputs to steps. 我需要通过将输入传递到步骤来恢复流程。 the json body used is like above : 所使用的json主体与上面类似:

{

"action":"RESUME", "data":{ “操作”:“恢复”,“数据”:{

"branchId" : null, “ branchId”:null,

"input_binding" : { “ input_binding”:{

 "identityEndpoint":"http://192.1.1.184:5000" ,

  "authToken" : "gAAAAABZAhe7nhuzcq2JXftYv1Ta181Dm6Bfa2UsfCXVuqVppPc-xkUGJ-SjcqoYvntDO25gqW7qitsZpuLVjJ9-4ItaaaPDpoaX_Ys53KGZ8ZB_GL2Y8hvnZ8iAsudj0uO464H2wX5G3k-fgZSOfqwqGbK1sSS9zSHN1Ci9yirHLX6AmnuNJL8" ,
  "userName" : "gara" }

} } }}

But still doesn't work. 但是仍然不起作用。 Any help please? 有什么帮助吗?

I know you might have got the answer already, but, did you use, "Prompt User" for that specific component when defining. 我知道您可能已经找到答案了,但是在定义时是否使用了“提示用户”作为特定组件。 It takes a default value, when the user doesn't enter any information on the popup text field. 当用户未在弹出文本字段中输入任何信息时,它将采用默认值。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM