You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ var getValue = new Job_GetValue().Run
16
16
17
17
Simply create the object which has the prefix **Job_<youractivityname>** with the **Run** method and voila, your activity will run immediately.
18
18
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
+
19
21
# How to contribute
20
22
21
23
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