cancel
Showing results for 
Search instead for 
Did you mean: 

Pass parameter to Visual Composer (VC) from workflow

Former Member
0 Kudos

Hi,

We created a Visual Composer application which we would like to call from a workflow.

Our Visual Composer application expects an input value called WI_ID.

Our task is TS99700043 and its visualization contains DYNPARAM: wi_id=${item.externalId}.

But the value is not passed on to the VC application

Do you know how to fix this issue?

Thanks,

Eva

Accepted Solutions (1)

Accepted Solutions (1)

JUNG
Participant
0 Kudos

Hi Eva,

I did call a Visual Composer model from the UWL (using workflow tasks coming from our ERP 6 backend).

Parameter WI_ID (WorkItem Id) is automatically sent by the system.

I set, in VC, a start point with a string data parameter called WI_ID.

When calling the model this parameter WI_ID is filled.

Rgds

Gilles

Answers (2)

Answers (2)

Sreejith1
Contributor
0 Kudos

Hi,

Please check this wiki link.

http://wiki.sdn.sap.com/wiki/display/vc/passing%20values%20via%20url?bc=true

Hope it helps u?

Regards,

Ram

Former Member
0 Kudos

Hi Ram,

Thanks, the wiki link says about to pass values to Visual Composer via URL.

But we have to call this VC application via an iView launched from a workflow item. 

Any idea??

Regards,

Eva.

anja_engelhardt2
Active Contributor
0 Kudos

Hi Eva,

can you describe a little more in detail please? How does your model look like?

Thanks,

Anja

Former Member
0 Kudos

We created a Visual Composer application and we would like to call this VC application via an iView launched from a workflow item.

Our workflow has the task TS99700043 and its visualization (in SWFVISU) contains:

DYNPARAM: wi_id=${item.externalId}

ID: url application Visual Composer

Because we want to pass to the VC application the workitem id.

Our VC application expects an input value called WI_ID but the value is not passed on to the VC application.