Coder Social home page Coder Social logo

Comments (4)

joshtrichards avatar joshtrichards commented on June 14, 2024 1

Hi @caco3: I believe you were looking at the appinfo/info.xml for the workflowengine app rather than the one for workflow_script plug-in app.

As to the original Issue:

If you do not use any of the following placeholders, the file path will be added to the provided command.

The docs (README at least) look it's correct these days, though I'm unable to find when this happened oddly:

When no placeholder was specified, then the exact command as given is being executed.

I think we can close out this four year old Issue. :)

from workflow_script.

blizzz avatar blizzz commented on June 14, 2024

Do you mind correcting the text and open a PR?

from workflow_script.

caco3 avatar caco3 commented on June 14, 2024

@blizzz I am happy to create an MR, how ever I have some issues on doing this...

My NC tells me that the app is in version 1.2, how ever when I look on the appinfo/info.xml, it tells me, it is in version 1.7:

<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
	  xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
	<id>workflowengine</id>
	<name>Files workflow engine</name>
	<summary>Files workflow engine</summary>
	<description>Files workflow engine</description>
	<version>1.7.0</version>
	<licence>agpl</licence>
	<author>Morris Jobke</author>
	<namespace>WorkflowEngine</namespace>

	<types>
		<filesystem/>
	</types>

	<category>files</category>
	<website>https://github.com/nextcloud/server</website>
	<bugs>https://github.com/nextcloud/server/issues</bugs>
	<repository>https://github.com/nextcloud/server.git</repository>

	<dependencies>
		<nextcloud min-version="17" max-version="17"/>
	</dependencies>

	<settings>
		<admin-section>OCA\WorkflowEngine\Settings\Section</admin-section>
	</settings>
</info>

IIRC, I downloaded this version some weeks ago through the app store (from within NC)!

In its files I was unable to find the app description. AFAIK it is supposed to be in lib/settings/Admin.php, how ever that file is missing for me!

So I removed the files and downloaded 1.2 from github (as well as master 1.3), how ever both versions lead to a server error 500 when I open the apps settings page!

from workflow_script.

blizzz avatar blizzz commented on June 14, 2024

perhaps you have somewhere an app folder with a different name containing an old version? Just saw this today somewhere else with another app… there was a backup copy or something next to the regular folder.

from workflow_script.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.