POST api/Workflows
Request Information
URI Parameters
None.
Body Parameters
Workflow| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Status | string |
None. |
|
| DefinitionId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| FriendlyUrl | string |
None. |
|
| ActivatedById | globally unique identifier |
None. |
|
| ActivatedTime | date |
None. |
|
| ArchivedById | globally unique identifier |
None. |
|
| ArchivedTime | date |
None. |
|
| LastModified | date |
None. |
|
| IsArchived | boolean |
None. |
|
| RetrieveDataOnInstantiation | boolean |
None. |
|
| ShowCancelButton | boolean |
None. |
|
| CheckApplicationType | boolean |
None. |
|
| CompleteOnlyOnce | boolean |
None. |
|
| ApplicableFrom | date |
None. |
|
| ApplicableTo | date |
None. |
|
| ExpiryDate | date |
None. |
|
| Steps | Collection of WorkflowStep |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.