Description
CreateTimer is extremely useful in orchestrations and allows to perform operations like polling and waiting for an external resource to complete work.
Code Sample
Perhaps something like:
workflow.AddEdge(TimerPort.Create(...)
Language/SDK
.NET
Description
CreateTimeris extremely useful in orchestrations and allows to perform operations like polling and waiting for an external resource to complete work.Code Sample
Perhaps something like:
Language/SDK
.NET