Hello All,
I write a workflow with javascript below:
A simple workflow Start->Javascript->End
==================================================================
var name = "YourFuncName"
var namespace = "YourFuncNamespace"
var event =
<funcList
xtkschema="xtk:funcList"
_operation="delete"
_key="@name,@namespace"
name={name}
namespace={namespace}
/>
xtk.session.Write(event);
==================================================================
Caution: Make sure that you put the correct name and namespace variable before proceed.