Gets a workflow instance
get
https://{host}:{port}/{basePath}/WorkFlow/workflowGetInstance
Gets a workflow instance
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 : WorkFlow
Type:
object
An WorkFlow object represents an instance of a workflow.
Show Source
-
arguments: string
Maximum Length:
64
-
completionCode: string
Maximum Length:
64
-
completionMessage: string
Maximum Length:
64
-
completionTimeMillis: integer
-
creationTimestampMillis: integer
-
domainId: string
Maximum Length:
64
-
faultIds: array
faultIds
-
finalState: string
Maximum Length:
64
-
majorVersion: integer
-
minorVersion: integer
-
name: string
Maximum Length:
64
-
status: string
Maximum Length:
64
-
surrogateKey: string
Maximum Length:
64
-
surrogateKeyScope: string
Maximum Length:
64
-
tag: string
Maximum Length:
64
-
wfid: string
Maximum Length:
64
Nested Schema : faultIds
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.