Await Key-Value

This document was autogenerated for the Await Key-Value Node.

Revision History

1.0.0.0 Initial Release
1.0.0.5 Performance improvements
1.0.0.7 Performance improvements
1.0.0.8 Performance improvements

Properties

Group

Type: String Input
Provides the name of the group that should be matched on. For example invoices.

Key

Type: String Input
Provides the key to search for a key-value pair.

Value

Type: String Output
Returns the value associated with the specified Key .

Status

Type: String Output
Returns the status of the specified Key .

DateTime

Type: DateTime Output
Returns the UTC date & time at which the Key-Value pair was last changed.

Remarks

Await Key-Value will block execution of the Workflow until the Key/Value pointed to by Key is in a status other than InProgress. This technique can be used to synchronize activity with other workflows. For example, you may build a custom app that presents work items to users based on in-progress key/values. On completion, the app will set the key/value to Success or Error at which point a Workflow awaiting this change via the Await Key-Value Node will fire.

See Also

Set Key-Value

Get Key-Values

Set Key-Values