Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

lc:StartProcess Problem

Avatar

Former Community Member
Hi All,

When Creating the application logic for a simplified Workspace ES i found this error after build the project:

"Could not resolve <lc:StartProcess> to a component implementation."

And this is the source code of my project



<?xml version="1.0" encoding="utf-8"?>

<lc:AuthenticatingApplication

xmlns:mx="http://www.adobe.com/2006/mxml"

xmlns:lc="http://www.adobe.com/2006/livecycle"

layout="absolute">

<mx:VBox id= "myID" width="100%" height="100%" x="10">

<mx:Label text="Start Your LiveCycle ES Processes here!" color="white" fontSize="18"/>

<lc:StartProcess session="{session}" height="100%" width="100%"/>

</mx:VBox>

</lc:AuthenticatingApplication>
2 Replies

Avatar

Former Community Member
Have you included the workspace-runtime.swc file in your build path?

Avatar

Former Community Member
You're code worked for me. Have you resolved this Mohammed?