Symantec Connect Articles
- Connect Product Page
- Workflow Article
- A list of Workflow Articles which will get you started with the Solution.
- Workflow Component Developer Guide
- If you wish to learn how to build your own Components follow the above guide.
For any enquiries about Protirus and what we can offer, please contact info@protirus.com
Over the years working with Symantec Workflow we've created a number of Components to help build our solutions, below are some of them
- Concat
- DecryptConnectionString
- DNSName
- ExtractNumberFromText
- IPAddress
- HTMLCoding (HTML Coding - Encode / Decode)
- NearestServer
- NumberToTimeInWords
- PackageServer
- RemoveWhitespace
- ReverseBoolean
- SendEmailComponent
- SetTheory
- SubnetMask
- URLCoding (URL Coding - Encode / Decode)
- WorkflowConnections
- WorkflowPort
- WorkflowServer
- WorkflowSQLConnectionString
This component joins two Strings.
String a = 'Hello'
String b = 'World'
, this will return'Hello World'
, ifAdd Space
is True.
Decrypt Connection String
Get the ConnectionString from the web.config
Get the ConnectionString from the web.config instead of a Project/Profile Property or local.orm https://www.symantec.com/connect/articles/servicedesk-75-track-assignments-process-type-actions Track Assignments - Forms (Web)
Get the DNS Name of the current machine
'Serial123'
=>'123'
HTML Coding - Encode / Decode
<
=><
Get the nearest Server given the Computer's IP and the SMP - Package or Task
http://localhost/Altiris/Deployment/Agent/GetNearestPackageServerInfo.aspx ?xml=URLENCODED
Convert a number in minutes or seconds to a Time in Words =
1658 =>
'1 days, 3 hours, 38 minutes, 0 seconds'
Use principles from http://localhost/Altiris/Deployment/Agent/GetNearestPackageServerInfo.aspx but in SQL
'Hello, World!'
=>'Hello,World!'
bool a = True
=>a = False
Custom component for using Set Theory Operations -
Union
,Except
&Intersect
.
This can be used to compare the original list to the new list to see which items to add and remove
See Workflow Set Theory Component on Connect.
See List Maintenance for an alternative.
Get the IP Address then the SubnetMask from that
URL Coding - Encode / Decode
Workflow Connections
Get the Default Endpoint Address for the given Connection
LogicBase.Components.ActiveDirectory.dll
Logicbase.Component.ActiveDirectory.GetAllADConnectionProfilesComponent
Symantec.Workflow.Core.dll
Symantec.Workflow.Core.ActiveDirectory.ADConnectionProfileManager
Get the Workflow Port and check if it's in Debug
https://www.symantec.com/connect/articles/determine-if-workflow-running-debug
Get the Workflow Server install path
Workflow SQL Connection String from the local.orm