Workflow - Project Types - Integration - Author

Published on Friday, 16 March 2018

Workflow Projects allow you to change meta data like the "Name", "Author mail" and "Description" within the Project editor.

The Integration Project does not.

As you can see from this example an "Application" and "Forms (Web)" both have an Author that I have set but the "Integration" still shows name@email.com

AE_WFM_Applications_1

You can use the Application Editor to do this.

Start > Programs > Symantec > Workflow Designer > Tools > Application Editor

"[Install Drive]:\Program Files\Symantec\Workflow\Designer\bin\WorkflowAppEditor.exe" 

Open the ".SymWorkflow" file.

Amend the Company Name.

AE_Int

To your own email address.

AE_Int_2

And now we have an Author!

AE_WFM_Applications_3

Code

If you convert the INT into a .zip and extract then open the

IStorableObject.xml

You will see that there is a "createdBy" value.

<Value id="createdBy" type="data" val="name@email.com" />

This is changed by the Application Editor.

I'd like this option to be made available in Integration Editor instead.