POST api/Workflows
Request Information
URI Parameters
None.
Body Parameters
WorkflowName | 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:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.