Merge branch 'master' of https://github.com/elsa-workflows/elsa-core
This commit is contained in:
commit
ffbac88014
|
|
@ -14,7 +14,7 @@ namespace Elsa.Activities.File
|
|||
public class FileExists : Activity
|
||||
{
|
||||
[Required]
|
||||
[ActivityInput(Hint = "Path of the file to delete.")]
|
||||
[ActivityInput(Hint = "Path of the file to check.")]
|
||||
public string? Path { get; set; }
|
||||
|
||||
protected override IActivityExecutionResult OnExecute(ActivityExecutionContext context)
|
||||
|
|
|
|||
Loading…
Reference in a new issue