---++ POST /api/entities/submitAndSchedule/:entity-type?skipDryRun=false
* Description
* Parameters
* Results
* Examples
---++ Description
Submits and schedules an entity.
---++ Parameters
* :entity-type can either be a feed or a process.
* skipDryRun : Optional query param, Falcon skips oozie dryrun when value is set to true.
---++ Results
Result of the submit and schedule command.
---++ Examples
---+++ Rest Call
POST http://localhost:15000/api/entities/submitAndSchedule/process
1FIFOhours(1)
---+++ Result
{
"requestId": "schedule\/default\/b5b40931-175b-4b15-8f2b-02ef2e66f06b\n\nsubmit\/default\/b5b40931-175b-4b15-8f2b-02ef2e66f06b\n\n",
"message": "schedule\/default\/SampleProcess(process) scheduled successfully\n\nsubmit\/default\/Submit successful (process) SampleProcess\n\n",
"status": "SUCCEEDED"
}