Suspend a workflow process by entity instance ID

put/processes/entityName/{entityName}/entityInstanceId/{entityInstanceId}/suspended

Suspends a workflow process by entity instance ID.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
entityInstanceId
string
true

The instance ID of the entity.

entityName
string
true

The name of the entity.

Responses

StatusMeaningDescription
204No Content

The operation was successful.

400Bad Request

The request was invalid.

Schema
404Not Found

No entity instance ID exists at the requested path.

Schema