Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Update startworkflow.md
Browse files Browse the repository at this point in the history
If ownerEmail is not included, the request will fail as shown below.

{
    "status": 400,
    "message": "Validation failed, check below errors for detail.",
    "retryable": false,
    "validationErrors": [
        {
            "path": "startWorkflow.arg0.workflowDef.ownerEmail",
            "message": "ownerEmail cannot be empty"
        }
    ]
}
  • Loading branch information
breadkingdom committed Mar 10, 2020
1 parent 5379d63 commit 27231c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/gettingstarted/startworkflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Send a `POST` request to `/workflow` with payload like:
"name": "my_adhoc_unregistered_workflow",
"workflowDef": {
"ownerApp": "my_owner_app",
"ownerEmail": "my_owner_email@test.com",
"createdBy": "my_username",
"name": "my_adhoc_unregistered_workflow",
"description": "Test Workflow setup",
Expand Down

0 comments on commit 27231c0

Please sign in to comment.