mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-09 11:21:04 +08:00
@@ -62,7 +62,7 @@ namespace Orchard.Workflows.Activities {
|
||||
}
|
||||
|
||||
var amount = activityContext.GetState<int>("Amount");
|
||||
var type = activityContext.GetState<string>("Type");
|
||||
var type = activityContext.GetState<string>("Unity");
|
||||
|
||||
return _clock.UtcNow > When(started, amount, type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user