Method | Description | |
---|---|---|
Execute ( |
Executes the specified workflow.
|
|
GetDefinedValueId ( string value, System.Guid definedTypeGuid, |
Gets the defined value identifier.
|
public Execute ( |
||
rockContext | The rock context. | |
action | WorkflowAction | The action. |
entity | Object | The entity. |
errorMessages | List |
The error messages. |
return | bool |
public GetDefinedValueId ( string value, System.Guid definedTypeGuid, |
||
value | string | The value. |
definedTypeGuid | System.Guid | The defined type unique identifier. |
rockContext | The rock context. | |
return | int? |