Execute Task

post

/v1/tasksByName/{taskName}/jobs

Request

Supported Media Types
Path Parameters
Body ()
Parameters for Task generation or execution
Root Schema : TaskExecuteRequest
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : Job
Type: object
Show Source
Nested Schema : actionRefs
Type: array
Show Source
Nested Schema : actions
Type: array
Show Source
Nested Schema : ReferenceJobDefinition
Type: object
Show Source
Nested Schema : ZonedDateTime
Type: object
Show Source
Nested Schema : jobProperties
Type: object
Additional Properties Allowed
Show Source
The properties used to bind with actions
Nested Schema : ReferenceTaskConfig
Type: object
Show Source
Nested Schema : Reference
Type: object
Show Source
Nested Schema : Number
Type: object
Nested Schema : Action
Type: object
A DIPC Job Action
Show Source
Nested Schema : DependencyConfig
Type: object
Show Source
Nested Schema : inputParams
Type: object
Additional Properties Allowed
Show Source
Input parameters for this Action
Nested Schema : ReferenceJob
Type: object
Show Source
Nested Schema : outputParams
Type: object
Additional Properties Allowed
Show Source
Output parameters from this Action
Nested Schema : dependencies
Type: array
Show Source
Nested Schema : DependencyElement
Type: object
Show Source
Nested Schema : Chronology
Type: object
Show Source
Nested Schema : ZoneOffset
Type: object
Show Source
Nested Schema : ZoneId
Type: object
Show Source
Nested Schema : ZoneRules
Type: object
Show Source
Nested Schema : transitionRules
Type: array
Show Source
Nested Schema : transitions
Type: array
Show Source
Nested Schema : ZoneOffsetTransitionRule
Type: object
Show Source
Nested Schema : LocalTime
Type: object
Show Source
Nested Schema : ZoneOffsetTransition
Type: object
Show Source
Nested Schema : Duration
Type: object
Show Source
Nested Schema : Instant
Type: object
Show Source
Nested Schema : units
Type: array
Show Source
Nested Schema : TemporalUnit
Type: object
Show Source

202 Response

Task submitted for execution
Body ()
Root Schema : JobExecutionInfo
Type: object
Show Source
Nested Schema : ZonedDateTime
Type: object
Show Source
Nested Schema : Chronology
Type: object
Show Source
Nested Schema : ZoneOffset
Type: object
Show Source
Nested Schema : ZoneId
Type: object
Show Source
Nested Schema : ZoneRules
Type: object
Show Source
Nested Schema : transitionRules
Type: array
Show Source
Nested Schema : transitions
Type: array
Show Source
Nested Schema : ZoneOffsetTransitionRule
Type: object
Show Source
Nested Schema : LocalTime
Type: object
Show Source
Nested Schema : ZoneOffsetTransition
Type: object
Show Source
Nested Schema : Duration
Type: object
Show Source
Nested Schema : Instant
Type: object
Show Source
Nested Schema : units
Type: array
Show Source
Nested Schema : TemporalUnit
Type: object
Show Source

400 Response

Task already has a running Job or is invalid.

404 Response

Task with given name was not found or Task name was invalid

500 Response

Error occurred while processing request. Check server logs.
Back to Top