Skip to content

Commit 001c388

Browse files
authored
Update README.md
1 parent c290060 commit 001c388

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ var getValue = new Job_GetValue().Run
1616

1717
Simply create the object which has the prefix **Job_<your activity name>** with the **Run** method and voila, your activity will run immediately.
1818

19+
A lot of classes created in this framework have already defined values for them, consider them "default" values, some of them are initialized and may be counterproductive for your workflow such as the WaitForReady value which in this framework is always set my default to NONE, always make sure your properties are properly controlled in order to have the best experience.
20+
1921
# How to contribute
2022

2123
Each one of the classes in UiPath.Core.Activities have properties that need to be initialized properly in an Activity class, see below for a snippet of the **Get Text** activity:

0 commit comments

Comments
 (0)