Skip to content

Commit

Permalink
Merge pull request #481 from orkes-io/manan164-patch-2
Browse files Browse the repository at this point in the history
Update update-task-status-in-workflow.md
  • Loading branch information
RizaFarheen committed Jun 30, 2023
2 parents 9de2930 + 9d0f4f4 commit b122fd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ POST /tasks/{workflowId}/{taskRefName}/{status}
<TabItem value="Java" label="Java">

```java
String OrkesTaskClient.updateTask1(Map<String, Object> body, String workflowId, String taskRefName, String status) throws ApiException
String OrkesTaskClient.updateTaskByRefName(Map<String, Object> output, String workflowId, String taskRefName, String status) throws ApiException
```

</TabItem>
Expand Down

0 comments on commit b122fd7

Please sign in to comment.