Gets the details of a workflow definition.
get
https://{host}:{port}/{basePath}/WorkFlow/workflowGetDefinition
Gets the details of a workflow definition.
Request
Query Parameters
Header Parameters
-
Auth-Token(required): string
Auth-Token received from a successful login response.
-
opc-request-id: string
Unique identifier for the request
There's no request body for this operation.
Security
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Root Schema : WorkflowDefinition
Type:
object
The definition of a workflow
Show Source
-
approxMaxConcurrentWorkflows: integer
-
approxMaximumFinallyRunTimeSeconds: integer
-
approxMaximumRunTimeSeconds: integer
-
approxStartTimeoutSeconds: integer
-
catchStepDefinition: Step
-
description(required): string
Maximum Length:
1000
-
domainId: string
Maximum Length:
64
-
faultIds: array
faultIds
-
finallyStep: string
Maximum Length:
64
-
firstStep: string
Maximum Length:
64
-
generation: integer
-
majorVersion: integer
-
minorVersion: integer
-
name(required): string
Maximum Length:
256
-
pollingMode: string
Maximum Length:
64
-
status: string
Maximum Length:
64
-
steps: array
steps
-
workflowName: string
Maximum Length:
64
-
workState: string
Nested Schema : faultIds
Type:
array
Nested Schema : steps
Type:
array
400 Response
Bad request
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
401 Response
Unauthorized
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
404 Response
Not Found
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
500 Response
Internal Server Error
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
Default Response
An error has occurred
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.