State of custom workflow action to be created.
| Name | Type | Description | Notes |
|---|---|---|---|
| Functions | List<ActionFunction> | A list of functions associated with the custom workflow action. | |
| ActionUrl | string | The URL that will accept an HTTPS request each time workflows executes the custom action. | |
| Published | bool | Whether this custom action is published to customers. | |
| ArchivedAt | long | The date that this custom action was archived, if the custom action is archived. | [optional] |
| InputFields | List<InputFieldDefinition> | The list of input fields to display in this custom action. | |
| ObjectRequestOptions | ObjectRequestOptions | [optional] | |
| InputFieldDependencies | List<OneOfSingleFieldDependencyConditionalSingleFieldDependency> | A list of dependencies between the input fields. These configure when the input fields should be visible. | [optional] |
| Labels | Dictionary<string, ActionLabels> | The user-facing labels for the custom action. | |
| ObjectTypes | List<string> | The object types that this custom action supports. |