actionResponseFilePath method

String actionResponseFilePath(
  1. Execute execute,
  2. String actionId
)

请求Action的返回内容文件

Implementation

String actionResponseFilePath(Execute execute, String actionId) =>
    join(executeDir, "${execute.id}", actionId, 'response.json');