Skip to content

Protirus/symantec-workflow-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Symantec Workflow Components

Symantec Endpoint Management C#

Symantec Connect Articles


For any enquiries about Protirus and what we can offer, please contact [email protected]


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

This component joins two Strings.

String a = 'Hello' String b = 'World', this will return 'Hello World', if Add Space is True.


DecryptConnectionString

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)


DNSName

Get the DNS Name of the current machine

https://www.symantec.com/connect/articles/how-get-dns-name-and-ip-address-remote-computer-using-workflow-solution


ExtractNumberFromText

'Serial123' => '123'


IPAddress

https://www.symantec.com/connect/articles/how-get-dns-name-and-ip-address-remote-computer-using-workflow-solution


HTMLCoding

HTML Coding - Encode / Decode

&lt; => <


NearestServer

Get the nearest Server given the Computer's IP and the SMP - Package or Task

http://localhost/Altiris/Deployment/Agent/GetNearestPackageServerInfo.aspx ?xml=URLENCODED


NumberToTimeInWords

Convert a number in minutes or seconds to a Time in Words = 1658 => '1 days, 3 hours, 38 minutes, 0 seconds'


PackageServer

Use principles from http://localhost/Altiris/Deployment/Agent/GetNearestPackageServerInfo.aspx but in SQL


RemoveWhitespace

'Hello, World!' => 'Hello,World!'


ReverseBoolean

bool a = True => a = False


SendEmailComponent


SetTheory

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.


SubnetMask

Get the IP Address then the SubnetMask from that


URLCoding

URL Coding - Encode / Decode


WorkflowConnections

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


WorkflowPort

Get the Workflow Port and check if it's in Debug

https://www.symantec.com/connect/articles/determine-if-workflow-running-debug


WorkflowServer

Get the Workflow Server install path


WorkflowSQLConnectionString

Workflow SQL Connection String from the local.orm

https://www.symantec.com/connect/blogs/workflowservicedesk-how-extract-localorm-sql-connection-string

Releases

No releases published

Packages

No packages published