# resetSequence
State Resource
This is a State Resource as provided by the tymly-pg-plugin plugin.
# Purpose
Resets the specified sequence
# Usage
# Example
{
"ResetSequence": {
"Type": "Task",
"Resource": "module:resetSequence",
"ResourceConfig": {
"namespace": "wmfs",
"id": "tempUprn"
},
"Next": "Create"
}
}
# Options
# Required properties
# namespace
This is the name of the namespace in which the sequence exists.
- Type:
string
# id
This is the id of a sequence from which the current value will be fetched.
- Type:
string
# Optional properties
# prefix
This setting allows you to specify a value which will be prepended to the returned value.
- Type:
string