---++ POST /api/entities/submitAndSchedule/:entity-type * 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. * doAs allows the current user to impersonate the user passed in doAs when interacting with the Falcon system. ---++ Results Result of the submit and schedule command. ---++ Examples ---+++ Rest Call POST http://localhost:15000/api/entities/submitAndSchedule/process?skipDryRun=false&doAs=joe 1 FIFO hours(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" }